All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	"linux-block@vger.kernel.org" <linux-block@vger.kernel.org>
Subject: [GIT PULL] Two block fixes for 4.12 final
Date: Thu, 29 Jun 2017 09:16:38 -0600	[thread overview]
Message-ID: <c75d37a6-8174-4780-5622-b3cb98f2e179@kernel.dk> (raw)

Hi Linus,

Two fixes that should go into this release. One is an nvme regression
fix from Keith, fixing a missing queue freeze if the controller is being
reset. This causes the reset to hang. The other is a fix for a leak of
the bio protection info, if smaller sized O_DIRECT is used. This fix
should be more involved as we have other problematic paths in the
kernel, but given as this isn't a regression in this series, we'll
tackle those for 4.13.

Please pull!


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


----------------------------------------------------------------
Jens Axboe (1):
      block: provide bio_uninit() free freeing integrity/task associations

Keith Busch (1):
      nvme/pci: Fix stuck nvme reset

 block/bio.c             | 12 +++++++++---
 drivers/nvme/host/pci.c |  3 ++-
 fs/block_dev.c          |  5 ++++-
 include/linux/bio.h     |  1 +
 4 files changed, 16 insertions(+), 5 deletions(-)

-- 
Jens Axboe

                 reply	other threads:[~2017-06-29 15:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=c75d37a6-8174-4780-5622-b3cb98f2e179@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.