[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20181004052845.GG3823@gauss3.secunet.de>
Date: Thu, 4 Oct 2018 07:28:45 +0200
From: Steffen Klassert <steffen.klassert@...unet.com>
To: Joe Perches <joe@...ches.com>
CC: <linux-kernel@...r.kernel.org>,
Herbert Xu <herbert@...dor.apana.org.au>,
"David S . Miller" <davem@...emloft.net>, <netdev@...r.kernel.org>,
"Florian Westphal" <fw@...len.de>
Subject: Re: Bad MAINTAINERS pattern in section 'NETWORKING [IPSEC]'
On Fri, Sep 28, 2018 at 03:01:23PM -0700, Joe Perches wrote:
> Please fix this defect appropriately.
>
> linux-next MAINTAINERS section:
>
> 10233 NETWORKING [IPSEC]
> 10234 M: Steffen Klassert <steffen.klassert@...unet.com>
> 10235 M: Herbert Xu <herbert@...dor.apana.org.au>
> 10236 M: "David S. Miller" <davem@...emloft.net>
> 10237 L: netdev@...r.kernel.org
> 10238 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
> 10239 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
> 10240 S: Maintained
> --> 10241 F: net/core/flow.c
This file went away with the flowcache removal.
I plan to apply the patch below to the ipsec tree:
Subject: [PATCH] MAINTAINERS: Remove net/core/flow.c
net/core/flow.c does not exist anymore, so remove it
from the IPSEC NETWORKING section of the MAINTAINERS
file.
Signed-off-by: Steffen Klassert <steffen.klassert@...unet.com>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index dcb0191c4f54..4ff21dac9b45 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10130,7 +10130,6 @@ L: netdev@...r.kernel.org
T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
S: Maintained
-F: net/core/flow.c
F: net/xfrm/
F: net/key/
F: net/ipv4/xfrm*
--
2.17.1
Powered by blists - more mailing lists