From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarkko Sakkinen Date: Tue, 26 Mar 2019 11:37:25 +0000 Subject: Re: Bad file pattern in MAINTAINERS section 'KEYS-TRUSTED' Message-Id: <20190326113725.GA10898@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit List-Id: References: <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com> <20190325212705.26837-1-joe@perches.com> In-Reply-To: <20190325212705.26837-1-joe@perches.com> To: Joe Perches Cc: linux-kernel@vger.kernel.org, James Bottomley , Mimi Zohar , linux-integrity@vger.kernel.org, keyrings@vger.kernel.org, Mimi Zohar , David Howells , James Morris , Denis Kenzior , Marcel Holtmann , James Morris Mimi, Can you fix this and I can ack and send PR through my tree? /Jarkko On Mon, Mar 25, 2019 at 02:27:05PM -0700, Joe Perches wrote: > A file pattern line in this section of the MAINTAINERS file in linux-next > does not have a match in the linux source files. > > This could occur because a matching filename was never added, was deleted > or renamed in some other commit. > > The commits that added and if found renamed or removed the file pattern > are shown below. > > Please fix this defect appropriately. > > 1: --------------------------------------------------------------------------- > > linux-next MAINTAINERS section: > > 8587 KEYS-TRUSTED > 8588 M: James Bottomley > 8589 M: Jarkko Sakkinen > 8590 M: Mimi Zohar > 8591 L: linux-integrity@vger.kernel.org > 8592 L: keyrings@vger.kernel.org > 8593 S: Supported > 8594 F: Documentation/security/keys/trusted-encrypted.rst > 8595 F: include/keys/trusted-type.h > 8596 F: security/keys/trusted.c > --> 8597 F: security/keys/trusted.h > > 2: --------------------------------------------------------------------------- > > The most recent commit that added or modified file pattern 'security/keys/trusted.h': > > commit 7f3c68bee977ab872827e44de017216736fe21d7 > Author: Mimi Zohar > Date: Tue Jan 18 09:07:13 2011 -0500 > > keys: add trusted and encrypted maintainers > > Add myself and David Safford as maintainers for trusted/encrypted keys. > > Signed-off-by: Mimi Zohar > Acked-by: David Howells > Signed-off-by: James Morris > > MAINTAINERS | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) > > 3: --------------------------------------------------------------------------- > > The last commit with a real presence of file pattern 'security/keys/trusted.h': > > commit 22447981fc050b5f1bdd0e7cbee89b4152a2b2d8 > Author: Denis Kenzior > Date: Tue Oct 9 17:48:49 2018 +0100 > > KEYS: Move trusted.h to include/keys [ver #2] > > Signed-off-by: Denis Kenzior > Signed-off-by: David Howells > Tested-by: Marcel Holtmann > Reviewed-by: Marcel Holtmann > Signed-off-by: James Morris > > {security => include}/keys/trusted.h | 0 > security/keys/trusted.c | 2 +- > 2 files changed, 1 insertion(+), 1 deletion(-)