From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1E00BC43381 for ; Mon, 25 Mar 2019 21:37:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EBEF02070D for ; Mon, 25 Mar 2019 21:37:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730285AbfCYVhI (ORCPT ); Mon, 25 Mar 2019 17:37:08 -0400 Received: from smtprelay0215.hostedemail.com ([216.40.44.215]:60232 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729297AbfCYVhI (ORCPT ); Mon, 25 Mar 2019 17:37:08 -0400 X-Greylist: delayed 598 seconds by postgrey-1.27 at vger.kernel.org; Mon, 25 Mar 2019 17:37:07 EDT Received: from smtprelay.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by smtpgrave07.hostedemail.com (Postfix) with ESMTP id 73E4618355029; Mon, 25 Mar 2019 21:27:11 +0000 (UTC) Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay07.hostedemail.com (Postfix) with ESMTP id B6988181D341F; Mon, 25 Mar 2019 21:27:08 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: brass23_20f9e36b16e4b X-Filterd-Recvd-Size: 3426 Received: from joe-laptop.perches.com (unknown [47.151.153.53]) (Authenticated sender: joe@perches.com) by omf05.hostedemail.com (Postfix) with ESMTPA; Mon, 25 Mar 2019 21:27:06 +0000 (UTC) From: Joe Perches To: linux-kernel@vger.kernel.org Cc: James Bottomley , Jarkko Sakkinen , Mimi Zohar , linux-integrity@vger.kernel.org, keyrings@vger.kernel.org, Mimi Zohar , David Howells , James Morris , Denis Kenzior , Marcel Holtmann , James Morris Subject: Bad file pattern in MAINTAINERS section 'KEYS-TRUSTED' Date: Mon, 25 Mar 2019 14:27:05 -0700 Message-Id: <20190325212705.26837-1-joe@perches.com> X-Mailer: git-send-email 2.15.0 In-Reply-To: <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com> References: <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com> Sender: linux-integrity-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org 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(-)