From: Changli Gao Date: Thu, 16 Sep 2010 17:55:03 +0000 (+0200) Subject: netfilter: nf_conntrack: fix the hash random initializing race X-Git-Tag: v2.6.37-rc1~147^2~3^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b23909695c33f53df5f1d16696b1aa5b874c1904;p=pandora-kernel.git 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 Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed