netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: ip masquerading: Update path to the driver
       [not found] <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com>
@ 2019-08-13  6:09 ` Denis Efremov
  2019-08-13  8:58   ` Pablo Neira Ayuso
  0 siblings, 1 reply; 4+ messages in thread
From: Denis Efremov @ 2019-08-13  6:09 UTC (permalink / raw)
  To: linux-kernel
  Cc: Denis Efremov, joe, Florian Westphal, Pablo Neira Ayuso,
	Juanjo Ciarlante, netfilter-devel

Update MAINTAINERS record to reflect the filename change
from ipt_MASQUERADE.c to xt_MASQUERADE.c

Cc: Florian Westphal <fw@strlen.de>
Cc: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
Cc: netfilter-devel@vger.kernel.org
Fixes: adf82accc5f5 ("netfilter: x_tables: merge ip and ipv6 masquerade modules")
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 25eb86f3261e..87ac0378186c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8443,7 +8443,7 @@ F:	include/uapi/linux/io_uring.h
 IP MASQUERADING
 M:	Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
 S:	Maintained
-F:	net/ipv4/netfilter/ipt_MASQUERADE.c
+F:	net/netfilter/xt_MASQUERADE.c
 
 IPMI SUBSYSTEM
 M:	Corey Minyard <minyard@acm.org>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: ip masquerading: Update path to the driver
  2019-08-13  6:09 ` [PATCH] MAINTAINERS: ip masquerading: Update path to the driver Denis Efremov
@ 2019-08-13  8:58   ` Pablo Neira Ayuso
  2019-08-14 12:35     ` [PATCH] MAINTAINERS: Remove IP MASQUERADING record Denis Efremov
  0 siblings, 1 reply; 4+ messages in thread
From: Pablo Neira Ayuso @ 2019-08-13  8:58 UTC (permalink / raw)
  To: Denis Efremov
  Cc: linux-kernel, joe, Florian Westphal, Juanjo Ciarlante, netfilter-devel

On Tue, Aug 13, 2019 at 09:09:41AM +0300, Denis Efremov wrote:
> Update MAINTAINERS record to reflect the filename change
> from ipt_MASQUERADE.c to xt_MASQUERADE.c

This entry is there for historical purpose. I'd suggest you send a
patch to remove it so this just falls under the netfilter section.

Thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] MAINTAINERS: Remove IP MASQUERADING record
  2019-08-13  8:58   ` Pablo Neira Ayuso
@ 2019-08-14 12:35     ` Denis Efremov
  2019-08-19 10:19       ` Pablo Neira Ayuso
  0 siblings, 1 reply; 4+ messages in thread
From: Denis Efremov @ 2019-08-14 12:35 UTC (permalink / raw)
  To: Pablo Neira Ayuso
  Cc: Denis Efremov, joe, linux-kernel, Florian Westphal,
	Juanjo Ciarlante, netfilter-devel

This entry is in MAINTAINERS for historical purpose.
It doesn't match current sources since the commit
adf82accc5f5 ("netfilter: x_tables: merge ip and
ipv6 masquerade modules") moved the module.
The net/netfilter/xt_MASQUERADE.c module is already under
the netfilter section. Thus, there is no purpose to keep this
separate entry in MAINTAINERS.

Cc: Florian Westphal <fw@strlen.de>
Cc: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
Cc: netfilter-devel@vger.kernel.org
Suggested-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2b03d2d4bfca..2ab292d1fa0e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8429,11 +8429,6 @@ S:	Maintained
 F:	fs/io_uring.c
 F:	include/uapi/linux/io_uring.h
 
-IP MASQUERADING
-M:	Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
-S:	Maintained
-F:	net/ipv4/netfilter/ipt_MASQUERADE.c
-
 IPMI SUBSYSTEM
 M:	Corey Minyard <minyard@acm.org>
 L:	openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Remove IP MASQUERADING record
  2019-08-14 12:35     ` [PATCH] MAINTAINERS: Remove IP MASQUERADING record Denis Efremov
@ 2019-08-19 10:19       ` Pablo Neira Ayuso
  0 siblings, 0 replies; 4+ messages in thread
From: Pablo Neira Ayuso @ 2019-08-19 10:19 UTC (permalink / raw)
  To: Denis Efremov
  Cc: joe, linux-kernel, Florian Westphal, Juanjo Ciarlante, netfilter-devel

On Wed, Aug 14, 2019 at 03:35:02PM +0300, Denis Efremov wrote:
> This entry is in MAINTAINERS for historical purpose.
> It doesn't match current sources since the commit
> adf82accc5f5 ("netfilter: x_tables: merge ip and
> ipv6 masquerade modules") moved the module.
> The net/netfilter/xt_MASQUERADE.c module is already under
> the netfilter section. Thus, there is no purpose to keep this
> separate entry in MAINTAINERS.

Applied, thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-08-19 10:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com>
2019-08-13  6:09 ` [PATCH] MAINTAINERS: ip masquerading: Update path to the driver Denis Efremov
2019-08-13  8:58   ` Pablo Neira Ayuso
2019-08-14 12:35     ` [PATCH] MAINTAINERS: Remove IP MASQUERADING record Denis Efremov
2019-08-19 10:19       ` Pablo Neira Ayuso

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).