[PATCH v2 0/2] arm64: fix error unhandling in synchronous External Data Abort

Xie XiuQi xiexiuqi at huawei.com
Tue Nov 15 08:41:44 PST 2022


According to the RAS documentation, if we cannot determine the impact
of the error based on the details of the error when an SEA occurs, the
process cannot safely continue to run. Therefore, for unhandled error,
we should signal the system and terminate the process immediately.

PATCH 1: fix compile warning reported by kernel test robot.
PATCH 2: kill current process for unknown errors in when an SEA occurs..

---
v2: fix compile warning reported by kernel test robot.

Xie XiuQi (2):
  ACPI: APEI: include missing acpi/apei.h
  arm64: fix error unhandling in synchronous External Data Abort

 arch/arm64/kernel/acpi.c      |  6 ++++++
 drivers/acpi/apei/apei-base.c |  5 +++++
 drivers/acpi/apei/ghes.c      | 14 +++++++++++---
 include/acpi/apei.h           |  1 +
 4 files changed, 23 insertions(+), 3 deletions(-)

-- 
2.20.1




More information about the linux-arm-kernel mailing list