The patch titled lock validator special locking: sctp has been removed from the -mm tree. Its filename is lock-validator-special-locking-sctp.patch This patch was dropped because lockdep is being redone ------------------------------------------------------ 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 --- a/net/sctp/socket.c~lock-validator-special-locking-sctp +++ a/net/sctp/socket.c @@ -4621,7 +4621,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 origin.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 vdso-randomize-the-i386-vdso-by-moving-it-into-a-vma-vs-x86_64-mm-reliable-stack-trace-support-i386-2-revert-maxmem-change.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