All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] iommu/vt-d bad RMRR workarounds
@ 2020-01-07 19:16 ` Barret Rhoden via iommu
  0 siblings, 0 replies; 12+ messages in thread
From: Barret Rhoden @ 2020-01-07 19:16 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, Borislav Petkov, H. Peter Anvin,
	David Woodhouse, Joerg Roedel, Yian Chen, Sohil Mehta
  Cc: linux-kernel, iommu, x86

Commit f036c7fa0ab6 ("iommu/vt-d: Check VT-d RMRR region in BIOS is
reported as reserved") caused a machine to fail to boot for me, but only
after a kexec.

Buggy firmware provided an RMRR entry with base and end both == 0.  That
is an invalid RMRR format, and only happens to pass the RMRR sanity
check.  After a kexec, that entry fails the RMRR sanity check, due to a
slight change in the first e820 mapping.  See the v1 link for details.

v1->v2:
v1: https://lore.kernel.org/lkml/20191211194606.87940-1-brho@google.com/
- Added the TAINT_FIRMWARE_WORKAROUND
- Dropped the commit that treated missing e820 regions as "RMRR OK"


Barret Rhoden (2):
  iommu/vt-d: skip RMRR entries that fail the sanity check
  iommu/vt-d: skip invalid RMRR entries

 drivers/iommu/intel-iommu.c | 26 ++++++++++++++++++++++----
 1 file changed, 22 insertions(+), 4 deletions(-)

-- 
2.24.1.735.g03f4e72817-goog


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

end of thread, other threads:[~2020-01-10 19:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-07 19:16 [PATCH v2 0/2] iommu/vt-d bad RMRR workarounds Barret Rhoden
2020-01-07 19:16 ` Barret Rhoden via iommu
2020-01-07 19:16 ` [PATCH v2 1/2] iommu/vt-d: skip RMRR entries that fail the sanity check Barret Rhoden
2020-01-07 19:16   ` Barret Rhoden via iommu
2020-01-07 19:16 ` [PATCH v2 2/2] iommu/vt-d: skip invalid RMRR entries Barret Rhoden
2020-01-07 19:16   ` Barret Rhoden via iommu
2020-01-08  1:27   ` Lu Baolu
2020-01-08  1:27     ` Lu Baolu
2020-01-08 17:35     ` Barret Rhoden
2020-01-08 17:35       ` Barret Rhoden via iommu
2020-01-10 19:27   ` Chen, Yian
2020-01-10 19:27     ` Chen, Yian

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.