All of lore.kernel.org
 help / color / mirror / Atom feed
* - uml-locking-commentary-in-the-random-driver.patch removed from -mm tree
@ 2007-02-11 22:48 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-02-11 22:48 UTC (permalink / raw)
  To: jdike, blaisorblade, mm-commits


The patch titled
     uml: locking commentary in the random driver
has been removed from the -mm tree.  Its filename was
     uml-locking-commentary-in-the-random-driver.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: uml: locking commentary in the random driver
From: Jeff Dike <jdike@addtoit.com>

Comment the lack of locking.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 arch/um/drivers/random.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN arch/um/drivers/random.c~uml-locking-commentary-in-the-random-driver arch/um/drivers/random.c
--- a/arch/um/drivers/random.c~uml-locking-commentary-in-the-random-driver
+++ a/arch/um/drivers/random.c
@@ -78,6 +78,7 @@ static const struct file_operations rng_
 	.read		= rng_dev_read,
 };
 
+/* rng_init shouldn't be called more than once at boot time */
 static struct miscdevice rng_miscdev = {
 	RNG_MISCDEV_MINOR,
 	RNG_MODULE_NAME,
_

Patches currently in -mm which might be from jdike@addtoit.com are

origin.patch
uml-fix-prototypes.patch
dynamic-kernel-command-line-common.patch
dynamic-kernel-command-line-um.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-11 22:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-11 22:48 - uml-locking-commentary-in-the-random-driver.patch removed from -mm tree akpm

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.