Hello build bot (Jenkins), Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/22612
to look at the new patch set (#2).
Change subject: amd/stoneyridge/dimm_spd.c: Fix dereference before NULL check
......................................................................
amd/stoneyridge/dimm_spd.c: Fix dereference before NULL check
Coverity reported pointer dev being dereferenced when assigning pointer
conf, before checking dev for NULL. Pointer dev must be NULL checked
before assigning a value to pointer conf.
Fixes coverity CID 1241851: Dereference before NULL check.
BUG=b:69810057
TEST=Build and platform boot to OS
Change-Id: Ic435b1290c9d3667b890ecc29c5147a25c16b96f
Signed-off-by: Richard Spiegel <richard.spiegel(a)silverbackltd.com>
---
M src/soc/amd/stoneyridge/dimm_spd.c
1 file changed, 5 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/22612/2
--
To view, visit https://review.coreboot.org/22612
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ic435b1290c9d3667b890ecc29c5147a25c16b96f
Gerrit-Change-Number: 22612
Gerrit-PatchSet: 2
Gerrit-Owner: Richard Spiegel <richard.spiegel(a)silverbackltd.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Richard Spiegel <richard.spiegel(a)silverbackltd.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Richard Spiegel has posted comments on this change. ( https://review.coreboot.org/22612 )
Change subject: amd/stoneyridge/dimm_spd.c: Fix dereference before NULL check
......................................................................
Patch Set 1:
(3 comments)
https://review.coreboot.org/#/c/22612/1//COMMIT_MSG
Commit Message:
https://review.coreboot.org/#/c/22612/1//COMMIT_MSG@12
PS1, Line 12:
> Please add a line like:
Ok
https://review.coreboot.org/#/c/22612/1//COMMIT_MSG@13
PS1, Line 13: 69669995
> Instead of marking this against the overall tracking bug, I'd ask that you
Ok, will do
https://review.coreboot.org/#/c/22612/1//COMMIT_MSG@14
PS1, Line 14:
> Please add a "TEST=" line just saying what you did or what someone else wou
Ok
--
To view, visit https://review.coreboot.org/22612
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ic435b1290c9d3667b890ecc29c5147a25c16b96f
Gerrit-Change-Number: 22612
Gerrit-PatchSet: 1
Gerrit-Owner: Richard Spiegel <richard.spiegel(a)silverbackltd.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Richard Spiegel <richard.spiegel(a)silverbackltd.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Tue, 28 Nov 2017 00:12:37 +0000
Gerrit-HasComments: Yes
Hello Hima B Chilmakuru, Hannah Williams,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/22611
to look at the new patch set (#2).
Change subject: src/soc/intel/cannonlake: Add _PRW for CNVi
......................................................................
src/soc/intel/cannonlake: Add _PRW for CNVi
TEST=Boot to OS and check if WLAN device wake host
Change-Id: Id6689754d1c4100615e4e4ae5a7f9846f4bf785f
Signed-off-by: Bora Guvendik <bora.guvendik(a)intel.com>
---
A src/soc/intel/cannonlake/acpi/cnvi.asl
M src/soc/intel/cannonlake/acpi/southbridge.asl
2 files changed, 34 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/22611/2
--
To view, visit https://review.coreboot.org/22611
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Id6689754d1c4100615e4e4ae5a7f9846f4bf785f
Gerrit-Change-Number: 22611
Gerrit-PatchSet: 2
Gerrit-Owner: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: Hannah Williams <hannah.williams(a)intel.com>
Gerrit-Reviewer: Hima B Chilmakuru <hima.b.chilmakuru(a)intel.com>
Martin Roth has posted comments on this change. ( https://review.coreboot.org/22612 )
Change subject: amd/stoneyridge/dimm_spd.c: Fix dereference before NULL check
......................................................................
Patch Set 1: Code-Review+1
(3 comments)
+2 after the commit message is updated.
https://review.coreboot.org/#/c/22612/1//COMMIT_MSG
Commit Message:
https://review.coreboot.org/#/c/22612/1//COMMIT_MSG@12
PS1, Line 12:
Please add a line like:
Fixes coverity CID 1241851: Dereference before null check
https://review.coreboot.org/#/c/22612/1//COMMIT_MSG@13
PS1, Line 13: 69669995
Instead of marking this against the overall tracking bug, I'd ask that you create a new bug and mark that as blocking 69669995.
https://review.coreboot.org/#/c/22612/1//COMMIT_MSG@14
PS1, Line 14:
Please add a "TEST=" line just saying what you did or what someone else would need to do to test the change. TEST=Build or TEST=None are both valid, but if you did something more extensive, please describe it.
This should be done for all changes done for Google bugs.
--
To view, visit https://review.coreboot.org/22612
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ic435b1290c9d3667b890ecc29c5147a25c16b96f
Gerrit-Change-Number: 22612
Gerrit-PatchSet: 1
Gerrit-Owner: Richard Spiegel <richard.spiegel(a)silverbackltd.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Mon, 27 Nov 2017 23:34:29 +0000
Gerrit-HasComments: Yes