* [PULLREQUEST] md bugfix for 3.1
@ 2011-10-06 5:18 NeilBrown
0 siblings, 0 replies; only message in thread
From: NeilBrown @ 2011-10-06 5:18 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux RAID
[-- Attachment #1: Type: text/plain, Size: 989 bytes --]
Hi Linus,
please pull this one patch which fixes a race in md thread wakeup at the
same time as shutdown. This is also a case where it isn't a race but a
definite "will try to wake up a non-existent thread" when trying to start
RAID10 that doesn't have enough working disks.
This is tagged for -stable.
Thanks,
NeilBrown
The following changes since commit 976d167615b64e14bc1491ca51d424e2ba9a5e84:
Linux 3.1-rc9 (2011-10-04 18:11:50 -0700)
are available in the git repository at:
git://neil.brown.name/md/ for-linus
last commit being 01f96c0a9922cd9919baf9d16febdf7016177a12
NeilBrown (1):
md: Avoid waking up a thread after it has been freed.
drivers/md/md.c | 22 +++++++++++++++++++---
drivers/md/md.h | 2 +-
drivers/md/multipath.c | 3 +--
drivers/md/raid1.c | 3 +--
drivers/md/raid10.c | 5 ++---
drivers/md/raid5.c | 6 ++----
6 files changed, 26 insertions(+), 15 deletions(-)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-10-06 5:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-06 5:18 [PULLREQUEST] md bugfix for 3.1 NeilBrown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).