public inbox for dm-devel@redhat.com
 help / color / mirror / Atom feed
* [PATCH 0/5] multipath-tools: minor fixes in preparation of 0.14.0
@ 2026-01-16 11:30 Martin Wilck
  2026-01-16 11:30 ` [PATCH 1/5] kpartx: avoid double-free of mapname Martin Wilck
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Martin Wilck @ 2026-01-16 11:30 UTC (permalink / raw)
  To: Benjamin Marzinski, dm-devel; +Cc: Martin Wilck, Christophe Varoqui

This series fixes the double-free in kpartx introduced in 8c39e60 ("kpartx:
fix some memory leaks"), removes the long-obsolete "hotplug" mode of
kpartx, fixing another potential memory leak in the process, fixes a
false positive compiler warning, and adds two developer convenience
options to the Makefiles.

Martin Wilck (5):
  kpartx: avoid double-free of mapname
  kpartx: remove "hotplug" mode
  multipathd: fix an uninitialized variable warning
  Makefiles: add "ASAN=1" make parameter for AddressSanitizer
  Makefiles: add "OPT=" make parameter

 .github/actions/spelling/expect.txt |  3 +
 Makefile.inc                        | 12 +++-
 README.md                           |  9 +++
 kpartx/kpartx.c                     | 94 ++++-------------------------
 multipathd/main.c                   |  2 +-
 5 files changed, 35 insertions(+), 85 deletions(-)

-- 
2.52.0


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

end of thread, other threads:[~2026-01-19 23:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-16 11:30 [PATCH 0/5] multipath-tools: minor fixes in preparation of 0.14.0 Martin Wilck
2026-01-16 11:30 ` [PATCH 1/5] kpartx: avoid double-free of mapname Martin Wilck
2026-01-16 11:30 ` [PATCH 2/5] kpartx: remove "hotplug" mode Martin Wilck
2026-01-16 11:30 ` [PATCH 3/5] multipathd: fix an uninitialized variable warning Martin Wilck
2026-01-16 11:30 ` [PATCH 4/5] Makefiles: add "ASAN=1" make parameter for AddressSanitizer Martin Wilck
2026-01-16 11:30 ` [PATCH 5/5] Makefiles: add "OPT=" make parameter Martin Wilck
2026-01-19 23:10 ` [PATCH 0/5] multipath-tools: minor fixes in preparation of 0.14.0 Benjamin Marzinski

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