From: Linus Torvalds Date: Fri, 15 Sep 2023 21:05:58 +0000 (-0700) Subject: Merge tag 'block-6.6-2023-09-15' of git://git.kernel.dk/linux X-Git-Tag: v6.6.17~3919 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5bc357b215bdff924c38589e6e043ecda8fb9756;p=platform%2Fkernel%2Flinux-rpi.git Merge tag 'block-6.6-2023-09-15' of git://git.kernel.dk/linux Pull block fixes from Jens Axboe: - 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) * tag 'block-6.6-2023-09-15' of git://git.kernel.dk/linux: nvme: avoid bogus CRTO values md: Put the right device in md_seq_next nvme-pci: do not set the NUMA node of device if it has none blk-mq: fix tags UAF when shrinking q->nr_hw_queues md/raid1: fix error: ISO C90 forbids mixed declarations md: fix warning for holder mismatch from export_rdev() md: don't dereference mddev after export_rdev() nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid() nvme: host: hwmon: constify pointers to hwmon_channel_info nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page() --- 5bc357b215bdff924c38589e6e043ecda8fb9756