Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ABI: sysfs-class-tpm: use wildcards for pcr-* nodes

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-.*/.*

Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/4ab3fce91ea2bd7c36a07e6c646bf7bd6f4f8634.1631782432.git.mchehab+huawei@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Mauro Carvalho Chehab and committed by
Greg Kroah-Hartman
ea84409f 18e49b30

+1 -1
+1 -1
Documentation/ABI/stable/sysfs-class-tpm
··· 195 195 196 196 2 197 197 198 - What: /sys/class/tpm/tpmX/pcr-H/N 198 + What: /sys/class/tpm/tpmX/pcr-<H>/<N> 199 199 Date: March 2021 200 200 KernelVersion: 5.12 201 201 Contact: linux-integrity@vger.kernel.org