The patch titled lock validator special locking: sctp has been added to the -mm tree. Its filename is lock-validator-special-locking-sctp.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: lock validator special locking: sctp From: Arjan van de Ven <arjan@xxxxxxxxxxxxx> Teach special locking code to the lock validator. Has no effect on non-lockdep kernels. Signed-off-by: Arjan van de Ven <arjan@xxxxxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Cc: Sridhar Samudrala <sri@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- net/sctp/socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN net/sctp/socket.c~lock-validator-special-locking-sctp net/sctp/socket.c --- devel/net/sctp/socket.c~lock-validator-special-locking-sctp 2006-06-05 14:19:45.000000000 -0700 +++ devel-akpm/net/sctp/socket.c 2006-06-05 14:19:45.000000000 -0700 @@ -4597,7 +4597,7 @@ static long sctp_get_port_local(struct s sctp_spin_unlock(&head->lock); } while (--remaining > 0); sctp_port_rover = rover; - sctp_spin_unlock(&sctp_port_alloc_lock); + spin_unlock_non_nested(&sctp_port_alloc_lock); /* Exhausted local port range during search? */ ret = 1; _ Patches currently in -mm which might be from arjan@xxxxxxxxxxxxx are git-acpi.patch ieee1394-semaphore-to-mutex-conversion.patch git-infiniband.patch git-mtd.patch ipw2200-locking-fix.patch vdso-randomize-the-i386-vdso-by-moving-it-into-a-vma.patch vdso-randomize-the-i386-vdso-by-moving-it-into-a-vma-tidy.patch vdso-randomize-the-i386-vdso-by-moving-it-into-a-vma-arch_vma_name-fix.patch vdso-randomize-the-i386-vdso-by-moving-it-into-a-vma-vs-x86_64-mm-reliable-stack-trace-support-i386.patch vdso-randomize-the-i386-vdso-by-moving-it-into-a-vma-vs-x86_64-mm-reliable-stack-trace-support-i386-2.patch lock-validator-special-locking-sctp.patch lock-validator-special-locking-sb-s_umount-2.patch lockdep-annotate-rpc_populate-for.patch lock-validator-special-locking-sound-core-seq-seq_devicec-fix.patch lock-validator-select-kallsyms_all.patch debug-shared-irqs.patch vdso-print-fatal-signals.patch vdso-improve-print_fatal_signals-support-by-adding-memory-maps.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