* [GIT PULL] Important block fixes for 3.7
@ 2012-11-23 14:01 Jens Axboe
0 siblings, 0 replies; only message in thread
From: Jens Axboe @ 2012-11-23 14:01 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel@vger.kernel.org
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-11-23 14:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-23 14:01 [GIT PULL] Important block fixes for 3.7 Jens Axboe
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.