mbox series

[GIT,PULL] Block fixes for 5.15-rc5

Message ID 05521e6b-9f74-0949-43eb-5029f27d9061@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.15-rc5 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.15-2021-10-09

Message

Jens Axboe Oct. 9, 2021, 6:45 p.m. UTC
Hi Linus,

Two small fixes for tihs release:

- Add missing QUEUE_FLAG_HCTX_ACTIVE in the debugfs handling (Johannes)

- Fix double free / UAF issue in __alloc_disk_node (Tetsuo)

Please pull!


The following changes since commit 41e76c6a3c83c85e849f10754b8632ea763d9be4:

  nbd: use shifts rather than multiplies (2021-09-29 20:31:41 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.15-2021-10-09

for you to fetch changes up to 1dbdd99b511c966be9147ad72991a2856ac76f22:

  block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs output (2021-10-04 06:58:39 -0600)

----------------------------------------------------------------
block-5.15-2021-10-09

----------------------------------------------------------------
Johannes Thumshirn (1):
      block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs output

Tetsuo Handa (1):
      block: genhd: fix double kfree() in __alloc_disk_node()

 block/bdev.c           | 2 +-
 block/blk-mq-debugfs.c | 1 +
 block/genhd.c          | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Oct. 9, 2021, 10:05 p.m. UTC | #1
The pull request you sent on Sat, 9 Oct 2021 12:45:49 -0600:

> git://git.kernel.dk/linux-block.git tags/block-5.15-2021-10-09

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/50eb0a06e6cae01d8a8d63770030d01ac2fb572a

Thank you!