]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
fstests: add commit IDs for kernel fixes already merged upstream
authorFilipe Manana <fdmanana@suse.com>
Tue, 2 Sep 2025 14:27:54 +0000 (15:27 +0100)
committerZorro Lang <zlang@kernel.org>
Fri, 5 Sep 2025 15:49:51 +0000 (23:49 +0800)
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 <fdmanana@suse.com>
Reviewed-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/btrfs/301
tests/generic/211
tests/generic/771

index 692091a30b7f496d42890acf9ffe35b690ef5531..4b51a2732f851f6c13d0aeffdb1188aa6bbd041e 100755 (executable)
@@ -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"
index 6eda160856b2c60ee3b2443007eba68a45db0f31..f356d13b1c6a69a44ce38ea0a09493f0768baf88 100755 (executable)
@@ -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
index ad30cc0aaa82f16f8c46975efecd11d3cc181e86..ea3e4ffa13da706bb828885a2cb3ceb5e40654e4 100755 (executable)
@@ -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"