Hi Linus, A few block fixes for 6.3-rc5: - NVMe pull request via Christoph: - Mark Lexar NM760 as IGNORE_DEV_SUBNQN (Juraj Pecigos) - Fix a possible UAF when failing to allocate an TCP io queue (Sagi Grimberg) - MD pull request via Song: - Fix a null pointer deference in 6.3-rc (Yu Kuai) - uevent partition fix (Alyssa) Please pull! The following changes since commit f915da0f0dfb69ffea53f62101b38073e0b81f73: Merge tag 'nvme-6.3-2023-03-23' of git://git.infradead.org/nvme into block-6.3 (2023-03-23 13:02:20 -0600) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.3-2023-03-30 for you to fetch changes up to 24ab70d83784a807c9ddff939ea762ef19bd4ffd: Merge tag 'md-fixes-2023-03-29' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.3 (2023-03-30 20:29:47 -0600) ---------------------------------------------------------------- block-6.3-2023-03-30 ---------------------------------------------------------------- Alyssa Ross (1): loop: LOOP_CONFIGURE: send uevents for partitions Jens Axboe (2): Merge tag 'nvme-6.3-2023-03-31' of git://git.infradead.org/nvme into block-6.3 Merge tag 'md-fixes-2023-03-29' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.3 Juraj Pecigos (1): nvme-pci: mark Lexar NM760 as IGNORE_DEV_SUBNQN Sagi Grimberg (1): nvme-tcp: fix a possible UAF when failing to allocate an io queue Yu Kuai (1): md: fix regression for null-ptr-deference in __md_stop() drivers/block/loop.c | 18 +++++++++--------- drivers/md/md.c | 3 ++- drivers/nvme/host/pci.c | 3 ++- drivers/nvme/host/tcp.c | 46 ++++++++++++++++++++++++++-------------------- 4 files changed, 39 insertions(+), 31 deletions(-) -- Jens Axboe