Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1723281
| From | Punit Agrawal <punit.agrawal@arm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3] ACPI / APEI: Suppress message if HEST not present |
| Date | 2017-08-30 15:00 +0200 |
| Message-ID | <ukaL7-8rd-9@gated-at.bofh.it> (permalink) |
| References | <ujOKC-3av-3@gated-at.bofh.it> <ujQMq-4mN-29@gated-at.bofh.it> <uk8zE-79l-17@gated-at.bofh.it> <uk9YJ-87p-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
"Rafael J. Wysocki" <rjw@rjwysocki.net> writes: > On Wednesday, August 30, 2017 12:34:55 PM CEST Punit Agrawal wrote: >> Borislav Petkov <bp@suse.de> writes: >> >> > On Tue, Aug 29, 2017 at 02:20:20PM +0100, Punit Agrawal wrote: >> >> According to the ACPI specification, firmware is not required to provide >> >> the Hardware Error Source Table (HEST). When HEST is not present, the >> >> following superfluous message is printed to the kernel boot log - >> >> >> >> [ 3.460067] GHES: HEST is not enabled! >> >> >> >> Extend hest_disable variable to track whether the firmware provides this >> >> table and if it is not present skip any log output. The existing >> >> behaviour is preserved in all other cases. >> >> >> >> Suggested-by: Borislav Petkov <bp@suse.de> >> >> Signed-off-by: Punit Agrawal <punit.agrawal@arm.com> >> >> Cc: Borislav Petkov <bp@suse.de> >> >> Cc: James Morse <james.morse@arm.com> >> >> --- >> >> >> >> Changes in v3: >> >> * Grouped hest_disable status checking into a switch/case for clarity >> >> >> >> drivers/acpi/apei/ghes.c | 7 ++++++- >> >> drivers/acpi/apei/hest.c | 13 +++++++------ >> >> include/acpi/apei.h | 8 +++++++- >> >> 3 files changed, 20 insertions(+), 8 deletions(-) >> > >> > Reviewed-by: Borislav Petkov <bp@suse.de> >> >> Thanks! >> >> Hopefully Rafael can pick the patch for the upcoming merge window. > > Applied already, should show up in linux-next tomorrow. Neat! Thanks for picking up the patch. > > Thanks, > Rafael > > -- > To unsubscribe from this list: send the line "unsubscribe linux-acpi" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v3] ACPI / APEI: Suppress message if HEST not present Punit Agrawal <punit.agrawal@arm.com> - 2017-08-29 15:30 +0200
Re: [PATCH v3] ACPI / APEI: Suppress message if HEST not present Borislav Petkov <bp@suse.de> - 2017-08-29 17:40 +0200
Re: [PATCH v3] ACPI / APEI: Suppress message if HEST not present Punit Agrawal <punit.agrawal@arm.com> - 2017-08-30 12:40 +0200
Re: [PATCH v3] ACPI / APEI: Suppress message if HEST not present "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2017-08-30 14:10 +0200
Re: [PATCH v3] ACPI / APEI: Suppress message if HEST not present Punit Agrawal <punit.agrawal@arm.com> - 2017-08-30 15:00 +0200
csiph-web