Hi Linus, Two NVMe fixes, and a regression fix for the core block layer from this merge window. Please pull! The following changes since commit 6b0de7d0f3285df849be2b3cc94fc3a0a31987bf: Merge tag 'nvme-5.19-2022-07-07' of git://git.infradead.org/nvme into block-5.19 (2022-07-07 17:38:19 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-5.19-2022-07-15 for you to fetch changes up to 957a2b345cbcf41b4b25d471229f0e35262f066c: block: fix missing blkcg_bio_issue_init (2022-07-14 10:54:49 -0600) ---------------------------------------------------------------- block-5.19-2022-07-15 ---------------------------------------------------------------- Israel Rukshin (1): nvme: fix block device naming collision Jens Axboe (1): Merge tag 'nvme-5.19-2022-07-14' of git://git.infradead.org/nvme into block-5.19 Keith Busch (1): nvme-pci: fix freeze accounting for error handling Muchun Song (1): block: fix missing blkcg_bio_issue_init block/blk-merge.c | 1 + drivers/nvme/host/core.c | 6 +++--- drivers/nvme/host/pci.c | 9 +++++++-- 3 files changed, 11 insertions(+), 5 deletions(-) -- Jens Axboe