]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: remove the compat argument to xt_copy_counters_from_user
authorChristoph Hellwig <hch@lst.de>
Fri, 17 Jul 2020 06:23:21 +0000 (08:23 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Jul 2020 01:16:40 +0000 (18:16 -0700)
commit5d8064e0baa0124c140af1e6a4a9f1bbf50cf058
treefdc4fc6e1dced7ed755e0b81245c17f8c9b47f44
parent6dbbe4d1ecba464f1a55d9a07b408b50a3530ae5
netfilter: remove the compat argument to xt_copy_counters_from_user

Lift the in_compat_syscall() from the callers instead.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter/x_tables.h
net/ipv4/netfilter/arp_tables.c
net/ipv4/netfilter/ip_tables.c
net/ipv6/netfilter/ip6_tables.c
net/netfilter/x_tables.c