Skip to content
Commit 9141300a authored by Catalin Marinas's avatar Catalin Marinas
Browse files

arm64: Provide read/write fault information in compat signal handlers



For AArch32, bit 11 (WnR) of the FSR/ESR register is set when the fault
was caused by a write access and applications like Qemu rely on such
information being provided in sigcontext. This patch introduces the
ESR_EL1 tracking for the arm64 kernel faults and sets bit 11 accordingly
in compat sigcontext.

Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 64001113
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment