Aaron Durbin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/32716 )
Change subject: vboot: Turn vboot_logic_executed() into a static inline ......................................................................
Patch Set 1: Code-Review+1
(2 comments)
https://review.coreboot.org/#/c/32716/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/#/c/32716/1//COMMIT_MSG@12 PS1, Line 12: safe save
https://review.coreboot.org/#/c/32716/1/src/security/vboot/misc.h File src/security/vboot/misc.h:
https://review.coreboot.org/#/c/32716/1/src/security/vboot/misc.h@103 PS1, Line 103: extern int vboot_executed; Can we move the extern into the inline function itself such that it would prevent people from accessing the global in correctly?