* [PATCH] fstests: add commit IDs for kernel fixes already merged
@ 2026-05-04 16:09 fdmanana
2026-05-04 21:33 ` Anand Jain
0 siblings, 1 reply; 2+ messages in thread
From: fdmanana @ 2026-05-04 16:09 UTC (permalink / raw)
To: fstests; +Cc: linux-btrfs, Filipe Manana
From: Filipe Manana <fdmanana@suse.com>
A few fixes were merged into Linus' tree, so add their commit IDs in the
respective test cases.
Signed-off-by: Filipe Manana <fdmanana@suse.com>
---
tests/btrfs/343 | 2 +-
tests/btrfs/344 | 4 ++--
tests/generic/792 | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/btrfs/343 b/tests/btrfs/343
index 53e6028b..fd38c010 100755
--- a/tests/btrfs/343
+++ b/tests/btrfs/343
@@ -13,7 +13,7 @@ _begin_fstest auto quick compress
_require_scratch
_require_btrfs_command inspect-internal dump-tree
-_fixed_by_kernel_commit xxxxxxxxxxxx \
+_fixed_by_kernel_commit 883adb6dcff0 \
"btrfs: fix the inline compressed extent check in inode_need_compress()"
_scratch_mkfs >>$seqres.full 2>&1
diff --git a/tests/btrfs/344 b/tests/btrfs/344
index 932b20d4..6e5d38d6 100755
--- a/tests/btrfs/344
+++ b/tests/btrfs/344
@@ -13,8 +13,8 @@ _begin_fstest auto quick compress
_require_scratch
_require_btrfs_command inspect-internal dump-tree
-_fixed_by_kernel_commit xxxxxxxxxxxx \
- "btrfs: do not mark inode incompressible after inline attempt failed"
+_fixed_by_kernel_commit 2e0e3716c7b6 \
+ "btrfs: do not mark inode incompressible after inline attempt fails"
_scratch_mkfs >>$seqres.full 2>&1
diff --git a/tests/generic/792 b/tests/generic/792
index 892ca2d8..d1896728 100755
--- a/tests/generic/792
+++ b/tests/generic/792
@@ -25,7 +25,7 @@ _require_scratch
_require_test_program unlink-fsync
_require_dm_target flakey
-_fixed_by_fs_commit btrfs xxxxxxxxxxxx \
+_fixed_by_fs_commit btrfs 999757231c49 \
"btrfs: fix missing last_unlink_trans update when removing a directory"
_scratch_mkfs >> $seqres.full 2>&1 || _fail "mkfs failed"
--
2.47.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] fstests: add commit IDs for kernel fixes already merged
2026-05-04 16:09 [PATCH] fstests: add commit IDs for kernel fixes already merged fdmanana
@ 2026-05-04 21:33 ` Anand Jain
0 siblings, 0 replies; 2+ messages in thread
From: Anand Jain @ 2026-05-04 21:33 UTC (permalink / raw)
To: fdmanana, fstests; +Cc: linux-btrfs, Filipe Manana
looks good
Reviewed-by: Anand Jain <asj@kernel.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-04 21:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-04 16:09 [PATCH] fstests: add commit IDs for kernel fixes already merged fdmanana
2026-05-04 21:33 ` Anand Jain
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox