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@xxxxxxxxxxx> Comment the lack of locking. Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxx> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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@xxxxxxxxxxx are origin.patch uml-fix-prototypes.patch dynamic-kernel-command-line-common.patch dynamic-kernel-command-line-um.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html