Hi Linus, Set of block fixes that should go into the 6.6 kernel release: - NVMe pull via Keith - nvme-tcp iov len fix (Varun) - nvme-hwmon const qualifier for safety (Krzysztof) - nvme-fc null pointer checks (Nigel) - nvme-pci no numa node fix (Pratyush) - nvme timeout fix for non-compliant controllers (Keith) - MD pull via Song fixing regressions with both 6.5 and 6.6 - Fix a use-after-free regression in resizing blk-mq tags (Chengming) Please pull! The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d: Linux 6.6-rc1 (2023-09-10 16:28:41 -0700) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.6-2023-09-15 for you to fetch changes up to c266ae774effb858266e64b0dfd7018e58278523: Merge tag 'nvme-6.6-2023-09-14' of git://git.infradead.org/nvme into block-6.6 (2023-09-14 16:20:31 -0600) ---------------------------------------------------------------- block-6.6-2023-09-15 ---------------------------------------------------------------- Chengming Zhou (1): blk-mq: fix tags UAF when shrinking q->nr_hw_queues Jens Axboe (2): Merge tag 'md-fixes-20230914' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.6 Merge tag 'nvme-6.6-2023-09-14' of git://git.infradead.org/nvme into block-6.6 Keith Busch (1): nvme: avoid bogus CRTO values Krzysztof Kozlowski (1): nvme: host: hwmon: constify pointers to hwmon_channel_info Mariusz Tkaczyk (1): md: Put the right device in md_seq_next Nigel Croxon (1): md/raid1: fix error: ISO C90 forbids mixed declarations Nigel Kirkland (1): nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid() Pratyush Yadav (1): nvme-pci: do not set the NUMA node of device if it has none Varun Prakash (1): nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page() Yu Kuai (2): md: don't dereference mddev after export_rdev() md: fix warning for holder mismatch from export_rdev() block/blk-mq.c | 13 ++++++------ drivers/md/md.c | 23 ++++++++++++++------ drivers/md/md.h | 3 +++ drivers/md/raid1.c | 3 +-- drivers/nvme/host/core.c | 54 ++++++++++++++++++++++++++++++----------------- drivers/nvme/host/fc.c | 2 +- drivers/nvme/host/hwmon.c | 2 +- drivers/nvme/host/pci.c | 3 --- drivers/nvme/target/tcp.c | 2 +- 9 files changed, 65 insertions(+), 40 deletions(-) -- Jens Axboe