All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] dm vdo: additional metadata validation
@ 2026-02-11 15:05 Matthew Sakai
  2026-02-11 15:05 ` [PATCH 1/2] dm vdo indexer: validate saved zone count Matthew Sakai
  2026-02-11 15:05 ` [PATCH 2/2] dm vdo slab-depot: validate old zone count on load Matthew Sakai
  0 siblings, 2 replies; 4+ messages in thread
From: Matthew Sakai @ 2026-02-11 15:05 UTC (permalink / raw)
  To: dm-devel; +Cc: Matthew Sakai

We identified a few places where dm-vdo uses a value from
storage without sanity-checking that its value makes sense.
Adding additional checks can prevent additional metadata
corruption in the unusual cases where these values get
corrupted.

Matthew Sakai (2):
  dm vdo indexer: validate saved zone count
  dm vdo slab-depot: validate old zone count on load

 drivers/md/dm-vdo/indexer/index-layout.c | 3 +++
 drivers/md/dm-vdo/slab-depot.c           | 4 ++++
 2 files changed, 7 insertions(+)

-- 
2.48.1


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

end of thread, other threads:[~2026-02-18 20:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-11 15:05 [PATCH 0/2] dm vdo: additional metadata validation Matthew Sakai
2026-02-11 15:05 ` [PATCH 1/2] dm vdo indexer: validate saved zone count Matthew Sakai
2026-02-18 20:26   ` Matthew Sakai
2026-02-11 15:05 ` [PATCH 2/2] dm vdo slab-depot: validate old zone count on load Matthew Sakai

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.