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=-16.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 BA1F6C433E0 for ; Wed, 10 Mar 2021 19:57:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7C9C464FC9 for ; Wed, 10 Mar 2021 19:57:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233250AbhCJT5D (ORCPT ); Wed, 10 Mar 2021 14:57:03 -0500 Received: from mail.kernel.org ([198.145.29.99]:52242 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230183AbhCJT4g (ORCPT ); Wed, 10 Mar 2021 14:56:36 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id C48BC64FBB; Wed, 10 Mar 2021 19:56:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1615406196; bh=hwRJ4cG4gqJew/418K/AK/eJ2RNvo2awfPKya7n8mDg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XtllEriXv8/gtCDkxJYIV7SDLDwu7sw9sOKCVkXgOTUMdivht+ZtVq4PCt+TAfFeS u28LRMoaTpINTeO1/Hx7YceweS9U+4Crn369Yz9oMfBz5oiBZOL8aYKxeTNbVGvMBh FHFDLqPWtJ/mS+EGZzUMs+3YyAzmgV+cq0sZABuPdR1kuff2p48tjR/EnCpIC33YfV Z4mkyZ4AeH9a4PsWoRw7wbDb8DkmRSIMUk5trAMAgPAal+G7E/sGoqnKSb/xjIvfp6 nD7WDa8pqaKTJq7Yxpjm5mdFTAy7oHD3o1m896WQLcQ+8MmN0Uc9A5RESRoLVCROoC g3jqIaUCZmoOQ== Date: Wed, 10 Mar 2021 21:56:13 +0200 From: Jarkko Sakkinen To: Sumit Garg , jejb@linux.ibm.com Cc: Jarkko Sakkinen , Mimi Zohar , James Bottomley , David Howells , Jens Wiklander , Jonathan Corbet , James Morris , "Serge E. Hallyn" , Casey Schaufler , Janne Karhunen , Daniel Thompson , Markus Wamser , Luke Hinds , Elaine Palmer , Ahmad Fatoum , "open list:ASYMMETRIC KEYS" , linux-integrity@vger.kernel.org, "open list:SECURITY SUBSYSTEM" , Linux Doc Mailing List , Linux Kernel Mailing List , linux-arm-kernel , op-tee@lists.trustedfirmware.org Subject: Re: [PATCH v9 0/4] Introduce TEE based Trusted Keys support Message-ID: References: <20210301131127.793707-1-sumit.garg@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Tue, Mar 09, 2021 at 02:40:07PM +0530, Sumit Garg wrote: > On Thu, 4 Mar 2021 at 21:14, Jarkko Sakkinen wrote: > > > > On Thu, Mar 04, 2021 at 03:30:18PM +0530, Sumit Garg wrote: > > > Hi Jarkko, > > > > > > On Mon, 1 Mar 2021 at 18:41, Sumit Garg wrote: > > > > > > > > Add support for TEE based trusted keys where TEE provides the functionality > > > > to seal and unseal trusted keys using hardware unique key. Also, this is > > > > an alternative in case platform doesn't possess a TPM device. > > > > > > > > This patch-set has been tested with OP-TEE based early TA which is already > > > > merged in upstream [1]. > > > > > > > > [1] https://github.com/OP-TEE/optee_os/commit/f86ab8e7e0de869dfa25ca05a37ee070d7e5b86b > > > > > > > > Changes in v9: > > > > 1. Rebased to latest tpmdd/master. > > > > 2. Defined pr_fmt() and removed redundant tags. > > > > 3. Patch #2: incorporated misc. comments. > > > > 4. Patch #3: incorporated doc changes from Elaine and misc. comments > > > > from Randy. > > > > 5. Patch #4: reverted to separate maintainer entry as per request from > > > > Jarkko. > > > > 6. Added Jarkko's Tested-by: tag on patch #2. > > > > > > It looks like we don't have any further comments on this patch-set. So > > > would you be able to pick up this patch-set? > > > > I'm cool with that - I can pick this for 5.13. > > > > Thanks. > > -Sumit I'll make it available soon'ish. I also need to apply https://lore.kernel.org/linux-integrity/20210127190617.17564-1-James.Bottomley@HansenPartnership.com/ and I would like to do both while I'm at it. James, there was one patch that needed fixing but I cannot find lore.kernel.org link. Can you point me to that so that we can proceed? /Jarkko