lkml.org 
[lkml]   [2015]   [Mar]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[GIT PULL] Fixes for 4.0-rc
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



\
 
 \ /
  Last update: 2015-03-25 22:41    [W:0.044 / U:0.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site