From afad19ff1a33393f93e1ee48a02e3f23d64bfdf2 Mon Sep 17 00:00:00 2001 From: vasilito Date: Thu, 2 Jul 2026 22:24:53 +0300 Subject: [PATCH] kernel: fix early-boot excp_handler panic on bare metal Updates kernel submodule to 573b3e6 which replaces context::current() with context::try_current() in excp_handler(), preventing the cascading 'not inside of context' panic when a page fault occurs during BSP's start() before context::init() runs. --- local/sources/kernel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/sources/kernel b/local/sources/kernel index c6a5b7a1ad..c46d3a90eb 160000 --- a/local/sources/kernel +++ b/local/sources/kernel @@ -1 +1 @@ -Subproject commit c6a5b7a1ad87d031ef8c458ab0a35ebe5e735744 +Subproject commit c46d3a90eb1d2b2ff6a80c085253d1fe3a9c9d89