All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Block fixes for 4.4 final
@ 2015-12-22 21:39 Jens Axboe
  0 siblings, 0 replies; only message in thread
From: Jens Axboe @ 2015-12-22 21:39 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, linux-block

Hi Linus,

Three small fixes for 4.4 final. Specifically:

- The segment issue fix from Junichi, where the old IO path does a bio
  limit split before potentially bouncing the pages. We need to do that
  in the right order, to ensure that limitations are met.

- A NVMe surprise removal IO hang fix from Keith.

- A use-after-free in null_blk, introduced by a previous patch in this
  series. From Mike Krinkin.

Please pull!


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


----------------------------------------------------------------
Junichi Nomura (1):
      block: ensure to split after potentially bouncing a bio

Keith Busch (1):
      NVMe: IO ending fixes on surprise removal

Mike Krinkin (1):
      null_blk: fix use-after-free error

 block/blk-core.c         |  4 ++--
 drivers/block/null_blk.c |  6 +++---
 drivers/nvme/host/pci.c  | 20 +++++++++++++++++++-
 3 files changed, 24 insertions(+), 6 deletions(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-12-22 21:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-22 21:39 [GIT PULL] Block fixes for 4.4 final Jens Axboe

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.