mbox series

[GIT,PULL] Block fixes for 5.8-rc4

Message ID 70c99f08-5396-92d3-ff45-091a56216452@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.8-rc4 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.8-2020-07-01

Message

Jens Axboe July 2, 2020, 4:31 a.m. UTC
Hi Linus,

- Use kvfree_sensitive() for the block keyslot free (Eric)
- Sync blk-mq debugfs flags (Hou)
- Memory leak fix in virtio-blk error path (Hou)

Please pull!

The following changes since commit 1b52671d79c4b9fdc91a85f99f69b7c91a3b1b71:

  Merge branch 'nvme-5.8' of git://git.infradead.org/nvme into block-5.8 (2020-06-25 12:57:17 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.8-2020-07-01

for you to fetch changes up to e7eea44eefbdd5f0345a0a8b80a3ca1c21030d06:

  virtio-blk: free vblk-vqs in error path of virtblk_probe() (2020-06-30 19:02:58 -0600)

----------------------------------------------------------------
block-5.8-2020-07-01

----------------------------------------------------------------
Eric Biggers (1):
      block/keyslot-manager: use kvfree_sensitive()

Hou Tao (2):
      blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flags
      virtio-blk: free vblk-vqs in error path of virtblk_probe()

 block/blk-mq-debugfs.c     | 3 +++
 block/keyslot-manager.c    | 3 +--
 drivers/block/virtio_blk.c | 1 +
 include/linux/blkdev.h     | 1 +
 4 files changed, 6 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org July 2, 2020, 10:30 p.m. UTC | #1
The pull request you sent on Wed, 1 Jul 2020 22:31:45 -0600:

> git://git.kernel.dk/linux-block.git tags/block-5.8-2020-07-01

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7cc2a8ea104820dd9e702202621e8fd4d9f6c8cf

Thank you!