Hello Philipp Deppenwiese, build bot (Jenkins), Nico Huber, Paul Menzel, Julius Werner, Werner Zeh, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/41280
to look at the new patch set (#9).
Change subject: security/tpm/tspi: Fix handling of white space delimited list ......................................................................
security/tpm/tspi: Fix handling of white space delimited list
The current implementation uses strcmp() without splitting the list and therefore returns false even when the string pointed to by 'name' is a part of 'whitelist'. The patch fixes this problem. Also, update help text of CONFIG_TPM_MEASURED_BOOT_RUNTIME_DATA to space delimited list to align it with the other lists we use.
Change-Id: Ifd285162ea6e562a5bb18325a1b767ac2e4276f3 Signed-off-by: Harshit Sharma harshitsharmajs@gmail.com --- M src/security/tpm/Kconfig M src/security/tpm/tspi/crtm.c 2 files changed, 6 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/80/41280/9