All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] btrfs-progs: check/lowmem: fix false alerts about verity items
@ 2026-03-24 23:47 Qu Wenruo
  2026-03-24 23:47 ` [PATCH 1/2] btrfs-progs: check/lowmem: recognize verity item keys Qu Wenruo
  2026-03-24 23:47 ` [PATCH 2/2] btrfs-progs: fsck-tests: add a test case for verity items Qu Wenruo
  0 siblings, 2 replies; 3+ messages in thread
From: Qu Wenruo @ 2026-03-24 23:47 UTC (permalink / raw)
  To: linux-btrfs

Leo reported and fixed a bug in original mode where false alerts were
triggered about verity items.

Unfortunately we have a similar problem in lowmem mode too.

Fix the lowmem mode false alert and add a test case to prevent similar
problems in the future.

Qu Wenruo (2):
  btrfs-progs: check/lowmem: recognize verity item keys
  btrfs-progs: fsck-tests: add a test case for verity items

 check/mode-lowmem.c                              |   3 +++
 .../fsck-tests/072-verity-items/fsverity.img.xz  | Bin 0 -> 2364 bytes
 tests/fsck-tests/072-verity-items/test.sh        |  15 +++++++++++++++
 3 files changed, 18 insertions(+)
 create mode 100644 tests/fsck-tests/072-verity-items/fsverity.img.xz
 create mode 100755 tests/fsck-tests/072-verity-items/test.sh

--
2.53.0


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

end of thread, other threads:[~2026-03-24 23:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-24 23:47 [PATCH 0/2] btrfs-progs: check/lowmem: fix false alerts about verity items Qu Wenruo
2026-03-24 23:47 ` [PATCH 1/2] btrfs-progs: check/lowmem: recognize verity item keys Qu Wenruo
2026-03-24 23:47 ` [PATCH 2/2] btrfs-progs: fsck-tests: add a test case for verity items Qu Wenruo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.