build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/21703 )
Change subject: soc/intel/common/opregion: Get rid of opregion.c
......................................................................
Patch Set 8: Verified+1
Build Successful
https://qa.coreboot.org/job/coreboot-checkpatch/21288/ : SUCCESS
https://qa.coreboot.org/job/coreboot-gerrit/66680/ : SUCCESS
--
To view, visit https://review.coreboot.org/21703
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I5f78e9030df12da5369d142dda5c59e576ebcef7
Gerrit-Change-Number: 21703
Gerrit-PatchSet: 8
Gerrit-Owner: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Pratikkumar V Prajapati <pratikkumar.v.prajapati(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sun, 28 Jan 2018 08:03:12 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/23352 )
Change subject: src/mainboard/hp: Add hp pavilion g7-2247us support
......................................................................
Patch Set 3:
Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/66679/ : SUCCESS
--
To view, visit https://review.coreboot.org/23352
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I6f91595b0c06d683afb74eb54b3b78bd0458d6a1
Gerrit-Change-Number: 23352
Gerrit-PatchSet: 3
Gerrit-Owner: Marty E. Plummer <hanetzer(a)startmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Marty E. Plummer <hanetzer(a)startmail.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sun, 28 Jan 2018 02:34:40 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
Martin Roth has uploaded this change for review. ( https://review.coreboot.org/23473
Change subject: util/lint/checkpatch.pl: Untaint filename
......................................................................
util/lint/checkpatch.pl: Untaint filename
This fixes the warning that is seen on the jenkins server:
Insecure dependency in piped open while running setgid at
util/lint/checkpatch.pl line 958.
Change-Id: I476efa76ef6a275584a47ec0ecf2315948d53e9d
Signed-off-by: Martin Roth <martinroth(a)google.com>
---
M util/lint/checkpatch.pl
1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/73/23473/1
diff --git a/util/lint/checkpatch.pl b/util/lint/checkpatch.pl
index e9a0cc4..c35a0d6 100755
--- a/util/lint/checkpatch.pl
+++ b/util/lint/checkpatch.pl
@@ -951,6 +951,10 @@
my $vname;
for my $filename (@ARGV) {
my $FILE;
+
+ # coreboot: Mark filename as untainted
+ $filename =~ /^(.*)$/s or die; $filename = $1;
+
if ($git) {
open($FILE, '-|', "git format-patch -M --stdout -1 $filename") ||
die "$P: $filename: git format-patch failed - $!\n";
--
To view, visit https://review.coreboot.org/23473
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I476efa76ef6a275584a47ec0ecf2315948d53e9d
Gerrit-Change-Number: 23473
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth(a)google.com>
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/23471 )
Change subject: nb/intel/i945: Use postcar stage to tear down CAR
......................................................................
Patch Set 1: Verified+1
Build Successful
https://qa.coreboot.org/job/coreboot-checkpatch/21283/ : SUCCESS
https://qa.coreboot.org/job/coreboot-gerrit/66674/ : SUCCESS
--
To view, visit https://review.coreboot.org/23471
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ibfa54d48377a9bac62bfa5de667f089ed3ae52ed
Gerrit-Change-Number: 23471
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sun, 28 Jan 2018 00:09:00 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/23470 )
Change subject: cpu/intel/socket_LGA775: Use common CAR
......................................................................
Patch Set 1: Verified+1
Build Successful
https://qa.coreboot.org/job/coreboot-checkpatch/21282/ : SUCCESS
https://qa.coreboot.org/job/coreboot-gerrit/66673/ : SUCCESS
--
To view, visit https://review.coreboot.org/23470
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I6bf2fe603b4458f14fb7cfaa55d68ebf6d75b347
Gerrit-Change-Number: 23470
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sun, 28 Jan 2018 00:02:49 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/23469 )
Change subject: cpu/intel/socket_441,mFCPGA478: Use common CAR
......................................................................
Patch Set 1: Verified+1
Build Successful
https://qa.coreboot.org/job/coreboot-checkpatch/21281/ : SUCCESS
https://qa.coreboot.org/job/coreboot-gerrit/66672/ : SUCCESS
--
To view, visit https://review.coreboot.org/23469
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I0b5def66e903b448f7f1a77210404657afbedadf
Gerrit-Change-Number: 23469
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sun, 28 Jan 2018 00:02:07 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/23465 )
Change subject: cpu/intel/haswell: Use postcar stage and common CAR code
......................................................................
Patch Set 7:
Build Successful
https://qa.coreboot.org/job/coreboot-checkpatch/21280/ : SUCCESS
https://qa.coreboot.org/job/coreboot-gerrit/66671/ : SUCCESS
--
To view, visit https://review.coreboot.org/23465
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ibf58ae38d28d220c5c356d2e2bd14b0c9f828262
Gerrit-Change-Number: 23465
Gerrit-PatchSet: 7
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sat, 27 Jan 2018 23:58:52 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No