All of lore.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] Few simple fixups for 4.1 final
Date: Fri, 12 Jun 2015 09:01:00 -0600	[thread overview]
Message-ID: <20150612150100.GA7413@kernel.dk> (raw)

Hi Linus,

Remember about a week ago when I sent the last pull request for 4.1?
Well, I lied. Now, I don't want to shift the blame, but Dan, Ming, and
Richard made a liar out of me.

Here are three small patches that should go into 4.1. More specifically,
this pull request contains:

- A Kconfig dependency for the pmem block driver, so it can't be
  selected if HAS_IOMEM isn't availble. From Richard Weinberger.

- A fix for genhd, making the ext_devt_lock softirq safe. This makes
  lockdep happier, since we also end up grabbing this lock on release
  off the softirq path. From Dan Williams.

- A blk-mq software queue release fix from Ming Lei.

Last two are headed to stable, first fixes an issue introduced in this
cycle.

Please pull!

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

----------------------------------------------------------------
Dan Williams (1):
      block: fix ext_dev_lock lockdep report

Ming Lei (1):
      blk-mq: free hctx->ctxs in queue's release handler

Richard Weinberger (1):
      block: pmem: Add dependency on HAS_IOMEM

 block/blk-mq.c        |  8 ++++++--
 block/genhd.c         | 12 ++++++------
 drivers/block/Kconfig |  1 +
 3 files changed, 13 insertions(+), 8 deletions(-)

-- 
Jens Axboe


                 reply	other threads:[~2015-06-12 15:01 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=20150612150100.GA7413@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.