From patchwork Tue Sep 10 14:32:16 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jarkko Sakkinen X-Patchwork-Id: 11139669 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A3AAA13BD for ; Tue, 10 Sep 2019 14:32:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8C080216F4 for ; Tue, 10 Sep 2019 14:32:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391051AbfIJOcw (ORCPT ); Tue, 10 Sep 2019 10:32:52 -0400 Received: from mga09.intel.com ([134.134.136.24]:5499 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731630AbfIJOcw (ORCPT ); Tue, 10 Sep 2019 10:32:52 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Sep 2019 07:32:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,489,1559545200"; d="scan'208";a="196566788" Received: from agreppma-mobl.ger.corp.intel.com (HELO localhost) ([10.252.53.7]) by orsmga002.jf.intel.com with ESMTP; 10 Sep 2019 07:32:47 -0700 From: Jarkko Sakkinen To: linux-integrity@vger.kernel.org, keyrings@vger.kernel.org Cc: Jarkko Sakkinen , David Howells , Mimi Zohar , James Bottomley , Mauro Carvalho Chehab , "David S. Miller" , Greg Kroah-Hartman , Nicolas Ferre , linux-kernel@vger.kernel.org (open list) Subject: [PATCH] MAINTAINERS: Add a git and a maintainer entry to keyring subsystems Date: Tue, 10 Sep 2019 15:32:16 +0100 Message-Id: <20190910143228.30305-1-jarkko.sakkinen@linux.intel.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: linux-integrity-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org Add Jarkko Sakkinen as co-maintainer of KEYS/KEYRINGS and add git://git.infradead.org/users/jjs/linux-tpmdd.git as the GIT repository for KEYS-TRUSTED. Cc: David Howells Cc: Mimi Zohar Cc: James Bottomley Signed-off-by: Jarkko Sakkinen --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 108ea925a5d9..aa7cedd671d4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8937,6 +8937,7 @@ M: Jarkko Sakkinen M: Mimi Zohar L: linux-integrity@vger.kernel.org L: keyrings@vger.kernel.org +T: git git://git.infradead.org/users/jjs/linux-tpmdd.git S: Supported F: Documentation/security/keys/trusted-encrypted.rst F: include/keys/trusted-type.h @@ -8945,6 +8946,7 @@ F: security/keys/trusted.h KEYS/KEYRINGS: M: David Howells +M: Jarkko Sakkinen L: keyrings@vger.kernel.org S: Maintained F: Documentation/security/keys/core.rst