commit | b23909695c33f53df5f1d16696b1aa5b874c1904 | [log] [tgz] |
---|---|---|
author | Changli Gao <xiaosuo@gmail.com> | Thu Sep 16 19:55:03 2010 +0200 |
committer | Patrick McHardy <kaber@trash.net> | Thu Sep 16 19:55:03 2010 +0200 |
tree | 94293e4d5c9a71751dacf5b2a34735428010ff2e | |
parent | ed0b6d7581b54455062f09ccac123814e70cd02f [diff] |
netfilter: nf_conntrack: fix the hash random initializing race 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>