From: Vlad Yasevich Date: Fri, 7 Dec 2007 06:50:27 +0000 (-0800) Subject: [SCTP]: Add bind hash locking to the migrate code X-Git-Tag: v2.6.24-rc5~52^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f26f7c480555812ca7c4037e0a50fa54afe2cb4a;p=pandora-kernel.git [SCTP]: Add bind hash locking to the migrate code SCTP accept code tries to add a newliy created socket to a bind bucket without holding a lock. On a really busy system, that can causes slab corruptions. Add a lock around this code. Signed-off-by: Vlad Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed