Improve shutdown behavior and systemd notifications
Fix race conditions in libdevmapper calls (libdevmapper is not thread-safe)
Move global symbols into libmultipath
libmultipath: improve cleanup on exit (Martin Wilck). This series improves how multipathd cleans up on exit. It avoids memory leaks and error messages from valgrind, and contains some other bug fixes.
Minor multipath-tools patches (Martin Wilck). Attempts to fix the segmentaion faults reported by Huawei (lixiaokeng). With all patches from this PR applied, and with the -fexceptions compiler flag omitted when building systemd, Huawei didn't report any more crashes.
Handle remapped LUNs better and Fixups to my wwid recheck patch (Benjamin Marzinski, based on patch from Chongyun Wu). Try to avoid data corruption if a LUN changes WWID while temporarily offline. This series introduces the recheck_wwid configuration parameter. It includes this bug fix, too.
Hi Christophe,
I think it's about time for a new release.
Changelog
Except for the bottom 3 patches, which are minor fixes for github CI and the README, everything has been reviewed on dm-devel.
eh_deadline
configuration parameter-fexceptions
compiler flag omitted when building systemd, Huawei didn't report any more crashes.recheck_wwid
configuration parameter. It includes this bug fix, too.