These are the latest patches that just landed upstream for 5.13, will be backported by Greg into 5.10 (because of stable@), and are now in the 5.4 backport branch of wireguard: https://git.zx2c4.com/wireguard-linux/log/?h=backport-5.4.y Cc: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Tested-by: Stijn Segers <foss@volatilesystems.org>
		
			
				
	
	
		
			30 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
 | 
						|
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
 | 
						|
Date: Fri, 4 Jun 2021 17:17:30 +0200
 | 
						|
Subject: [PATCH] wireguard: selftests: remove old conntrack kconfig value
 | 
						|
 | 
						|
commit acf2492b51c9a3c4dfb947f4d3477a86d315150f upstream.
 | 
						|
 | 
						|
On recent kernels, this config symbol is no longer used.
 | 
						|
 | 
						|
Reported-by: Rui Salvaterra <rsalvaterra@gmail.com>
 | 
						|
Fixes: e7096c131e51 ("net: WireGuard secure network tunnel")
 | 
						|
Cc: stable@vger.kernel.org
 | 
						|
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
 | 
						|
Signed-off-by: David S. Miller <davem@davemloft.net>
 | 
						|
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
 | 
						|
---
 | 
						|
 tools/testing/selftests/wireguard/qemu/kernel.config | 1 -
 | 
						|
 1 file changed, 1 deletion(-)
 | 
						|
 | 
						|
--- 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
 |