[<prev] [next>] [day] [month] [year] [list]
Message-ID: <91a04206-e9f4-437d-4b8b-4fda6b9c6002@debian.org>
Date: Tue, 6 Aug 2019 18:01:26 +0200
From: Gianfranco Costamagna <locutusofborg@...ian.org>
To: linux-kernel@...r.kernel.org
Subject: [EOAN] [PATCH]: SRU for regression bug: 1839154
Hello,
there is a serious regression in the 5.2 kernel, already fixed in 5.3-rc2 with an ongoing request of a stable backport:
https://www.spinics.net/lists/netdev/msg590128.html
bug:
https://github.com/torvalds/linux/commit/5142967ab524eb8e5c1f6122e46e2df81bae178b
fix:
https://github.com/torvalds/linux/commit/f41828ee10b36644bb2b2bfa9dd1d02f55aa0516
please apply asap,
this is regressing firewalld testsuite, but the bug is clearly in the kernel itself!
>>From f41828ee10b36644bb2b2bfa9dd1d02f55aa0516 Mon Sep 17 00:00:00 2001
From: Christian Hesse <mail@...rm.de>
Date: Thu, 11 Jul 2019 01:31:12 +0200
Subject: [PATCH] netfilter: nf_tables: fix module autoload for redir
Fix expression for autoloading.
Fixes: 5142967ab524 ("netfilter: nf_tables: fix module autoload with inet family")
Signed-off-by: Christian Hesse <mail@...rm.de>
Signed-off-by: Pablo Neira Ayuso <pablo@...filter.org>
---
net/netfilter/nft_redir.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/netfilter/nft_redir.c b/net/netfilter/nft_redir.c
index 8487eeff5c0ec..43eeb1f609f13 100644
--- a/net/netfilter/nft_redir.c
+++ b/net/netfilter/nft_redir.c
@@ -291,4 +291,4 @@ module_exit(nft_redir_module_exit);
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Arturo Borrero Gonzalez <arturo@...ian.org>");
-MODULE_ALIAS_NFT_EXPR("nat");
+MODULE_ALIAS_NFT_EXPR("redir");
Powered by blists - more mailing lists