Hi Linus, Set of fixes for 5.17-rc2: - NVMe pull request - add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDs (Wu Zheng) - remove the unneeded ret variable in nvmf_dev_show (Changcheng Deng) - Fix for a hang regression introduced with a patch in the merge window, where low queue depth devices would not always get woken correctly (Laibin) - Small series fixing an IO accounting issue with bio backed dm devices (Mike, Yu) - Fix an error handling memory leak (Miaoqian) Please pull! The following changes since commit dd81e1c7d5fb126e5fbc5c9e334d7b3ec29a16a0: Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux (2022-01-23 17:52:42 +0200) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-5.17-2022-01-28 for you to fetch changes up to b879f915bc48a18d4f4462729192435bb0f17052: dm: properly fix redundant bio-based IO accounting (2022-01-28 12:28:15 -0700) ---------------------------------------------------------------- block-5.17-2022-01-28 ---------------------------------------------------------------- Changcheng Deng (1): nvme-fabrics: remove the unneeded ret variable in nvmf_dev_show Jens Axboe (1): Merge tag 'nvme-5.17-2022-01-27' of git://git.infradead.org/nvme into block-5.17 Laibin Qiu (1): blk-mq: Fix wrong wakeup batch configuration which will cause hang Miaoqian Lin (1): block: fix memory leak in disk_register_independent_access_ranges Mike Snitzer (3): block: add bio_start_io_acct_time() to control start_time dm: revert partial fix for redundant bio-based IO accounting dm: properly fix redundant bio-based IO accounting Wu Zheng (1): nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDs Yu Kuai (1): blk-mq: fix missing blk_account_io_done() in error path block/blk-core.c | 25 +++++++++++++++++++------ block/blk-ia-ranges.c | 2 +- block/blk-mq.c | 2 ++ drivers/md/dm.c | 20 +++----------------- drivers/nvme/host/fabrics.c | 3 +-- drivers/nvme/host/pci.c | 3 ++- include/linux/blkdev.h | 1 + lib/sbitmap.c | 8 ++++++-- 8 files changed, 35 insertions(+), 29 deletions(-) -- Jens Axboe