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 <jejb@xxxxxxxxxxxxx> > 8589 M: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx> > 8590 M: Mimi Zohar <zohar@xxxxxxxxxxxxx> > 8591 L: linux-integrity@xxxxxxxxxxxxxxx > 8592 L: keyrings@xxxxxxxxxxxxxxx > 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 <zohar@xxxxxxxxxxxxxxxxxx> > 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 <zohar@xxxxxxxxxx> > Acked-by: David Howells <dhowells@xxxxxxxxxx> > Signed-off-by: James Morris <jmorris@xxxxxxxxx> > > 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 <denkenz@xxxxxxxxx> > Date: Tue Oct 9 17:48:49 2018 +0100 > > KEYS: Move trusted.h to include/keys [ver #2] > > Signed-off-by: Denis Kenzior <denkenz@xxxxxxxxx> > Signed-off-by: David Howells <dhowells@xxxxxxxxxx> > Tested-by: Marcel Holtmann <marcel@xxxxxxxxxxxx> > Reviewed-by: Marcel Holtmann <marcel@xxxxxxxxxxxx> > Signed-off-by: James Morris <james.morris@xxxxxxxxxxxxx> > > {security => include}/keys/trusted.h | 0 > security/keys/trusted.c | 2 +- > 2 files changed, 1 insertion(+), 1 deletion(-)