Hi Linus, Three fixes in here: - Fix for a missing split on default memory boundary mask (4G) (Ming) - Fix for multi-page read bio truncate (Ming) - Fix for null_blk zone close request handling (Damien) Please pull! git://git.kernel.dk/linux-block.git tags/block-5.5-20200103 ---------------------------------------------------------------- Damien Le Moal (1): null_blk: Fix REQ_OP_ZONE_CLOSE handling Ming Lei (2): block: add bio_truncate to fix guard_bio_eod block: fix splitting segments on boundary masks block/bio.c | 39 +++++++++++++++++++++++++++++++++++++++ block/blk-merge.c | 18 +++++++++--------- drivers/block/null_blk_zoned.c | 5 ++++- fs/buffer.c | 25 +------------------------ include/linux/bio.h | 1 + 5 files changed, 54 insertions(+), 34 deletions(-) -- Jens Axboe