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(-) -- Jens Axboe