From: Masayuki Nakagawa Date: Fri, 16 Mar 2007 23:14:03 +0000 (-0700) Subject: [IPV6]: ipv6_fl_socklist is inadvertently shared. X-Git-Tag: v2.6.21-rc5~72^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d35690beda1429544d46c8eb34b2e3a8c37ab299;p=pandora-kernel.git [IPV6]: ipv6_fl_socklist is inadvertently shared. The ipv6_fl_socklist from listening socket is inadvertently shared with new socket created for connection. This leads to a variety of interesting, but fatal, bugs. For example, removing one of the sockets may lead to the other socket's encountering a page fault when the now freed list is referenced. The fix is to not share the flow label list with the new socket. Signed-off-by: Masayuki Nakagawa Signed-off-by: David S. Miller --- Reading git-diff-tree failed