git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
009e8c9
)
[IPV6]: Lost locking when inserting a flowlabel in ipv6_fl_list
author
Pavel Emelyanov
<xemul@openvz.org>
Thu, 18 Oct 2007 12:14:58 +0000
(
05:14
-0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 18 Oct 2007 12:14:58 +0000
(
05:14
-0700)
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 <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found