]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
fstests: add kernel commit IDs for patches already merged upstream
authorFilipe Manana <fdmanana@suse.com>
Tue, 31 Mar 2026 14:15:10 +0000 (15:15 +0100)
committerZorro Lang <zlang@kernel.org>
Wed, 1 Apr 2026 15:07:08 +0000 (23:07 +0800)
Several tests mention patches that are already in Linus' git tree, so add
their commit IDs. For generic/762, also use "fixed_by_fs_commit xfs"
instead of "_fixed_by_git_commit kernel" since it's a XFS specific commit
and it does not make sense for the test to report that commit in case it
fails when running against a filesystem other than XFS.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/btrfs/340
tests/btrfs/345
tests/btrfs/346
tests/btrfs/347
tests/generic/762
tests/generic/789
tests/generic/790

index fc3b8d622546fcde08323a6236810ba54648225b..872f790cb9753093616789a0dba1e2be876a8dc5 100755 (executable)
@@ -10,7 +10,7 @@
 . ./common/preamble
 _begin_fstest auto quick qgroup
 
-_fixed_by_kernel_commit xxxxxxxxxxxx \
+_fixed_by_kernel_commit 68d4b3fa18d7 \
        "btrfs: qgroup: update all parent qgroups when doing quick inherit"
 
 # For the automatic fsck at unmount.
index 75cc30678f27049217be3f385e92cc9e2e055e98..58727049970311802f7d3f8c0dcaeb63b27430f9 100755 (executable)
@@ -17,7 +17,7 @@ _require_scratch
 _require_btrfs_support_sectorsize 4096
 _require_btrfs_command "property"
 
-_fixed_by_kernel_commit xxxxxxxxxxxx \
+_fixed_by_kernel_commit e1b18b959025 \
        "btrfs: fix transaction abort when snapshotting received subvolumes"
 
 # Use a 4K node/leaf size to make the test faster.
index ef301ef77f4e142a031b274aac7819018b8b603c..28c1e53639676ff2dcb0077beb061b23c5ddb647 100755 (executable)
@@ -14,7 +14,7 @@ _begin_fstest auto quick subvol
 _require_scratch
 _require_btrfs_support_sectorsize 4096
 
-_fixed_by_kernel_commit xxxxxxxxxxxx \
+_fixed_by_kernel_commit 2d1ababdedd4 \
        "btrfs: fix transaction abort on file creation due to name hash collision"
 
 # Use a 4K node/leaf size to make the test faster and require less file names
index ebd53d97dda6aadd00a6c21c1871e96662c3e7b1..9239e99a4c4dcaca2eeb997dc7a413ecccfb06a9 100755 (executable)
@@ -16,7 +16,7 @@ _require_test_program t_btrfs_received_uuid_ioctl
 _require_scratch
 _require_btrfs_support_sectorsize 4096
 
-_fixed_by_kernel_commit xxxxxxxxxxxx \
+_fixed_by_kernel_commit 87f2c46003fc \
        "btrfs: fix transaction abort on set received ioctl due to item overflow"
 
 # Use a 4K node/leaf size to make the test faster.
index e3a01de8f9184276540fc00947c1467b6cb17dbb..bbaf5051a1b14c7668f17ecc5b13430b304fb38a 100755 (executable)
@@ -10,7 +10,7 @@
 . ./common/preamble
 _begin_fstest auto quota prealloc
 
-_fixed_by_git_commit kernel XXXXXXXXXXXXXX \
+_fixed_by_fs_commit xfs 4b8d867ca6e2 \
        "xfs: don't over-report free space or inodes in statvfs"
 
 . ./common/filter
index 1ed7a885c0d19c1b44616c4de393ff18713f1bec..0e72966ea7b97b5e0e58ae65a15615686f45a3ce 100755 (executable)
@@ -24,7 +24,7 @@ _cleanup()
 _require_scratch
 _require_dm_target flakey
 
-_fixed_by_fs_commit btrfs xxxxxxxxxxxx \
+_fixed_by_fs_commit btrfs 5254d4181add \
        "btrfs: fix zero size inode with non-zero size after log replay"
 
 _scratch_mkfs >>$seqres.full 2>&1 || _fail "mkfs failed"
index 9aa577f50383d925bc06122263cfcf56057fc5c8..28f7faa21b26e7a29dbd80da6a9c8e953cfc9d8d 100755 (executable)
@@ -27,7 +27,7 @@ _cleanup()
 _require_scratch
 _require_dm_target flakey
 
-_fixed_by_fs_commit btrfs xxxxxxxxxxxx \
+_fixed_by_fs_commit btrfs 9573a365ff9f \
        "btrfs: log new dentries when logging parent dir of a conflicting inode"
 
 _scratch_mkfs >>$seqres.full 2>&1 || _fail "mkfs failed"