Hi Linus The following changes since commit 7c626ce4bae1ac14f60076d00eafe71af30450ba: Linux 6.11-rc3 (2024-08-11 14:27:14 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-6.11/dm-fixes for you to fetch changes up to faada2174c08662ae98b439c69efe3e79382c538: dm persistent data: fix memory allocation failure (2024-08-13 21:14:21 +0200) Please, pull, thanks Mikulas ---------------------------------------------------------------- - fix misbehavior if suspend or resume is interrupted by a signal - fix wrong indentation in dm-crypt.rst - fix memory allocation failure in dm-persistent-data -----BEGIN PGP SIGNATURE----- iIoEABYIADIWIQRnH8MwLyZDhyYfesYTAyx9YGnhbQUCZr9XxBQcbXBhdG9ja2FA cmVkaGF0LmNvbQAKCRATAyx9YGnhbWZGAQDNczuQiRv21Rrlb/hmvwyv1r9125Kk KKEl+/baxTL0qwD9GJo5l8C1RLp2M3AQyCF4JbY0lXBY42ywGLwOCC9KXw0= =e/lM -----END PGP SIGNATURE----- ---------------------------------------------------------------- Daniel Yang (1): Documentation: dm-crypt.rst warning + error fix Khazhismel Kumykov (1): dm resume: don't return EINVAL when signalled Mikulas Patocka (2): dm suspend: return -ERESTARTSYS instead of -EINTR dm persistent data: fix memory allocation failure .../admin-guide/device-mapper/dm-crypt.rst | 15 ++++++++------- drivers/md/dm-ioctl.c | 22 ++++++++++++++++++++-- drivers/md/dm.c | 4 ++-- drivers/md/persistent-data/dm-space-map-metadata.c | 4 ++-- 4 files changed, 32 insertions(+), 13 deletions(-)