mbox series

[GIT,PULL] Block fixes for 6.11-rc5

Message ID 05edba4c-e219-46b9-8bb9-c4d71f859869@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] Block fixes for 6.11-rc5 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.11-20240823

Message

Jens Axboe Aug. 23, 2024, 3:11 p.m. UTC
Hi Linus,

Some block fixes that should go into the 6.11 kernel release:

- NVMe pull request via Keith
	- Remove unused struct field (Nilay)
	- Fix fabrics keep-alive teardown order (Ming)

- Write zeroes fixes (John)

Please pull!


The following changes since commit b313a8c835516bdda85025500be866ac8a74e022:

  block: Fix lockdep warning in blk_mq_mark_tag_wait (2024-08-15 19:25:03 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.11-20240823

for you to fetch changes up to e6b09a173870720e4d4c6fd755803970015ac043:

  Merge tag 'nvme-6.11-2024-08-22' of git://git.infradead.org/nvme into block-6.11 (2024-08-22 16:20:24 -0600)

----------------------------------------------------------------
block-6.11-20240823

----------------------------------------------------------------
Jens Axboe (1):
      Merge tag 'nvme-6.11-2024-08-22' of git://git.infradead.org/nvme into block-6.11

John Garry (2):
      block: Read max write zeroes once for __blkdev_issue_write_zeroes()
      block: Drop NULL check in bdev_write_zeroes_sectors()

Ming Lei (1):
      nvme: move stopping keep-alive into nvme_uninit_ctrl()

Nilay Shroff (1):
      nvme: Remove unused field

 block/blk-lib.c          | 25 ++++++++++++++++++-------
 drivers/nvme/host/core.c |  2 +-
 drivers/nvme/host/nvme.h |  1 -
 include/linux/blkdev.h   |  7 +------
 4 files changed, 20 insertions(+), 15 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 23, 2024, 11:55 p.m. UTC | #1
The pull request you sent on Fri, 23 Aug 2024 09:11:45 -0600:

> git://git.kernel.dk/linux.git tags/block-6.11-20240823

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

Thank you!