Hi Linus
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
Linux 6.15-rc1 (2025-04-06 13:11:33 -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.15/dm-fixes
for you to fetch changes up to 5a2a6c428190f945c5cbf5791f72dbea83e97f66:
dm: always update the array size in realloc_argv on success (2025-04-28
13:11:33 +0200)
Please, pull, thanks
Mikulas
----------------------------------------------------------------
- dm: always update the array size in realloc_argv on success
- dm-integrity: fix a warning on invalid table line
- dm-bufio: don't schedule in atomic context
- dm: Fix W=1 build with clang
-----BEGIN PGP SIGNATURE-----
iIoEABYIADIWIQRnH8MwLyZDhyYfesYTAyx9YGnhbQUCaA+jNxQcbXBhdG9ja2FA
cmVkaGF0LmNvbQAKCRATAyx9YGnhbUzpAP0Q/RPWwWg/x31Qj119bDDkgEFBTrZd
PqVPJzKsnZgTTQEA4AaxwgVz4pYDknrPCmHHGYKrLI0QxoVv4s7GOMrA9wc=
=ze9q
-----END PGP SIGNATURE-----
----------------------------------------------------------------
Andy Shevchenko (1):
dm table: Fix W=1 build warning when mempool_needs_integrity is unused
Benjamin Marzinski (1):
dm: always update the array size in realloc_argv on success
LongPing Wei (1):
dm-bufio: don't schedule in atomic context
Mikulas Patocka (1):
dm-integrity: fix a warning on invalid table line
drivers/md/dm-bufio.c | 9 ++++++++-
drivers/md/dm-integrity.c | 2 +-
drivers/md/dm-table.c | 8 +++-----
3 files changed, 12 insertions(+), 7 deletions(-)