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