From: Jens Axboe <jaxboe@fusionio.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Important block fixes for 3.7
Date: Fri, 23 Nov 2012 15:01:11 +0100 [thread overview]
Message-ID: <50AF81A7.6020108@fusionio.com> (raw)
Hi Linus,
Distilled down version of bug fixes for 3.7. The patches have been well
tested. If you notice that commit dates are from today, it's because I
pulled less important bits out and shuffled them into the 3.8 mix. Apart
from that, no changes, base still the same.
It contains:
- Fix for aoe, don't run request_fn while it's plugged.
- Fix for a regression in floppy since 3.6, which causes
problems if no floppy is found.
- Stable fix for blk_exec(), don't touch a request after it
has been sent to the scheduler (and the device as well).
- Five fixes for various nasties in mtip32xx.
Please pull.
git://git.kernel.dk/linux-block.git for-linus
----------------------------------------------------------------
for-linus-20121123
----------------------------------------------------------------
Ed L. Cashin (1):
aoe: avoid running request handler on plugged queue
Jens Axboe (2):
dm: fix deadlock with request based dm and queue request_fn recursion
mtip32xx: fix shift larger than type warning
Jiri Kosina (1):
floppy: destroy floppy workqueue before cleaning up the queue
Roland Dreier (1):
block: Don't access request after it might be freed
Selvan Mani (4):
mtip32xx: fix potential crash on SEC_ERASE_UNIT
mtip32xx: Fix to make lba address correct in big-endian systems
mtip32xx: Fix incorrect mask used for erase mode
mtip32xx: Fix padding issue
Wei Yongjun (1):
mtip32xx: fix potential NULL pointer dereference in mtip_timeout_function()
block/blk-exec.c | 8 +++++++-
drivers/block/aoe/aoecmd.c | 2 +-
drivers/block/floppy.c | 5 +++--
drivers/block/mtip32xx/mtip32xx.c | 18 ++++++++++++------
drivers/block/mtip32xx/mtip32xx.h | 6 +++---
drivers/md/dm.c | 8 +++++++-
6 files changed, 33 insertions(+), 14 deletions(-)
--
Jens Axboe
reply other threads:[~2012-11-23 14:02 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=50AF81A7.6020108@fusionio.com \
--to=jaxboe@fusionio.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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.