From: Jason A. Donenfeld Date: Fri, 4 Jun 2021 15:17:30 +0000 (+0200) Subject: wireguard: selftests: remove old conntrack kconfig value X-Git-Tag: Proxmox-5.11.22-1~67 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=2b6ff6a01af30ff9df10049084d95591f2efcc06;p=mirror_ubuntu-hirsute-kernel.git wireguard: selftests: remove old conntrack kconfig value BugLink: https://bugs.launchpad.net/bugs/1933691 commit acf2492b51c9a3c4dfb947f4d3477a86d315150f upstream. On recent kernels, this config symbol is no longer used. Reported-by: Rui Salvaterra Fixes: e7096c131e51 ("net: WireGuard secure network tunnel") Cc: stable@vger.kernel.org Signed-off-by: Jason A. Donenfeld Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman Signed-off-by: Kamal Mostafa Signed-off-by: Kelsey Skunberg --- diff --git a/tools/testing/selftests/wireguard/qemu/kernel.config b/tools/testing/selftests/wireguard/qemu/kernel.config index 4eecb432a66c..74db83a0aedd 100644 --- a/tools/testing/selftests/wireguard/qemu/kernel.config +++ b/tools/testing/selftests/wireguard/qemu/kernel.config @@ -19,7 +19,6 @@ CONFIG_NETFILTER_XTABLES=y CONFIG_NETFILTER_XT_NAT=y CONFIG_NETFILTER_XT_MATCH_LENGTH=y CONFIG_NETFILTER_XT_MARK=y -CONFIG_NF_CONNTRACK_IPV4=y CONFIG_NF_NAT_IPV4=y CONFIG_IP_NF_IPTABLES=y CONFIG_IP_NF_FILTER=y