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>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Block fixes for 4.11-rc
Date: Fri, 24 Mar 2017 08:12:15 -0600	[thread overview]
Message-ID: <1352f555-5243-718b-0407-339b61bfa564@kernel.dk> (raw)

Hi Linus,

A few fixes for the current series that should go into -rc4. This pull
request contains:

- A fix for a potential corruption of un-started requests from Ming.

- A blk-stat fix from Omar, ensuring we flush the stat batch before
  checking nr_samples.

- A set of fixes from Sagi for the nvmeof family.

Please pull!


  git://git.kernel.dk/linux-block.git for-linus


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

Ming Lei (1):
      blk-mq: don't complete un-started request in timeout handler

Omar Sandoval (1):
      blk-stat: fix blk_stat_sum() if all samples are batched

Sagi Grimberg (5):
      nvme-loop: fix a possible use-after-free when destroying the admin queue
      nvmet: confirm sq percpu has scheduled and switched to atomic
      nvmet-rdma: Fix a possible uninitialized variable dereference
      nvme-rdma: handle cpu unplug when re-establishing the controller
      nvme-loop: handle cpu unplug when re-establishing the controller

 block/blk-mq.c              | 11 +-----
 block/blk-stat.c            |  4 +-
 drivers/nvme/host/rdma.c    | 28 +++++++-------
 drivers/nvme/target/core.c  | 11 +++++-
 drivers/nvme/target/loop.c  | 90 +++++++++++++++++++++++++--------------------
 drivers/nvme/target/nvmet.h |  1 +
 drivers/nvme/target/rdma.c  |  8 ++--
 7 files changed, 82 insertions(+), 71 deletions(-)

-- 
Jens Axboe

             reply	other threads:[~2017-03-24 14:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-24 14:12 Jens Axboe [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-03-29 21:27 [GIT PULL] Block fixes for 4.11-rc Jens Axboe
2017-03-15 21:06 Jens Axboe

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=1352f555-5243-718b-0407-339b61bfa564@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=linux-block@vger.kernel.org \
    --cc=linux-kernel@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).