From: Jens Axboe <axboe@fb.com>
To: <torvalds@linuxfoundation.org>
Cc: <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Block fixes for 4.2-rc3
Date: Fri, 24 Jul 2015 13:12:35 -0600 [thread overview]
Message-ID: <20150724191235.GA1456@kernel.dk> (raw)
Hi Linus,
Four smaller fixes for the current series. This pull request contains:
- A fix for clones of discard bio's, that can cause data corruption.
From Martin.
- A fix for null_blk, where in certain queue modes it could access a
request after it had been freed. From Mike Krinkin.
- An error handling leak fix for blkcg, from Tejun.
- Also from Tejun, export of the functions that a file system needs to
implement cgroup writeback support.
Please pull!
git://git.kernel.dk/linux-block.git for-linus
----------------------------------------------------------------
Martin K. Petersen (1):
block: Do a full clone when splitting discard bios
Mike Krinkin (1):
null_blk: fix use-after-free problem
Tejun Heo (2):
blkcg: fix gendisk reference leak in blkg_conf_prep()
block: export bio_associate_*() and wbc_account_io()
block/bio.c | 17 ++++++++++++++---
block/blk-cgroup.c | 6 +++++-
drivers/block/null_blk.c | 18 +++++++++---------
fs/fs-writeback.c | 1 +
4 files changed, 29 insertions(+), 13 deletions(-)
--
Jens Axboe
reply other threads:[~2015-07-24 19:12 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=20150724191235.GA1456@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.