From 71f5d05edc1982f50a3f3cdc727056c5240287d9 Mon Sep 17 00:00:00 2001 From: vasilito Date: Wed, 1 Jul 2026 00:43:38 +0300 Subject: [PATCH] kernel fork: update submodule pointer to 24fd0a0 (author: vasilito) Amended the previous commit (c231262) to use the standard Red Bear OS author identity (vasilito ) instead of the auto-detected 'Red Bear OS '. The patch content is unchanged. The fix: sys scheme path-strip bug causing every MSR open from userspace to fail with ENOENT. Pass the full 'msr/{cpu}/0x{msr}' path to msr::open() so its own strip_prefix('msr') succeeds and the remainder is parsed correctly. --- local/sources/kernel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/sources/kernel b/local/sources/kernel index c231262700..24fd0a083d 160000 --- a/local/sources/kernel +++ b/local/sources/kernel @@ -1 +1 @@ -Subproject commit c231262700bfe5dd68c6afa54cc87f3c3f98a53c +Subproject commit 24fd0a083d9ddf4ffa5800943a2bcf54fa0fd3e0