* [gentoo-commits] linux-patches r1739 - genpatches-2.6/trunk/2.6.34
@ 2010-08-10 22:31 Mike Pagano (mpagano)
0 siblings, 0 replies; only message in thread
From: Mike Pagano (mpagano) @ 2010-08-10 22:31 UTC (permalink / raw
To: gentoo-commits
Author: mpagano
Date: 2010-08-10 22:31:34 +0000 (Tue, 10 Aug 2010)
New Revision: 1739
Removed:
genpatches-2.6/trunk/2.6.34/1900_avoid-oops-on-md-removal.patch
Log:
Removing redundant patch
Deleted: genpatches-2.6/trunk/2.6.34/1900_avoid-oops-on-md-removal.patch
===================================================================
--- genpatches-2.6/trunk/2.6.34/1900_avoid-oops-on-md-removal.patch 2010-08-10 22:25:28 UTC (rev 1738)
+++ genpatches-2.6/trunk/2.6.34/1900_avoid-oops-on-md-removal.patch 2010-08-10 22:31:34 UTC (rev 1739)
@@ -1,33 +0,0 @@
-From: NeilBrown <neilb@suse.de>
-Date: Mon, 17 May 2010 01:27:00 +0000 (+1000)
-Subject: md/linear: avoid possible oops and array stop
-X-Git-Tag: v2.6.35-rc1~440^2~44
-X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=ef2f80ff7325b2c1888ff02ead28957b5840bf51
-
-md/linear: avoid possible oops and array stop
-
-Since commit ef286f6fa673cd7fb367e1b145069d8dbfcc6081
-it has been important that each personality clears
-->private in the ->stop() function, or sets it to a
-attribute group to be removed.
-linear.c doesn't. This can sometimes lead to an oops,
-though it doesn't always.
-
-Suitable for 2.6.33-stable and 2.6.34.
-
-Signed-off-by: NeilBrown <neilb@suse.de>
-Cc: stable@kernel.org
----
-
-Index: linux-2.6.34-gentoo-r1/drivers/md/linear.c
-===================================================================
---- linux-2.6.34-gentoo-r1.orig/drivers/md/linear.c
-+++ linux-2.6.34-gentoo-r1/drivers/md/linear.c
-@@ -282,6 +282,7 @@ static int linear_stop (mddev_t *mddev)
- rcu_barrier();
- blk_sync_queue(mddev->queue); /* the unplug fn references 'conf'*/
- kfree(conf);
-+ mddev->private = NULL;
-
- return 0;
- }
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-08-10 22:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-10 22:31 [gentoo-commits] linux-patches r1739 - genpatches-2.6/trunk/2.6.34 Mike Pagano (mpagano)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox