From: Philip Craig Date: Tue, 29 Apr 2008 10:35:10 +0000 (-0700) Subject: netfilter: nf_conntrack: padding breaks conntrack hash on ARM X-Git-Tag: v2.6.26-rc1~104^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=443a70d50bdc212e1292778e264ce3d0a85b896f;p=pandora-kernel.git netfilter: nf_conntrack: padding breaks conntrack hash on ARM commit 0794935e "[NETFILTER]: nf_conntrack: optimize hash_conntrack()" results in ARM platforms hashing uninitialised padding. This padding doesn't exist on other architectures. Fix this by replacing NF_CT_TUPLE_U_BLANK() with memset() to ensure everything is initialised. There were only 4 bytes that NF_CT_TUPLE_U_BLANK() wasn't clearing anyway (or 12 bytes on ARM). Signed-off-by: Philip Craig Signed-off-by: David S. Miller --- Reading git-diff-tree failed