All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-block@vger.kernel.org" <linux-block@vger.kernel.org>
Subject: [GIT PULL] Block fixes for 5.8-rc4
Date: Wed, 1 Jul 2020 22:31:45 -0600	[thread overview]
Message-ID: <70c99f08-5396-92d3-ff45-091a56216452@kernel.dk> (raw)

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(-)

-- 
Jens Axboe


             reply	other threads:[~2020-07-02  4:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-02  4:31 Jens Axboe [this message]
2020-07-02 22:30 ` [GIT PULL] Block fixes for 5.8-rc4 pr-tracker-bot
2020-07-05 13:05 Jens Axboe
2020-07-05 18:00 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=70c99f08-5396-92d3-ff45-091a56216452@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=linux-block@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.