Attention is currently required from: Intel coreboot Reviewers.
Hello Intel coreboot Reviewers,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/86215?usp=email
to look at the new patch set (#2).
Change subject: drivers/soc/cse: Fix overflow in CSE telemetry calculation ......................................................................
drivers/soc/cse: Fix overflow in CSE telemetry calculation
MSEC_TO_USEC(cse_perf_data.timestamp[i]) does overflow. Here is an example, if cse_perf_data.timestamp[i] value is 4304903 milliseconds. When multiplied by 1000 to convert to microseconds, the value becomes 0x979B58 instead of 0x100979B58.
TEST=Boot to OS
Change-Id: I09cc00aa595a821a57a34c38a4435e433e935ad3 Signed-off-by: Bora Guvendik bora.guvendik@intel.com --- M src/soc/intel/common/block/cse/telemetry.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/86215/2