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=-11.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 E0B9FC433DB for ; Fri, 15 Jan 2021 06:40:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A9A11239D4 for ; Fri, 15 Jan 2021 06:40:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726988AbhAOGkt (ORCPT ); Fri, 15 Jan 2021 01:40:49 -0500 Received: from mail.kernel.org ([198.145.29.99]:42698 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726288AbhAOGks (ORCPT ); Fri, 15 Jan 2021 01:40:48 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3A135233EE; Fri, 15 Jan 2021 06:40:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610692808; bh=lGW1hgbFoXatm6VnLK/BrNas/UGlTRrJUAd+LsX7JoI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SF1G+FKg57aNSGCvMNRTRyFJbRQBOJWUBPgv1SzVQDo1R44HygbYoc0T+gKYz4WqW uQLxJf0p0EcGUsOp3v305i4FLq7mUev9xpdqoDmxOtDYX9x7RxzLFs8WqnukvzwbX0 FpogKqDzBty5g7lBeRl/Ql7dPy9jz54gw1MUphwajDTtOutJQKordgA7Ukd9znXQ4g 5rZ6EnH9xbeuDzknMWTYkBMcMHJ1O1c7aPrfM1nU6XWetMKyL7FiwXMwgVK7Zlksm6 WkAoOA6A/kX2kucxdv5wIz5ocGnUU3cWPOEwPutpj5pWgv7dlYs5Nyn8sljKz/Nicp rcuV7I4/ZdyRw== Date: Fri, 15 Jan 2021 08:40:03 +0200 From: Jarkko Sakkinen To: James Bottomley Cc: linux-integrity@vger.kernel.org, Mimi Zohar , linux-api@vger.kernel.org Subject: Re: [PATCH v5 2/2] ABI: add sysfs description for tpm exports of PCR registers Message-ID: References: <20210113232634.23242-1-James.Bottomley@HansenPartnership.com> <20210113232634.23242-3-James.Bottomley@HansenPartnership.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210113232634.23242-3-James.Bottomley@HansenPartnership.com> Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org On Wed, Jan 13, 2021 at 03:26:34PM -0800, James Bottomley wrote: > Adds the ABI entries for the new > > /sys/class/tpm/tpm/pcr-/ > > files which are added to export the PCR hash values on a one value per > file basis. > > Signed-off-by: James Bottomley Acked-by: Jarkko Sakkinen /Jarkko