CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2025/08/01 04:14:59

Modified files:
        sys/arch/arm64/arm64: trap.c 

Log message:
Avoid decoding instructions when elr isn't pointing into the kernel part
of the virtual address space.  Use fault() instead of panic() to report
an attempt to access or execute user space address from the kernel such
that we preserve more state.

ok miod@, deraadt@, jca@

Reply via email to