Hi Jens, this series fixes a regression in 6.10-rc report by Mike when using device mapper multipath on top of SCSI disks. It is due the sd driver not only setting the hard max_dev_sectors limit but also pre-setting a potentially lower max_sectors value. Diffstat: block/blk-settings.c | 2 ++ drivers/scsi/sd.c | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-)