mbox series

[GIT,PULL] Block fixes for 6.0-rc1

Message ID b244d065-93f3-cc44-19a1-801b301875f5@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.0-rc1 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-6.0-2022-08-12

Message

Jens Axboe Aug. 12, 2022, 12:48 p.m. UTC
Hi Linus,

Minor set of fixes for 6.0-rc1:

- NVMe pull request
	- print nvme connect Linux error codes properly (Amit Engel)
	- fix the fc_appid_store return value (Christoph Hellwig)
	- fix a typo in an error message (Christophe JAILLET)
	- add another non-unique identifier quirk (Dennis P. Kliem)
	- check if the queue is allocated before stopping it in nvme-tcp
	  (Maurizio Lombardi)
	- restart admin queue if the caller needs to restart queue in
	  nvme-fc (Ming Lei)
	- use kmemdup instead of kmalloc + memcpy in nvme-auth
	  (Zhang Xiaoxu)

- __alloc_disk_node() error handling fix (Rafael)

Please pull!


The following changes since commit fa9db655d0e112c108fe838809608caf759bdf5e:

  Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-block (2022-08-04 20:00:14 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-6.0-2022-08-12

for you to fetch changes up to aa0c680c3aa96a5f9f160d90dd95402ad578e2b0:

  block: Do not call blk_put_queue() if gendisk allocation fails (2022-08-12 06:42:06 -0600)

----------------------------------------------------------------
block-6.0-2022-08-12

----------------------------------------------------------------
Amit Engel (1):
      nvme-fabrics: parse nvme connect Linux error codes

Christoph Hellwig (1):
      nvme-fc: fix the fc_appid_store return value

Christophe JAILLET (1):
      nvme-fabrics: Fix a typo in an error message

Dennis P. Kliem (1):
      nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S70

Jens Axboe (1):
      Merge tag 'nvme-6.0-2022-08-11' of git://git.infradead.org/nvme into block-6.0

Maurizio Lombardi (1):
      nvme-tcp: check if the queue is allocated before stopping it

Ming Lei (1):
      nvme-fc: restart admin queue if the caller needs to restart queue

Rafael Mendonca (1):
      block: Do not call blk_put_queue() if gendisk allocation fails

Zhang Xiaoxu (1):
      nvmet-auth: use kmemdup instead of kmalloc + memcpy

 block/genhd.c                          | 4 +---
 drivers/nvme/host/fabrics.c            | 8 +++++++-
 drivers/nvme/host/fc.c                 | 5 ++++-
 drivers/nvme/host/pci.c                | 2 ++
 drivers/nvme/host/tcp.c                | 3 +++
 drivers/nvme/target/fabrics-cmd-auth.c | 4 ++--
 6 files changed, 19 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 13, 2022, 9:48 p.m. UTC | #1
The pull request you sent on Fri, 12 Aug 2022 06:48:53 -0600:

> git://git.kernel.dk/linux-block.git tags/block-6.0-2022-08-12

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

Thank you!