]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'for-6.15/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 28 Apr 2025 19:18:21 +0000 (12:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 28 Apr 2025 19:18:21 +0000 (12:18 -0700)
commit78109c591b806e41987e0b83390e61d675d1f724
treeea441b98decc33506d40f56844bbf31292f81b88
parentf15d97df5afae16f40ecef942031235d1c6ba14f
parent5a2a6c428190f945c5cbf5791f72dbea83e97f66
Merge tag 'for-6.15/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm

Pull device mapper fixes from Mikulas Patocka:

 - 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

 - Fix W=1 build with clang

* tag 'for-6.15/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm:
  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 table: Fix W=1 build warning when mempool_needs_integrity is unused