]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
fstests: add kernel commit IDs to some tests
authorFilipe Manana <fdmanana@suse.com>
Thu, 29 May 2025 11:13:41 +0000 (12:13 +0100)
committerZorro Lang <zlang@kernel.org>
Fri, 6 Jun 2025 01:55:44 +0000 (09:55 +0800)
The kernel fixes exercised by some tests have already landed in Linus'
tree, so update the tests with the respective commit IDs.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/f2fs/011
tests/generic/370
tests/generic/761
tests/generic/764

index ec3d39ec42bc35b6b1d73a717b8bf16cdedcc812..c21cb586faea1732b5bbf8bdabbd8da4ba246385 100755 (executable)
@@ -23,7 +23,7 @@ _begin_fstest auto quick
 
 _fixed_by_kernel_commit 48ea8b200414 \
        "f2fs: fix to avoid panic once fallocation fails for pinfile"
-_fixed_by_kernel_commit xxxxxxxxxxxx \
+_fixed_by_kernel_commit f7f8932ca6bb \
        "f2fs: fix to avoid running out of free segments"
 
 _require_scratch
index cbc18644ab37b34ecaa3b8fb5d5d2d8b98c14e2a..d9ba6c57d5e9836ea6e3e7bd1018cb6509736d2d 100755 (executable)
@@ -21,7 +21,7 @@ _cleanup()
 
 [ "$FSTYP" = "btrfs" ] && _fixed_by_kernel_commit 03018e5d8508 \
     "btrfs: fix swap file activation failure due to extents that used to be shared"
-[ "$FSTYP" = "xfs" ] && _fixed_by_kernel_commit XXXXXXXXXXXX \
+[ "$FSTYP" = "xfs" ] && _fixed_by_kernel_commit 2d873efd174b \
        "xfs: flush inodegc before swapon"
 
 _require_scratch_swapfile
index 9406a4b86f2eee8e592a64906e1dbae7b78d3b19..bd7b02a9be349ee289653c07097f407822a24a75 100755 (executable)
@@ -18,7 +18,8 @@ _begin_fstest auto quick
 _require_scratch
 _require_odirect
 _require_test_program dio-writeback-race
-_fixed_by_kernel_commit XXXXXXXX \
+
+[ "$FSTYP" = "btrfs" ] && _fixed_by_kernel_commit 968f19c5b1b7 \
        "btrfs: always fallback to buffered write if the inode requires checksum"
 
 _scratch_mkfs > $seqres.full 2>&1
index 1b21bc02213d7d8ea07953c9af5549f59f3cc3f1..55937fc0c988b746513310a48c586b44e69dbe6e 100755 (executable)
@@ -20,7 +20,7 @@ _cleanup()
 
 . ./common/dmflakey
 
-[ "$FSTYP" = "btrfs" ] && _fixed_by_kernel_commit xxxxxxxxxxxx \
+[ "$FSTYP" = "btrfs" ] && _fixed_by_kernel_commit 5e85262e542d \
        "btrfs: fix fsync of files with no hard links not persisting deletion"
 
 _require_scratch