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] Final block fixes for 3.19
Date: Tue, 3 Feb 2015 12:29:02 -0700	[thread overview]
Message-ID: <20150203192902.GA6074@kernel.dk> (raw)

Hi Linus,

Unfortunately the hctx/ctx lifetime fix from last pull had some issues.
This pull request contains a revert of the problematic commit, and a
proper rewrite of it. The rewrite has been tested by the users
complaining about the regression, and it works fine now. Additionally,
I've run testing on all the blk-mq use cases for it and it passes. So we
should definitely get this into 3.19, to avoid regression for some
cases.

Please pull!

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

for you to fetch changes up to e09aae7edec1d20824c60a6f0ca4589f99ada17b:

  blk-mq: release mq's kobjects in blk_release_queue() (2015-01-29 08:30:51 -0800)

----------------------------------------------------------------
Ming Lei (2):
      Revert "blk-mq: fix hctx/ctx kobject use-after-free"
      blk-mq: release mq's kobjects in blk_release_queue()

 block/blk-mq-sysfs.c | 25 ++-----------------------
 block/blk-mq.c       | 23 +++++++++++++++++++++--
 block/blk-mq.h       |  2 ++
 block/blk-sysfs.c    |  2 ++
 4 files changed, 27 insertions(+), 25 deletions(-)

-- 
Jens Axboe


                 reply	other threads:[~2015-02-03 19:29 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=20150203192902.GA6074@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