linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [EOAN] [PATCH]: SRU for regression bug: 1839154
       [not found] <784f011f-99bb-1bf8-04e9-8c15990ebcb8@debian.org>
@ 2019-08-06 16:01 ` Gianfranco Costamagna
  0 siblings, 0 replies; only message in thread
From: Gianfranco Costamagna @ 2019-08-06 16:01 UTC (permalink / raw)
  To: linux-kernel

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@eworm.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@eworm.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.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@debian.org>");
-MODULE_ALIAS_NFT_EXPR("nat");
+MODULE_ALIAS_NFT_EXPR("redir");

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-08-06 16:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <784f011f-99bb-1bf8-04e9-8c15990ebcb8@debian.org>
2019-08-06 16:01 ` [EOAN] [PATCH]: SRU for regression bug: 1839154 Gianfranco Costamagna

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).