FS/XFS testing framework
 help / color / mirror / Atom feed
* [PATCH] btrfs: add missing commit IDs to kernel fixes of some tests
@ 2026-07-22 12:49 fdmanana
  2026-07-22 14:35 ` Johannes Thumshirn
  0 siblings, 1 reply; 2+ messages in thread
From: fdmanana @ 2026-07-22 12:49 UTC (permalink / raw)
  To: fstests; +Cc: linux-btrfs, Filipe Manana

From: Filipe Manana <fdmanana@suse.com>

Some kernel fixes were already merged into Linus' tree, so add their IDs
and in the case of btrfs/351, update the subject of the kernel fix, since
the original patch was dropped due to another fix.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
---
 tests/btrfs/349 | 2 +-
 tests/btrfs/350 | 2 +-
 tests/btrfs/351 | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/btrfs/349 b/tests/btrfs/349
index c6632dda..48ac9212 100755
--- a/tests/btrfs/349
+++ b/tests/btrfs/349
@@ -18,7 +18,7 @@ _require_scratch_reflink
 _require_cp_reflink
 _require_scratch_enable_simple_quota
 
-_fixed_by_kernel_commit XXXXXXXXXXXX \
+_fixed_by_kernel_commit 1e92637722ae \
 	"btrfs: check for subvolume before deleting squota qgroup"
 _fixed_by_kernel_commit 0c309d66dacd \
 	"btrfs: forbid creating subvol qgroups"
diff --git a/tests/btrfs/350 b/tests/btrfs/350
index 7cc04b63..44b40410 100755
--- a/tests/btrfs/350
+++ b/tests/btrfs/350
@@ -9,7 +9,7 @@
 . ./common/preamble
 _begin_fstest auto quick volume trim raid
 
-_fixed_by_kernel_commit XXXXXXXXXXXX \
+_fixed_by_kernel_commit 1b1937eb08f5 \
 	"btrfs: do not trim a device which is not writeable"
 
 _require_btrfs_forget_or_module_loadable
diff --git a/tests/btrfs/351 b/tests/btrfs/351
index e92ddf1b..7829d5da 100755
--- a/tests/btrfs/351
+++ b/tests/btrfs/351
@@ -10,8 +10,8 @@
 . ./common/preamble
 _begin_fstest auto quick
 
-_fixed_by_kernel_commit XXXXXXXXXXXX \
-	"Revert \"btrfs: add 32-bit compat ioctl for BTRFS_IOC_GET_SUBVOL_INFO\""
+_fixed_by_kernel_commit 75a41e3e51eb \
+	"btrfs: fix GET_SUBVOL_INFO after compat refactor"
 
 _require_test_program btrfs_ioctl
 _require_scratch
-- 
2.47.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-22 14:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-22 12:49 [PATCH] btrfs: add missing commit IDs to kernel fixes of some tests fdmanana
2026-07-22 14:35 ` Johannes Thumshirn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox