Hi Linus, Small round of minor fixes or cleanups for the 6.9-rc2 kernel, one fixing an issue introduced in 6.8. Please pull! The following changes since commit 07602678091c0096e79f04aea8a148b76eee0d7e: Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9 (2024-03-21 13:23:07 -0600) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.9-20240329 for you to fetch changes up to 55251fbdf0146c252ceff146a1bb145546f3e034: block: Do not force full zone append completion in req_bio_endio() (2024-03-28 17:04:48 -0600) ---------------------------------------------------------------- block-6.9-20240329 ---------------------------------------------------------------- Christoph Hellwig (1): block: don't reject too large max_user_sectors in blk_validate_limits Damien Le Moal (1): block: Do not force full zone append completion in req_bio_endio() John Garry (1): block: Make blk_rq_set_mixed_merge() static block/blk-merge.c | 2 +- block/blk-mq.c | 9 ++------- block/blk-settings.c | 3 +-- block/blk.h | 1 - 4 files changed, 4 insertions(+), 11 deletions(-) -- Jens Axboe