The patch titled cryptocop: double spin_lock_irqsave() has been added to the -mm tree. Its filename is cryptocop-double-spin_lock_irqsave.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: cryptocop: double spin_lock_irqsave() From: Alexey Dobriyan <adobriyan@xxxxxxxxx> Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: Mikael Starvik <starvik@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/cris/arch-v32/drivers/cryptocop.c | 1 - 1 file changed, 1 deletion(-) diff -puN arch/cris/arch-v32/drivers/cryptocop.c~cryptocop-double-spin_lock_irqsave arch/cris/arch-v32/drivers/cryptocop.c --- a/arch/cris/arch-v32/drivers/cryptocop.c~cryptocop-double-spin_lock_irqsave +++ a/arch/cris/arch-v32/drivers/cryptocop.c @@ -2051,7 +2051,6 @@ static void cryptocop_job_queue_close(vo spin_lock_irqsave(&cryptocop_process_lock, process_flags); /* Empty the job queue. */ - spin_lock_irqsave(&cryptocop_process_lock, process_flags); for (i = 0; i < cryptocop_prio_no_prios; i++){ if (!list_empty(&(cryptocop_job_queues[i].jobs))){ list_for_each_safe(node, tmp, &(cryptocop_job_queues[i].jobs)) { _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are origin.patch cryptocop-double-spin_lock_irqsave.patch git-mtd.patch git-netdev-all.patch gfs2-dont-panic-needlessly.patch parisc-use-unsigned-long-flags-in-semaphore-code.patch git-pcmcia.patch megaraid-fix-warnings-when-config_proc_fs=n.patch paride-rename-pi_register-and-pi_unregister.patch paride_register-shuffle-return-values.patch enforce-unsigned-long-flags-when-spinlocking.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