mbox series

[GIT,PULL] Block fixes for 6.9-rc2

Message ID eed6cd8f-58fa-41b7-b442-141752d16237@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.9-rc2 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.9-20240329

Message

Jens Axboe March 29, 2024, 3:28 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org March 29, 2024, 7:27 p.m. UTC | #1
The pull request you sent on Fri, 29 Mar 2024 09:28:29 -0600:

> git://git.kernel.dk/linux.git tags/block-6.9-20240329

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/033e8088a41a0871231cbf09fc6fd534830dbae1

Thank you!