From: Pavel Emelyanov Date: Thu, 18 Oct 2007 12:14:58 +0000 (-0700) Subject: [IPV6]: Lost locking when inserting a flowlabel in ipv6_fl_list X-Git-Tag: v2.6.24-rc1~294^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04028045a12ba941c579d0f3238489333ac18ea4;p=pandora-kernel.git [IPV6]: Lost locking when inserting a flowlabel in ipv6_fl_list The new flowlabels should be inserted into the sock list under the ip6_sk_fl_lock. This was lost in one place. This list is naturally protected with the socket lock, but the fl6_sock_lookup() is called without it, so another protection is required. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed