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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no 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 C4E01C3F2D7 for ; Thu, 5 Mar 2020 11:25:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9CB4B2073D for ; Thu, 5 Mar 2020 11:25:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727152AbgCELZP (ORCPT ); Thu, 5 Mar 2020 06:25:15 -0500 Received: from mga02.intel.com ([134.134.136.20]:22975 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725880AbgCELZP (ORCPT ); Thu, 5 Mar 2020 06:25:15 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Mar 2020 03:25:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,517,1574150400"; d="scan'208";a="234385799" Received: from unknown (HELO jsakkine-mobl1) ([10.237.50.161]) by orsmga008.jf.intel.com with ESMTP; 05 Mar 2020 03:25:11 -0800 Message-ID: <9127f0318e8507ca0b4e146d9b99d9ecb27f7f28.camel@linux.intel.com> Subject: Re: [PATCH] MAINTAINERS: adjust to trusted keys subsystem creation From: Jarkko Sakkinen To: Lukas Bulwahn , Sumit Garg , James Bottomley , Mimi Zohar Cc: linux-integrity@vger.kernel.org, keyrings@vger.kernel.org, Sebastian Duda , Joe Perches , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Date: Thu, 05 Mar 2020 13:25:11 +0200 In-Reply-To: <20200304160359.16809-1-lukas.bulwahn@gmail.com> References: <20200304160359.16809-1-lukas.bulwahn@gmail.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.35.92-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2020-03-04 at 17:03 +0100, Lukas Bulwahn wrote: > Commit 47f9c2796891 ("KEYS: trusted: Create trusted keys subsystem") > renamed trusted.h to trusted_tpm.h in include/keys/, and moved trusted.c > to trusted-keys/trusted_tpm1.c in security/keys/. > > Since then, ./scripts/get_maintainer.pl --self-test complains: > > warning: no file matches F: security/keys/trusted.c > warning: no file matches F: include/keys/trusted.h > > Rectify the KEYS-TRUSTED entry in MAINTAINERS now. > > Co-developed-by: Sebastian Duda > Signed-off-by: Sebastian Duda > Signed-off-by: Lukas Bulwahn > --- > Sumit, please ack. > Jarkko, please pick this patch. I'll pick it when it is done. I acknowledge the regression but I see no reason for rushing as this does not break any systems in the wild. /Jarkko