From: Filipe Manana Date: Thu, 12 Sep 2024 11:26:38 +0000 (+0100) Subject: fstests: add missing kernel git commit IDs to some tests X-Git-Tag: xfs-zoned-2024-21-07~97 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9b41da945b200087ca9bb0dc59bff62505ddcd74;p=users%2Fhch%2Fxfstests-dev.git fstests: add missing kernel git commit IDs to some tests Three tests (btrfs/321, generic/364 and xfs/608) refer to kernel patches that are now in Linus' git kernel tree, so update the tests to include the commit IDs. Signed-off-by: Filipe Manana Reviewed-by: Darrick J. Wong Signed-off-by: Zorro Lang --- diff --git a/tests/btrfs/321 b/tests/btrfs/321 index e30199daa..939355306 100755 --- a/tests/btrfs/321 +++ b/tests/btrfs/321 @@ -22,7 +22,7 @@ _require_btrfs_raid_type raid0 _require_btrfs_support_sectorsize 4096 _require_btrfs_command inspect-internal dump-tree -_fixed_by_kernel_commit xxxxxxxxxxxx \ +_fixed_by_kernel_commit 10d9d8c3512f \ "btrfs: fix a use-after-free bug when hitting errors inside btrfs_submit_chunk()" # The bug itself has a race window, run this many times to ensure triggering. diff --git a/tests/generic/364 b/tests/generic/364 index 340295973..968b4754d 100755 --- a/tests/generic/364 +++ b/tests/generic/364 @@ -18,7 +18,7 @@ _require_command "$TIMEOUT_PROG" timeout # Triggers very frequently with kernel config CONFIG_BTRFS_ASSERT=y. [ $FSTYP == "btrfs" ] && \ - _fixed_by_kernel_commit xxxxxxxxxxxx \ + _fixed_by_kernel_commit cd9253c23aed \ "btrfs: fix race between direct IO write and fsync when using same fd" # On error the test program writes messages to stderr, causing a golden output diff --git a/tests/xfs/608 b/tests/xfs/608 index a74c7bf37..7ac40137f 100755 --- a/tests/xfs/608 +++ b/tests/xfs/608 @@ -9,7 +9,7 @@ . ./common/preamble _begin_fstest auto -_fixed_by_kernel_commit XXXXXXXXXXXX \ +_fixed_by_kernel_commit e21fea4ac3cf \ "xfs: fix di_onlink checking for V1/V2 inodes", _require_scratch_nocheck # we'll do our own checking