From: Pablo Neira Ayuso Date: Tue, 17 Jun 2014 19:18:44 +0000 (+0200) Subject: netfilter: nft_compat: remove incomplete 32/64 bits arch compat code X-Git-Tag: fixes-against-v3.18-rc2~144^2~40^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=756c1b1a7f20a42a559b40b3b77db5afcbb719d6;p=pandora-kernel.git netfilter: nft_compat: remove incomplete 32/64 bits arch compat code This code was based on the wrong asumption that you can probe based on the match/target private size that we get from userspace. This doesn't work at all when you have to dump the info back to userspace since you don't know what word size the userspace utility is using. Currently, the extensions that require arch compat are limit match and the ebt_mark match/target. The standard targets are not used by the nft-xt compat layer, so they are not affected. We can work around this limitation with a new revision that uses arch agnostic types. Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed