Hi Linus, Two fixes that should make 5.17: - Revert of a nvme target feature (Hannes) - Fix a memory leak with rq-qos (Ming) Please pull! The following changes since commit 0a5aa8d161d19a1b12fd25b434b32f7c885c73bb: block: fix blk_mq_attempt_bio_merge and rq_qos_throttle protection (2022-03-08 17:48:39 -0700) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-5.17-2022-03-18 for you to fetch changes up to f6189589fa7cc4fb6b53f2929f69f0505123202f: Merge tag 'nvme-5.17-2022-03-16' of git://git.infradead.org/nvme into block-5.17 (2022-03-16 05:43:25 -0600) ---------------------------------------------------------------- block-5.17-2022-03-18 ---------------------------------------------------------------- Hannes Reinecke (1): nvmet: revert "nvmet: make discovery NQN configurable" Jens Axboe (1): Merge tag 'nvme-5.17-2022-03-16' of git://git.infradead.org/nvme into block-5.17 Ming Lei (1): block: release rq qos structures for queue without disk block/blk-core.c | 4 ++++ drivers/nvme/target/configfs.c | 39 --------------------------------------- drivers/nvme/target/core.c | 3 +-- 3 files changed, 5 insertions(+), 41 deletions(-) -- Jens Axboe