]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
Merge tag 'for-6.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 21 May 2024 18:43:11 +0000 (11:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 21 May 2024 18:43:11 +0000 (11:43 -0700)
Pull device mapper fixes from Mike Snitzer:

 - Fix DM discard regressions due to DM core switching over to using
   queue_limits_set() without DM core and targets first being updated to
   set (and stack) discard limits in terms of max_hw_discard_sectors and
   not max_discard_sectors

 - Fix stable@ DM integrity discard support to set device's
   discard_granularity limit to the device's logical block size

* tag 'for-6.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm:
  dm: always manage discard support in terms of max_hw_discard_sectors
  dm-integrity: set discard_granularity to logical block size

1  2 
drivers/md/dm-cache-target.c
drivers/md/dm-clone-target.c
drivers/md/dm-thin.c
drivers/md/dm.c

Simple merge
Simple merge
Simple merge
diff --cc drivers/md/dm.c
Simple merge