--- v8
+++ v7
@@ -69,14 +69,6 @@
Add support to handle SEAs that occur while a KVM guest kernel is
running. Currently these are unsupported by the guest abort handling.
-
-V8: Remove SEA notifier
- Add FAR not valid bit check when populating the SEA error address
- Move nmi_enter/exit() to architecture specific code
- Add synchronize_rcu() usage to SEA handling
- Make GHES_IOREMAP_PAGES always 2
- Update ghes_ioremap_pfn_nmi() to work like ghes_ioremap_pfn_irq()
- Remove the SEA print from handle_guest_sea()
V7: Update a couple prints for ARM processor errors
Add Print notifying if overflow occurred for ARM processor errors
@@ -155,17 +147,17 @@
arch/arm/kvm/mmu.c | 18 ++-
arch/arm64/Kconfig | 2 +
arch/arm64/include/asm/kvm_arm.h | 1 +
- arch/arm64/include/asm/system_misc.h | 2 +
- arch/arm64/mm/fault.c | 72 ++++++++++--
+ arch/arm64/include/asm/system_misc.h | 15 +++
+ arch/arm64/mm/fault.c | 71 ++++++++++--
drivers/acpi/apei/Kconfig | 14 +++
- drivers/acpi/apei/ghes.c | 182 ++++++++++++++++++++++++++----
+ drivers/acpi/apei/ghes.c | 188 ++++++++++++++++++++++++++++---
drivers/acpi/apei/hest.c | 7 +-
drivers/firmware/efi/cper.c | 209 ++++++++++++++++++++++++++++++++---
drivers/ras/ras.c | 2 +
- include/acpi/ghes.h | 29 ++++-
+ include/acpi/ghes.h | 27 ++++-
include/linux/cper.h | 54 +++++++++
include/ras/ras_event.h | 79 +++++++++++++
- 15 files changed, 626 insertions(+), 51 deletions(-)
+ 15 files changed, 649 insertions(+), 44 deletions(-)
--
Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc.