Hi Linus, Three fixes that should go into this release: - The 32-bit segment size fix that I mentioned last week (Ming) - Use uint for the block size (Mikulas) - A null_blk zone write handling fix (Damien) Please pull! git://git.kernel.dk/linux-block.git tags/block-5.5-2020-01-16 ---------------------------------------------------------------- Damien Le Moal (1): null_blk: Fix zone write handling Mikulas Patocka (1): block: fix an integer overflow in logical block size Ming Lei (1): block: fix get_max_segment_size() overflow on 32bit arch block/blk-merge.c | 9 +++++++-- block/blk-settings.c | 2 +- drivers/block/null_blk_zoned.c | 4 +++- drivers/md/dm-snap-persistent.c | 2 +- drivers/md/raid0.c | 2 +- include/linux/blkdev.h | 8 ++++---- 6 files changed, 17 insertions(+), 10 deletions(-) -- Jens Axboe