From: Jens Axboe <axboe@fb.com>
To: <torvalds@linuxfoundation.org>
Cc: <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] A few small fixes for 4.2-rc1
Date: Fri, 3 Jul 2015 10:40:20 -0600 [thread overview]
Message-ID: <20150703164020.GA27938@kernel.dk> (raw)
Hi Linus,
Mainly sending this off now for the writeback fixes, since they fix a
real regression introduced with the cgroup writeback changes. The NVMe
fix could wait for next pull for this series, but it's simple enough
that we might as well include it. This pull request contains:
- Two cgroup writeback fixes from Tejun, fixing a user reported issue
with luks crypt devices hanging when being closed.
- NVMe error cleanup fix from Jon Derrick, fixing a case where we'd
attempt to free an unregistered IRQ.
Please pull!
git://git.kernel.dk/linux-block.git for-linus
----------------------------------------------------------------
Jon Derrick (1):
NVMe: Fix irq freeing when queue_request_irq fails
Tejun Heo (2):
writeback: don't embed root bdi_writeback_congested in bdi_writeback
writeback: don't drain bdi_writeback_congested on bdi destruction
drivers/block/nvme-core.c | 9 +++-
include/linux/backing-dev-defs.h | 5 +-
include/linux/backing-dev.h | 6 ++-
mm/backing-dev.c | 109 ++++++++++++++++++++++-----------------
4 files changed, 77 insertions(+), 52 deletions(-)
--
Jens Axboe
reply other threads:[~2015-07-03 16:40 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=20150703164020.GA27938@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.