diff mbox series

generic/74[3,8]: add git commit ID for the fixes

Message ID 85c32250ac781bf925d1f26b0c6933dace05b3d1.1718643112.git.fdmanana@suse.com (mailing list archive)
State New, archived
Headers show
Series generic/74[3,8]: add git commit ID for the fixes | expand

Commit Message

Filipe Manana June 17, 2024, 4:52 p.m. UTC
From: Filipe Manana <fdmanana@suse.com>

The corresponding fixes landed in kernels 6.10-rc1 and 6.10-rc3, so update
the tests to point the commit IDs.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
---
 tests/generic/743 | 2 +-
 tests/generic/748 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

David Sterba June 17, 2024, 7:48 p.m. UTC | #1
On Mon, Jun 17, 2024 at 05:52:14PM +0100, fdmanana@kernel.org wrote:
> From: Filipe Manana <fdmanana@suse.com>
> 
> The corresponding fixes landed in kernels 6.10-rc1 and 6.10-rc3, so update
> the tests to point the commit IDs.
> 
> Signed-off-by: Filipe Manana <fdmanana@suse.com>

Reviewed-by: David Sterba <dsterba@suse.com>
Darrick J. Wong June 18, 2024, 12:39 a.m. UTC | #2
On Mon, Jun 17, 2024 at 05:52:14PM +0100, fdmanana@kernel.org wrote:
> From: Filipe Manana <fdmanana@suse.com>
> 
> The corresponding fixes landed in kernels 6.10-rc1 and 6.10-rc3, so update
> the tests to point the commit IDs.
> 
> Signed-off-by: Filipe Manana <fdmanana@suse.com>

Thanks for for the update!

Reviewed-by: Darrick J. Wong <djwong@kernel.org>

--D

> ---
>  tests/generic/743 | 2 +-
>  tests/generic/748 | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tests/generic/743 b/tests/generic/743
> index ad37d32f..769ce706 100755
> --- a/tests/generic/743
> +++ b/tests/generic/743
> @@ -23,7 +23,7 @@ _cleanup()
>  # Import common functions.
>  . ./common/dmerror
>  
> -_fixed_by_kernel_commit XXXXXXXXXXXX \
> +_fixed_by_kernel_commit 631426ba1d45 \
>  	"mm/madvise: make MADV_POPULATE_(READ|WRITE) handle VM_FAULT_RETRY properly"
>  
>  # real QA test starts here
> diff --git a/tests/generic/748 b/tests/generic/748
> index 71b74166..428d4a33 100755
> --- a/tests/generic/748
> +++ b/tests/generic/748
> @@ -17,7 +17,7 @@ _require_scratch
>  _require_attrs
>  _require_odirect
>  _require_xfs_io_command falloc -k
> -[ "$FSTYP" = btrfs ] && _fixed_by_kernel_commit XXXXXXXXXXXX \
> +[ "$FSTYP" = btrfs ] && _fixed_by_kernel_commit 9d274c19a71b \
>  	"btrfs: fix crash on racing fsync and size-extending write into prealloc"
>  
>  # -i slows down xfs_io startup and makes the race much less reliable.
> -- 
> 2.43.0
> 
>
diff mbox series

Patch

diff --git a/tests/generic/743 b/tests/generic/743
index ad37d32f..769ce706 100755
--- a/tests/generic/743
+++ b/tests/generic/743
@@ -23,7 +23,7 @@  _cleanup()
 # Import common functions.
 . ./common/dmerror
 
-_fixed_by_kernel_commit XXXXXXXXXXXX \
+_fixed_by_kernel_commit 631426ba1d45 \
 	"mm/madvise: make MADV_POPULATE_(READ|WRITE) handle VM_FAULT_RETRY properly"
 
 # real QA test starts here
diff --git a/tests/generic/748 b/tests/generic/748
index 71b74166..428d4a33 100755
--- a/tests/generic/748
+++ b/tests/generic/748
@@ -17,7 +17,7 @@  _require_scratch
 _require_attrs
 _require_odirect
 _require_xfs_io_command falloc -k
-[ "$FSTYP" = btrfs ] && _fixed_by_kernel_commit XXXXXXXXXXXX \
+[ "$FSTYP" = btrfs ] && _fixed_by_kernel_commit 9d274c19a71b \
 	"btrfs: fix crash on racing fsync and size-extending write into prealloc"
 
 # -i slows down xfs_io startup and makes the race much less reliable.