Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1297074 > unrolled thread

[GIT PULL] Block fixes for 4.4 final

Started byJens Axboe <axboe@fb.com>
First post2015-12-22 22:40 +0100
Last post2015-12-22 22:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] Block fixes for 4.4 final Jens Axboe <axboe@fb.com> - 2015-12-22 22:40 +0100

#1297074 — [GIT PULL] Block fixes for 4.4 final

FromJens Axboe <axboe@fb.com>
Date2015-12-22 22:40 +0100
Subject[GIT PULL] Block fixes for 4.4 final
Message-ID<qICOZ-N9-1@gated-at.bofh.it>
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web