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:
ed0b6d7
)
netfilter: nf_conntrack: fix the hash random initializing race
author
Changli Gao
<xiaosuo@gmail.com>
Thu, 16 Sep 2010 17:55:03 +0000
(19:55 +0200)
committer
Patrick McHardy
<kaber@trash.net>
Thu, 16 Sep 2010 17:55:03 +0000
(19:55 +0200)
nf_conntrack_alloc() isn't called with nf_conntrack_lock locked, so hash
random initializing code maybe executed more than once on different
CPUs.
Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/netfilter/nf_conntrack_core.c
patch
|
blob
|
history
diff --cc
net/netfilter/nf_conntrack_core.c
Simple merge