From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steffen Klassert Subject: Re: Bad MAINTAINERS pattern in section 'NETWORKING [IPSEC]' Date: Thu, 4 Oct 2018 07:28:45 +0200 Message-ID: <20181004052845.GG3823@gauss3.secunet.de> References: <20180928220123.30999-1-joe@perches.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: , Herbert Xu , "David S . Miller" , , "Florian Westphal" To: Joe Perches Return-path: Content-Disposition: inline In-Reply-To: <20180928220123.30999-1-joe@perches.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org 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 > 10235 M: Herbert Xu > 10236 M: "David S. Miller" > 10237 L: netdev@vger.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 --- 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@vger.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