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=-19.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 E2139C433EF for ; Tue, 14 Sep 2021 14:35:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CB6B5610D1 for ; Tue, 14 Sep 2021 14:35:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233842AbhINOhD (ORCPT ); Tue, 14 Sep 2021 10:37:03 -0400 Received: from mail.kernel.org ([198.145.29.99]:57440 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233814AbhINOeI (ORCPT ); Tue, 14 Sep 2021 10:34:08 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 91A2A6112E; Tue, 14 Sep 2021 14:32:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631629970; bh=nNaeUlSwEFv+VPUbG93T21G4eNhmdRttUilMQiNdyfo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=AwBU3EYmGKo5uSDYtswcYuA4YltpIhFnuzCZ9z7zR4+9dpd0rigwChonx2FSQwueR XhQLEhDsIoHX24W2kXtPeEqwAz2M5a0ctEXMepUEsuO3iW6gJGWKsRndIvTfCdJFai ku+e6QLs7M4BXihsjkZtbhEX+Mk2+3WwJtFPVg+RJ2Vx28HLEvf8pQuDL+cDSl2Ui0 VbFo3jcpFJCYinAGbsSd6BuyZ4dQ8DZZ2bamFnwVnEcY5iVr8S3sj9/NBalK4+5MoM h3YpFi7OO3jggjGCglCzfjKh8Cg3QTh2Y3LlMzigzfaYjA0X3xE2BsiBwAsHZldO+M oDGlktXof1s+w== Received: by mail.kernel.org with local (Exim 4.94.2) (envelope-from ) id 1mQ9UN-000KkW-HT; Tue, 14 Sep 2021 16:32:47 +0200 From: Mauro Carvalho Chehab To: Greg Kroah-Hartman , Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , Cezary Rojewski , James Bottomley , Jarkko Sakkinen , linux-kernel@vger.kernel.org Subject: [PATCH v2 05/29] ABI: sysfs-class-tpm: use wildcards for pcr-* nodes Date: Tue, 14 Sep 2021 16:32:20 +0200 Message-Id: X-Mailer: git-send-email 2.31.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Change how this expression is defined: /sys/class/tpm/tpmX/pcr-H/N in order to allow get_abi.pl to convert it into this regex: /sys/class/tpm/tpmX/pcr-.*/.* Signed-off-by: Mauro Carvalho Chehab --- Documentation/ABI/stable/sysfs-class-tpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ABI/stable/sysfs-class-tpm b/Documentation/ABI/stable/sysfs-class-tpm index d897ecb9615f..411d5895bed4 100644 --- a/Documentation/ABI/stable/sysfs-class-tpm +++ b/Documentation/ABI/stable/sysfs-class-tpm @@ -195,7 +195,7 @@ Description: The "tpm_version_major" property shows the TCG spec major version 2 -What: /sys/class/tpm/tpmX/pcr-H/N +What: /sys/class/tpm/tpmX/pcr-/ Date: March 2021 KernelVersion: 5.12 Contact: linux-integrity@vger.kernel.org -- 2.31.1