Skip to content
Commit 15af1942 authored by Catalin Marinas's avatar Catalin Marinas
Browse files

arm64: Expose ESR_EL1 information to user when SIGSEGV/SIGBUS



This information is useful for instruction emulators to detect
read/write and access size without having to decode the faulting
instruction. The current patch exports it via sigcontext (struct
esr_context) and is only valid for SIGSEGV and SIGBUS.

Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 0e0276d1
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