mbox series

[for-6.10,0/2] dm: use late bio-splitting and queue_limits_set

Message ID 20240411201529.44846-1-snitzer@kernel.org (mailing list archive)
Headers show
Series dm: use late bio-splitting and queue_limits_set | expand

Message

Mike Snitzer April 11, 2024, 8:15 p.m. UTC
Hi,

I'd like to get extra review and testing for these changes given how
DM's use of queue_limits_set broke Linus's dm-crypt on NVMe setup
during the 6.9 merge window.

These changes have been staged in linux-next via linux-dm.git and
while they should apply cleanly on 6.9-rcX they have been applied
ontop of dm-6.10, see:
https://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git/log/?h=dm-6.10

Thanks,
Mike

Christoph Hellwig (1):
  dm: use queue_limits_set

Mike Snitzer (1):
  dm-crypt: stop constraining max_segment_size to PAGE_SIZE

 drivers/md/dm-crypt.c | 12 ++----------
 drivers/md/dm-table.c | 27 ++++++++++++---------------
 2 files changed, 14 insertions(+), 25 deletions(-)