On Fri, Jan 16, 2026 at 12:30:37PM +0100, Martin Wilck wrote:
> 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.For the set: Reviewed-by: Benjamin Marzinski <[email protected]> > > 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
