mbox series

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

Message ID 20221115164146.106005-1-xiexiuqi@huawei.com (mailing list archive)
Headers show
Series arm64: fix error unhandling in synchronous External Data Abort | expand

Message

Xie XiuQi Nov. 15, 2022, 4:41 p.m. UTC
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(-)