Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/29547 )
Change subject: security/vboot: Add measured boot mode
......................................................................
Patch Set 51:
(4 comments)
Still missing documentation.
It would be easier to understand if Documentation would hold:
* What is measured
* When it's measured
* Which PCR is extendend
* Which (weak) functions are invoked
* What needs to be called prior to measuring
https://review.coreboot.org/#/c/29547/51/src/lib/cbfs.c
File src/lib/cbfs.c:
https://review.coreboot.org/#/c/29547/51/src/lib/cbfs.c@38
PS51, Line 38:
vboot_measure_region_hook exists in two files and is marked as weak.
https://review.coreboot.org/#/c/29547/51/src/lib/cbfs.c@70
PS51, Line 70: vboot_measure_region_hook(&rdev, name, *type);
possible null pointer dereference
check if ret is not an error ?
https://review.coreboot.org/#/c/29547/51/src/lib/fmap.c
File src/lib/fmap.c:
https://review.coreboot.org/#/c/29547/51/src/lib/fmap.c@88
PS51, Line 88: vboot_measure_region_hook(area, name, 0);
check if ret is not an error ?
https://review.coreboot.org/#/c/29547/51/src/lib/fmap.c@102
PS51, Line 102: e
check if ret is not an error ?
--
To view, visit
https://review.coreboot.org/c/coreboot/+/29547
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I339a2f1051e44f36aba9f99828f130592a09355e
Gerrit-Change-Number: 29547
Gerrit-PatchSet: 51
Gerrit-Owner: Philipp Deppenwiese
zaolin.daisuki@gmail.com
Gerrit-Reviewer: Aaron Durbin
adurbin@chromium.org
Gerrit-Reviewer: David Hendricks
david.hendricks@gmail.com
Gerrit-Reviewer: Huang Jin
huang.jin@intel.com
Gerrit-Reviewer: Julius Werner
jwerner@chromium.org
Gerrit-Reviewer: Krystian Hebel
krystian.hebel@3mdeb.com
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Michał Żygowski
michal.zygowski@3mdeb.com
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Patrick Rudolph
patrick.rudolph@9elements.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Reviewer: Philipp Deppenwiese
zaolin.daisuki@gmail.com
Gerrit-Reviewer: Piotr Król
piotr.krol@3mdeb.com
Gerrit-Reviewer: Stefan Reinauer
stefan.reinauer@coreboot.org
Gerrit-Reviewer: Werner Zeh
werner.zeh@siemens.com
Gerrit-Reviewer: York Yang
york.yang@intel.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Comment-Date: Thu, 14 Feb 2019 09:04:37 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment