mbox series

[GIT,PULL] Block fixes for 6.3-rc4

Message ID a3e790c2-e454-f49e-b2c0-2353ceb9752c@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.3-rc4 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.3-2023-03-24

Message

Jens Axboe March 24, 2023, 4:28 p.m. UTC
Hi Linus,

A few fixes on the storage front that should go into the 6.3 release:

- NVMe pull request via Christoph:
	- Send Identify with CNS 06h only to I/O controllers
	  (Martin George)
	- Fix nvme_tcp_term_pdu to match spec (Caleb Sander)

- Pass in issue_flags for uring_cmd, so the end_io handlers don't need
  to assume what the right context is (me)

- Fix for ublk, marking it as LIVE before adding it to avoid races on
  the initial IO (Ming)

Please pull!


The following changes since commit 8f0d196e4dc137470bbd5de98278d941c8002fcb:

  block: remove obsolete config BLOCK_COMPAT (2023-03-16 09:35:44 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.3-2023-03-24

for you to fetch changes up to f915da0f0dfb69ffea53f62101b38073e0b81f73:

  Merge tag 'nvme-6.3-2023-03-23' of git://git.infradead.org/nvme into block-6.3 (2023-03-23 13:02:20 -0600)

----------------------------------------------------------------
block-6.3-2023-03-24

----------------------------------------------------------------
Caleb Sander (1):
      nvme-tcp: fix nvme_tcp_term_pdu to match spec

Jens Axboe (2):
      block/io_uring: pass in issue_flags for uring_cmd task_work handling
      Merge tag 'nvme-6.3-2023-03-23' of git://git.infradead.org/nvme into block-6.3

Martin George (1):
      nvme: send Identify with CNS 06h only to I/O controllers

Ming Lei (1):
      block: ublk_drv: mark device as LIVE before adding disk

 drivers/block/ublk_drv.c  | 34 ++++++++++++++++++++--------------
 drivers/nvme/host/core.c  |  3 ++-
 drivers/nvme/host/ioctl.c | 14 ++++++++------
 include/linux/io_uring.h  | 11 ++++++-----
 include/linux/nvme-tcp.h  |  5 +++--
 io_uring/uring_cmd.c      | 10 ++++++----
 6 files changed, 45 insertions(+), 32 deletions(-)

Comments

pr-tracker-bot@kernel.org March 24, 2023, 9:21 p.m. UTC | #1
The pull request you sent on Fri, 24 Mar 2023 10:28:48 -0600:

> git://git.kernel.dk/linux.git tags/block-6.3-2023-03-24

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

Thank you!