]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
generic/74[3,8]: add git commit ID for the fixes
authorFilipe Manana <fdmanana@suse.com>
Mon, 17 Jun 2024 16:52:14 +0000 (17:52 +0100)
committerZorro Lang <zlang@kernel.org>
Tue, 18 Jun 2024 14:04:40 +0000 (22:04 +0800)
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>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/generic/743
tests/generic/748

index ad37d32f8c9920c1eb489e55dc085461bc61689c..769ce706bcf425114275f4c29dc898855d57404b 100755 (executable)
@@ -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
index 71b7416634df63575cb303134c286c062d00491b..428d4a33d2208250df4eab822a2ec745498d59e7 100755 (executable)
@@ -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.