mbox series

[GIT,PULL] Followup block fixes for 6.1-rc1

Message ID 57f8b4fd-02a2-94c9-3af0-8b4115356d7a@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Followup block fixes for 6.1-rc1 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.1-2022-10-13

Message

Jens Axboe Oct. 13, 2022, 7:27 p.m. UTC
Hi Linus,

Fixes that ended up landing later than the initial block pull request.
Nothing really major in here:

- NVMe pull request via Christoph:
	- add NVME_QUIRK_BOGUS_NID for Lexar NM760 (Abhijit)
	  avoid the deepest sleep state on ZHITAI TiPro5000 SSDs
	  (Xi Ruoyao)
	- fix possible hang caused during ctrl deletion (Sagi Grimberg)
	- fix possible hang in live ns resize with ANA access
	  (Sagi Grimberg)

- Proactively avoid a sign extension issue with the queue flags (Brian)

- Regression fix for hidden disks (Christoph)

- Update OPAL maintainers entry (Jonathan)

- blk-wbt regression initialization fix (Yu)

Please pull!


The following changes since commit 493ffd6605b2d3d4dc7008ab927dba319f36671f:

  Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace (2022-10-09 16:24:05 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.1-2022-10-13

for you to fetch changes up to 3bc429c1e2cf6fa830057c61ae93d483f270b8ff:

  Merge tag 'nvme-6.1-2022-10-12' of git://git.infradead.org/nvme into block-6.1 (2022-10-12 07:15:53 -0600)

----------------------------------------------------------------
block-6.1-2022-10-13

----------------------------------------------------------------
Abhijit (1):
      nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM760

Brian Foster (1):
      block: avoid sign extend problem with default queue flags mask

Christoph Hellwig (1):
      block: fix leaking minors of hidden disks

Deming Wang (1):
      block: Remove the repeat word 'can'

Jens Axboe (2):
      Merge branch 'for-6.1/block' into block-6.1
      Merge tag 'nvme-6.1-2022-10-12' of git://git.infradead.org/nvme into block-6.1

Jonathan Derrick (1):
      MAINTAINERS: Update SED-Opal Maintainers

Sagi Grimberg (3):
      nvme-rdma: fix possible hang caused during ctrl deletion
      nvme-tcp: fix possible hang caused during ctrl deletion
      nvme-multipath: fix possible hang in live ns resize with ANA access

Xi Ruoyao (1):
      nvme-pci: avoid the deepest sleep state on ZHITAI TiPro5000 SSDs

Yu Kuai (1):
      blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()

 MAINTAINERS                   | 3 +--
 block/bio.c                   | 2 +-
 block/blk-wbt.c               | 3 +--
 block/genhd.c                 | 7 +++++++
 drivers/nvme/host/multipath.c | 1 +
 drivers/nvme/host/pci.c       | 4 ++++
 drivers/nvme/host/rdma.c      | 2 +-
 drivers/nvme/host/tcp.c       | 2 +-
 include/linux/blkdev.h        | 6 +++---
 9 files changed, 20 insertions(+), 10 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 14, 2022, 5:07 a.m. UTC | #1
The pull request you sent on Thu, 13 Oct 2022 13:27:49 -0600:

> git://git.kernel.dk/linux.git tags/block-6.1-2022-10-13

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

Thank you!