All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC/RFT PATCH 0/2] disable_hest quirk on HP m400 with bad UEFI firmwware
@ 2018-06-28 10:06 ` James Morse
  0 siblings, 0 replies; 36+ messages in thread
From: James Morse @ 2018-06-28 10:06 UTC (permalink / raw)
  To: linux-acpi
  Cc: Lorenzo Pieralisi, Ard Biesheuvel, Geoff Levand, Riku Voipio,
	Mark Salter, James Morse, Hanjun Guo, Sudeep Holla,
	linux-arm-kernel

There are reports[0] that HPE's 'ProLiant m400 Server' (aka moonshot) has
broken RAS support, and adding disable_hest to the kernel cmdline is the
only way to make the board boot if APEI support is built into the kernel.

After Mark Salter's investigation[1] we know that UEFI's ExitBootServices
is doing something that causes a fatal error to be written to GHES.2.
Once the kernel finds this, it falsely assume it was due to something that
happened during boot, and panic()s.

This series adds a DMI quirks table to hest.c, and adds a helper that lets
us query the UEFI system table version, to set hest_disabled on this
platform.

Testing the HEST table vendor and revision is a problem as this would
match all 'HPE ProLiant', some of which may be a totally different CPU
architecture.


I don't have access to an m400, these DMI and UEFI values were taken from
the crashlog report at [0], then tested with the equivalent fields on
Seattle.


Thanks,

James

[0] https://bugzilla.redhat.com/show_bug.cgi?id=1574718
[1] https://www.spinics.net/lists/arm-kernel/msg660956.html

James Morse (2):
  efi: Add helper to retrieve runtime version number
  ACPI / APEI: Add DMI matching quirks for platforms that require
    hest_disable

 drivers/acpi/apei/hest.c | 38 ++++++++++++++++++++++++++++++++++++++
 include/linux/efi.h      |  5 +++++
 2 files changed, 43 insertions(+)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2018-07-04  9:47 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-28 10:06 [RFC/RFT PATCH 0/2] disable_hest quirk on HP m400 with bad UEFI firmwware James Morse
2018-06-28 10:06 ` James Morse
2018-06-28 10:06 ` [RFC/RFT PATCH 1/2] efi: Add helper to retrieve runtime version number James Morse
2018-06-28 10:06   ` James Morse
2018-06-28 10:06 ` [RFC/RFT PATCH 2/2] ACPI / APEI: Add DMI matching quirks for platforms that require hest_disable James Morse
2018-06-28 10:06   ` James Morse
2018-06-28 10:25 ` [RFC/RFT PATCH 0/2] disable_hest quirk on HP m400 with bad UEFI firmwware Ard Biesheuvel
2018-06-28 10:25   ` Ard Biesheuvel
2018-06-28 12:51   ` Lorenzo Pieralisi
2018-06-28 12:51     ` Lorenzo Pieralisi
2018-06-28 14:24   ` James Morse
2018-06-28 14:24     ` James Morse
2018-06-28 16:15   ` Geoff Levand
2018-06-28 16:15     ` Geoff Levand
2018-06-28 20:56     ` Ard Biesheuvel
2018-06-28 20:56       ` Ard Biesheuvel
2018-07-03  8:46       ` Ian Campbell
2018-07-03  8:46         ` Ian Campbell
2018-07-03  8:44   ` Ian Campbell
2018-07-03  8:44     ` Ian Campbell
2018-07-03 15:17     ` Ard Biesheuvel
2018-07-03 15:17       ` Ard Biesheuvel
2018-07-03 15:47       ` Ian Campbell
2018-07-03 15:47         ` Ian Campbell
2018-07-03 17:12         ` Lorenzo Pieralisi
2018-07-03 17:12           ` Lorenzo Pieralisi
2018-07-03 17:16           ` Ian Campbell
2018-07-03 17:16             ` Ian Campbell
2018-07-03 17:39             ` Lorenzo Pieralisi
2018-07-03 17:39               ` Lorenzo Pieralisi
2018-07-03 19:47               ` Ian Campbell
2018-07-03 19:47                 ` Ian Campbell
2018-07-04  9:14                 ` Lorenzo Pieralisi
2018-07-04  9:14                   ` Lorenzo Pieralisi
2018-07-04  9:47                 ` Ard Biesheuvel
2018-07-04  9:47                   ` Ard Biesheuvel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.