From 23ba31da1f61f249da590b045efda3f1e36ee6f7 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Wed, 9 Oct 2024 21:49:38 -0700 Subject: [PATCH] kern: add note that N ifdef'd out calling HandleException() for EL1 faults --- .../kernel/source/arch/arm64/kern_exception_handlers_asm.s | 1 + 1 file changed, 1 insertion(+) diff --git a/mesosphere/kernel/source/arch/arm64/kern_exception_handlers_asm.s b/mesosphere/kernel/source/arch/arm64/kern_exception_handlers_asm.s index d81eb7e89..a3a877b7e 100644 --- a/mesosphere/kernel/source/arch/arm64/kern_exception_handlers_asm.s +++ b/mesosphere/kernel/source/arch/arm64/kern_exception_handlers_asm.s @@ -444,6 +444,7 @@ _ZN3ams4kern4arch5arm6430EL1SynchronousExceptionHandlerEv: ERET_WITH_SPECULATION_BARRIER 2: /* The exception wasn't an triggered by copying memory from userspace. */ + /* NOTE: The following is, as of 19.0.0, now ifdef'd out on NX non-debug kernel. */ ldr x0, [sp, #8] ldr x1, [sp, #16]