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.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,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 F323FC433E9 for ; Wed, 10 Mar 2021 23:42:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CA14B64FCE for ; Wed, 10 Mar 2021 23:42:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232571AbhCJXlx (ORCPT ); Wed, 10 Mar 2021 18:41:53 -0500 Received: from mail.kernel.org ([198.145.29.99]:41044 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234013AbhCJXlt (ORCPT ); Wed, 10 Mar 2021 18:41:49 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 901D164F84; Wed, 10 Mar 2021 23:41:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1615419709; bh=C3RsJeg5tlK8pNQmjaKUSH84FGvfehLc6AVy6LUIT/s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Fn9jMQEh/fftc7c5w2+kj2PLgAtZpIF7mO0hF8jQFLq3ExrAuwdGb6vi1x/lWJqPE WzezrSYYYjtPsRGKKqmR/G6q8OvjeOgT+qQ0Wjfb+iOGr+MXbV8xGEPZL/u/hI6oWM l+4fYDmGxaZcbee7OsaUa5ue/QIvGWn6yEQcjepXVESokEtNDmQ4I8SdoE8HRC+O2g qtr/JDocZzDLUI9ae+kV86bSHXtB7vq9zBEZENIYGn3vLowtcpg0x2xsza9gS0Sz2P M5jkzJRqkGUYjlQK5V51H29X1abbPbz2XjhTMMxvgdIS89PIHqZCPNPwJoZD8cXRD6 mp29p4XxiipKA== Date: Thu, 11 Mar 2021 01:41:25 +0200 From: Jarkko Sakkinen To: James Bottomley Cc: Sumit Garg , Jarkko Sakkinen , Mimi Zohar , 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> <9aa3173ab46b0aa7edb8146ffd3df05c1f74207e.camel@linux.ibm.com> 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-integrity@vger.kernel.org On Thu, Mar 11, 2021 at 01:35:04AM +0200, Jarkko Sakkinen wrote: > On Wed, Mar 10, 2021 at 02:26:27PM -0800, James Bottomley wrote: > > On Wed, 2021-03-10 at 21:56 +0200, Jarkko Sakkinen wrote: > > [...] > > > 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? > > > > I think you mean this one observing a missing space in the commit > > message: > > > > https://lore.kernel.org/keyrings/1327393.1612972717@warthog.procyon.org.uk/ > > > > James > > I applied the version that I have, no worries. Both series have been applied. I mangled the makefile a bit in both series. /Jarkko