public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@fb.com>
To: <torvalds@linuxfoundation.org>
Cc: <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Fixes for 4.0-rc
Date: Wed, 25 Mar 2015 15:23:07 -0600	[thread overview]
Message-ID: <20150325212307.GA13906@kernel.dk> (raw)

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


                 reply	other threads:[~2015-03-25 21:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150325212307.GA13906@kernel.dk \
    --to=axboe@fb.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox