From bfa369f55a2b5994c9f2110cf6d425ea87e282a7 Mon Sep 17 00:00:00 2001 From: Filipe Manana Date: Tue, 2 Sep 2025 15:27:54 +0100 Subject: [PATCH] fstests: add commit IDs for kernel fixes already merged upstream Replace the commit ID stubs for btrfs/301, generic/211 and generic/771 with the commit IDs in Linus' tree. Signed-off-by: Filipe Manana Reviewed-by: Qu Wenruo Reviewed-by: David Sterba Signed-off-by: Zorro Lang --- tests/btrfs/301 | 2 +- tests/generic/211 | 2 +- tests/generic/771 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/btrfs/301 b/tests/btrfs/301 index 692091a3..4b51a273 100755 --- a/tests/btrfs/301 +++ b/tests/btrfs/301 @@ -19,7 +19,7 @@ _require_xfs_io_command "falloc" _require_scratch_enable_simple_quota _require_no_compress -_fixed_by_kernel_commit XXXXXXXXXXXX \ +_fixed_by_kernel_commit 7b632596188e \ "btrfs: fix iteration bug in __qgroup_excl_accounting()" _fixed_by_kernel_commit XXXXXXXXXXXX \ "btrfs: fix squota _cmpr stats leak" diff --git a/tests/generic/211 b/tests/generic/211 index 6eda1608..f356d13b 100755 --- a/tests/generic/211 +++ b/tests/generic/211 @@ -15,7 +15,7 @@ _begin_fstest auto quick rw mmap _require_scratch -[ "$FSTYP" = "btrfs" ] && _fixed_by_kernel_commit xxxxxxxxxxxx \ +[ "$FSTYP" = "btrfs" ] && _fixed_by_kernel_commit 6599716de2d6 \ "btrfs: fix -ENOSPC mmap write failure on NOCOW files/extents" # Use a 512M fs so that it's fast to fill it with data but not too small such diff --git a/tests/generic/771 b/tests/generic/771 index ad30cc0a..ea3e4ffa 100755 --- a/tests/generic/771 +++ b/tests/generic/771 @@ -25,7 +25,7 @@ _require_scratch _require_test_program unlink-fsync _require_dm_target flakey -[ "$FSTYP" = "btrfs" ] && _fixed_by_kernel_commit xxxxxxxxxxxx \ +[ "$FSTYP" = "btrfs" ] && _fixed_by_kernel_commit 0a32e4f0025a \ "btrfs: fix log tree replay failure due to file with 0 links and extents" _scratch_mkfs >> $seqres.full 2>&1 || _fail "mkfs failed" -- 2.47.3