linux-block.vger.kernel.org archive mirror
 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.4-rc7
Date: Fri, 8 Nov 2019 16:23:29 -0700	[thread overview]
Message-ID: <81051323-ef16-30a4-805b-029e2358fbac@kernel.dk> (raw)

Hi Linus,

Here's a small collection of fixes that should go into this release.
This pull request contains:

- Two NVMe device removal crash fixes, and a compat fixup for for an
  ioctl that was introduced in this release (Anton, Charles, Max - via
  Keith)

- Missing error path mutex unlock for drbd (Dan)

- cgroup writeback fixup on dead memcg (Tejun)

- blkcg online stats print fix (Tejun)

Please pull!


  git://git.kernel.dk/linux-block.git tags/for-linus-2019-11-08


----------------------------------------------------------------
Anton Eidelman (1):
      nvme-multipath: fix crash in nvme_mpath_clear_ctrl_paths

Charles Machalow (1):
      nvme: change nvme_passthru_cmd64 to explicitly mark rsvd

Dan Carpenter (1):
      block: drbd: remove a stray unlock in __drbd_send_protocol()

Jens Axboe (1):
      Merge branch 'nvme-5.4-rc7' of git://git.infradead.org/nvme into for-linus

Max Gurtovoy (1):
      nvme-rdma: fix a segmentation fault during module unload

Tejun Heo (2):
      blkcg: make blkcg_print_stat() print stats only for online blkgs
      cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is dead

 block/blk-cgroup.c              | 13 ++++++++-----
 drivers/block/drbd/drbd_main.c  |  1 -
 drivers/nvme/host/multipath.c   |  2 ++
 drivers/nvme/host/rdma.c        |  8 ++++++++
 fs/fs-writeback.c               |  9 ++++++---
 include/uapi/linux/nvme_ioctl.h |  1 +
 6 files changed, 25 insertions(+), 9 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2019-11-08 23:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-08 23:23 Jens Axboe [this message]
2019-11-09  2:35 ` [GIT PULL] Block fixes for 5.4-rc7 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=81051323-ef16-30a4-805b-029e2358fbac@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).