public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Fixes for 4.0-rc
@ 2015-03-25 21:23 Jens Axboe
  0 siblings, 0 replies; only message in thread
From: Jens Axboe @ 2015-03-25 21:23 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Hi Linus,

A small collection of fixes that has been gathered over the last few
weeks. It contains:

- A one-liner fix for NVMe, fixing a missing list_head init that could
  makes us oops on hitting recovery at load time.

- Two small blk-mq fixes:
        - Fixup a bad goto jump on error handling.
        - Fix for oopsing if running out of reserved tags.

- A memory leak fix for NBD.

- Two small writeback fixes from Tejun, fixing a missing init to
  INITIAL_JIFFIES, and a possible underflow introduced recently.

- A core merge fixup in sg gap detection, where rq->biotail was indexed
  with the count of rq->bio.

Please pull!

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

----------------------------------------------------------------
Jens Axboe (1):
      Merge tag 'nbd_fixes_20150305' of git://git.pengutronix.de/git/mpa/linux-nbd into for-linus

Keith Busch (1):
      NVMe: Initialize device list head before starting

Mike Snitzer (1):
      blk-mq: fix use of incorrect goto label in blk_mq_init_queue error path

Sam Bradshaw (1):
      blkmq: Fix NULL pointer deref when all reserved tags in

Sudip Mukherjee (1):
      nbd: fix possible memory leak

Tejun Heo (2):
      writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()
      writeback: fix possible underflow in write bandwidth calculation

Wenbo Wang (1):
      Fix bug in blk_rq_merge_ok

 block/blk-merge.c         | 2 +-
 block/blk-mq-tag.c        | 6 ++++--
 block/blk-mq.c            | 6 +++---
 drivers/block/nbd.c       | 8 ++++----
 drivers/block/nvme-core.c | 1 +
 mm/page-writeback.c       | 7 +++++--
 6 files changed, 18 insertions(+), 12 deletions(-)

-- 
Jens Axboe


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

only message in thread, other threads:[~2015-03-25 21:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-25 21:23 [GIT PULL] Fixes for 4.0-rc Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox