build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40579 )
Change subject: vboot: Add permission check for kernel space ......................................................................
Patch Set 5:
(3 comments)
https://review.coreboot.org/c/coreboot/+/40579/5/src/security/tpm/tss.h File src/security/tpm/tss.h:
https://review.coreboot.org/c/coreboot/+/40579/5/src/security/tpm/tss.h@203 PS5, Line 203: uint32_t tlcl_get_permissions(uint32_t index, uint32_t* permissions); "foo* bar" should be "foo *bar"
https://review.coreboot.org/c/coreboot/+/40579/5/src/security/tpm/tss/tcg-1.... File src/security/tpm/tss/tcg-1.2/tss.c:
https://review.coreboot.org/c/coreboot/+/40579/5/src/security/tpm/tss/tcg-1.... PS5, Line 363: uint32_t tlcl_get_permissions(uint32_t index, uint32_t* permissions) "foo* bar" should be "foo *bar"
https://review.coreboot.org/c/coreboot/+/40579/5/src/security/tpm/tss/tcg-1.... PS5, Line 367: uint8_t* nvdata; "foo* bar" should be "foo *bar"