Hi Linus
The following changes since commit 6a23ae0a96a600d1d12557add110e0bb6e32730c:
Linux 6.18-rc6 (2025-11-16 14:25:38 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
tags/for-6.18/dm-fixes
for you to fetch changes up to fe680d8c747f4e676ac835c8c7fb0f287cd98758:
dm-verity: fix unreliable memory allocation (2025-11-21 12:51:41 +0100)
Please, pull, thanks
Mikulas
----------------------------------------------------------------
- dm-pcache fixes
- dm: fix a regression with empty flush bios
- dm-verity: fix unreliable memory allocation with GFP_NOWAIT
-----BEGIN PGP SIGNATURE-----
iIoEABYIADIWIQRnH8MwLyZDhyYfesYTAyx9YGnhbQUCaSSRaRQcbXBhdG9ja2FA
cmVkaGF0LmNvbQAKCRATAyx9YGnhbVntAQCs9dZccAOOondJ43c15Jrinz6eh9gE
g3y0rlM866VjCgEA7RM12YglsEy4MyX7Cpiu4xs3hvkjnG9L5p2yK9kJ5Ag=
=dEko
-----END PGP SIGNATURE-----
----------------------------------------------------------------
Li Chen (3):
dm-pcache: allow built-in build and rename flush helper
dm-pcache: reuse meta_addr in pcache_meta_find_latest
dm-pcache: zero cache_info before default init
Mikulas Patocka (2):
dm: fix failure when empty flush's bi_sector points beyond the device end
dm-verity: fix unreliable memory allocation
drivers/md/dm-pcache/Makefile | 2 +-
drivers/md/dm-pcache/cache.c | 4 ++--
drivers/md/dm-pcache/cache.h | 2 +-
drivers/md/dm-pcache/cache_req.c | 6 +++---
drivers/md/dm-pcache/pcache_internal.h | 2 +-
drivers/md/dm-verity-fec.c | 6 +-----
drivers/md/dm.c | 2 +-
7 files changed, 10 insertions(+), 14 deletions(-)