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 93652C4332D for ; Fri, 12 Mar 2021 16:28:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5D6636500B for ; Fri, 12 Mar 2021 16:28:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232238AbhCLQ1l (ORCPT ); Fri, 12 Mar 2021 11:27:41 -0500 Received: from mail.kernel.org ([198.145.29.99]:42736 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232253AbhCLQ1S (ORCPT ); Fri, 12 Mar 2021 11:27:18 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id C30E865006; Fri, 12 Mar 2021 16:27:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1615566438; bh=/uBpcgWnYxQEsvThQNIZJAKc8kpkq4oGBJwW8L4JEMM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PaTGyoRT/b0wYlNgvxNxwUIXyV6nOrwyFgZSmfC2WY5RAAXxi7PJAhgWrDDkYCJyt v00oCaeIWxDuniTPSWNrVWgG6EYlJ5p8iyXYu3Y0rwMgAxn9LI459Vt3h/Rda0vGmL x6DHOv1wTKzCg2ovc3eQcz1RXXkRHllENWvkGyEY42oL9XNjxU9QlBL/iwCtFMp172 857L2LvCC/4zOjWhMCqYULsmbVuE45cF0C3nS+714MNNUTdZxX1ax0u30FiDH5l98Z uvu3L2VI0YxwCc7C0AtBupT5cVlmjI6uB0k4MLlvAuUwSVXyrOMws9XZEE6VLCFUDX FRCb7jtinQ8mA== Date: Fri, 12 Mar 2021 18:26:53 +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: <9aa3173ab46b0aa7edb8146ffd3df05c1f74207e.camel@linux.ibm.com> Precedence: bulk List-ID: X-Mailing-List: keyrings@vger.kernel.org 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 Makefile needed fixing (separate lines), and spaces where missing between commas in one file (checkpatch complained). I digged a version from my reflog but as I noted privately it's missing one file. Either provide that file or send a new version of the full patch set. /Jarkko From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarkko Sakkinen To: op-tee@lists.trustedfirmware.org Subject: Re: [PATCH v9 0/4] Introduce TEE based Trusted Keys support Date: Fri, 12 Mar 2021 18:26:53 +0200 Message-ID: In-Reply-To: <9aa3173ab46b0aa7edb8146ffd3df05c1f74207e.camel@linux.ibm.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5030168520932951088==" List-Id: --===============5030168520932951088== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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=20 > >=20 > > https://lore.kernel.org/linux-integrity/20210127190617.17564-1-James.Bott= omley(a)HansenPartnership.com/ > >=20 > > and I would like to do both while I'm at it. > >=20 > > 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? >=20 > I think you mean this one observing a missing space in the commit > message: >=20 > https://lore.kernel.org/keyrings/1327393.1612972717(a)warthog.procyon.org.u= k/ >=20 > James Makefile needed fixing (separate lines), and spaces where missing between commas in one file (checkpatch complained). I digged a version from my reflog but as I noted privately it's missing one file. Either provide that file or send a new version of the full patch set. /Jarkko --===============5030168520932951088==-- 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=-4.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 DE84AC433E0 for ; Fri, 12 Mar 2021 16:32:32 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6FCF464FE2 for ; Fri, 12 Mar 2021 16:32:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6FCF464FE2 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=xAL3gD/cFcXgbck+R3ywn6gI+EUhYH4eo9p5GN+pGAE=; b=IjfBeuggL4pMo8yzsm81m4seq 2V1xlOhULkljMektJhPrE7rCtNycuJNvqtpsPRnr9p4RCsrUJMkBFhvGYNkDljLAExRJjoxF3pTVz tCF47VLjbazgfRnV0VzMcZpye5iD3h9WDwsmvFwWf+6HPaHH3/96I5scsj7mpbLom8f5sRE1GBXUi EpH9RB6XEpe/SmAhQF3476jL1vgqdFsss75ljcY+nMkPYlFzwfoE2gF3ENi7kkmrZvoi2ouwSYSFy aIY4oieghdAodSKDmF6mV+igE7VWYiyd9sSGsEfh11gbbQ8i4LFwNGbLuW7dJl/BS7rho5OZLMwUf 1qRaP1pBQ==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lKkgd-00Bz8f-R2; Fri, 12 Mar 2021 16:30:54 +0000 Received: from mail.kernel.org ([198.145.29.99]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lKkdF-00BxYP-JG for linux-arm-kernel@lists.infradead.org; Fri, 12 Mar 2021 16:27:24 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id C30E865006; Fri, 12 Mar 2021 16:27:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1615566438; bh=/uBpcgWnYxQEsvThQNIZJAKc8kpkq4oGBJwW8L4JEMM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PaTGyoRT/b0wYlNgvxNxwUIXyV6nOrwyFgZSmfC2WY5RAAXxi7PJAhgWrDDkYCJyt v00oCaeIWxDuniTPSWNrVWgG6EYlJ5p8iyXYu3Y0rwMgAxn9LI459Vt3h/Rda0vGmL x6DHOv1wTKzCg2ovc3eQcz1RXXkRHllENWvkGyEY42oL9XNjxU9QlBL/iwCtFMp172 857L2LvCC/4zOjWhMCqYULsmbVuE45cF0C3nS+714MNNUTdZxX1ax0u30FiDH5l98Z uvu3L2VI0YxwCc7C0AtBupT5cVlmjI6uB0k4MLlvAuUwSVXyrOMws9XZEE6VLCFUDX FRCb7jtinQ8mA== Date: Fri, 12 Mar 2021 18:26:53 +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-Disposition: inline In-Reply-To: <9aa3173ab46b0aa7edb8146ffd3df05c1f74207e.camel@linux.ibm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210312_162722_011515_6C1857B2 X-CRM114-Status: GOOD ( 17.16 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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 Makefile needed fixing (separate lines), and spaces where missing between commas in one file (checkpatch complained). I digged a version from my reflog but as I noted privately it's missing one file. Either provide that file or send a new version of the full patch set. /Jarkko _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel