summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Westphal2015-06-30 22:21:00 +0200
committerPablo Neira Ayuso2015-07-02 17:58:59 +0200
commit3bd229976f64bea64c60803f9fc8d9f0059ba2f2 (patch)
tree57b3146b9fc76fa2ee7dbc9dab6a594fcdf99b35 /Makefile
parentnetfilter: bridge: fix CONFIG_NF_DEFRAG_IPV4/6 related warnings/errors (diff)
downloadkernel-qcow2-linux-3bd229976f64bea64c60803f9fc8d9f0059ba2f2.tar.gz
kernel-qcow2-linux-3bd229976f64bea64c60803f9fc8d9f0059ba2f2.tar.xz
kernel-qcow2-linux-3bd229976f64bea64c60803f9fc8d9f0059ba2f2.zip
netfilter: arptables: use percpu jumpstack
commit 482cfc318559 ("netfilter: xtables: avoid percpu ruleset duplication") Unlike ip and ip6tables, arp tables were never converted to use the percpu jump stack. It still uses the rule blob to store return address, which isn't safe anymore since we now share this blob among all processors. Because there is no TEE support for arptables, we don't need to cope with reentrancy, so we can use loocal variable to hold stack offset. Fixes: 482cfc318559 ("netfilter: xtables: avoid percpu ruleset duplication") Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions