From: Florian Westphal Date: Mon, 23 Aug 2010 21:41:22 +0000 (-0700) Subject: netfilter: fix CONFIG_COMPAT support X-Git-Tag: v2.6.36-rc3~42^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cca77b7c81876d819a5806f408b3c29b5b61a815;p=pandora-kernel.git netfilter: fix CONFIG_COMPAT support commit f3c5c1bfd430858d3a05436f82c51e53104feb6b (netfilter: xtables: make ip_tables reentrant) forgot to also compute the jumpstack size in the compat handlers. Result is that "iptables -I INPUT -j userchain" turns into -j DROP. Reported by Sebastian Roesner on #netfilter, closes http://bugzilla.netfilter.org/show_bug.cgi?id=669. Note: arptables change is compile-tested only. Signed-off-by: Florian Westphal Acked-by: Eric Dumazet Tested-by: Mikael Pettersson Signed-off-by: David S. Miller --- Reading git-diff-tree failed