mbox series

[GIT,PULL] block fixes for 5.17-final

Message ID 667d556f-dc12-0cc2-2abf-5a478fd93d35@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] block fixes for 5.17-final | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.17-2022-03-18

Message

Jens Axboe March 18, 2022, 5:05 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org March 18, 2022, 7:38 p.m. UTC | #1
The pull request you sent on Fri, 18 Mar 2022 11:05:06 -0600:

> git://git.kernel.dk/linux-block.git tags/block-5.17-2022-03-18

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6c4bcd8140770f8190a8e691aff0e3550069edb1

Thank you!