From 6e62ecb7a7faeab66ad07b3edc6fa5a142bb0c00 Mon Sep 17 00:00:00 2001 From: Admin Pupkin Date: Tue, 9 Jun 2026 15:53:07 +0300 Subject: [PATCH] submodule: kernel advance to 0.2.3 with smbios_scheme_id handles() init Pick up the kernel fork's 0.2.3 branch HEAD (dd72d764), which calls handles() in smbios_scheme_id() so the SMBIOS scheme id accessor initializes the scheme namespace handles on demand. This matches the pattern used by other scheme id accessors and prevents stale or unset ids from being observed by bootstrap paths that pre-open the SMBIOS scheme root for userspace. --- local/sources/kernel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/sources/kernel b/local/sources/kernel index 4b3f6e3e81..dd72d764ff 160000 --- a/local/sources/kernel +++ b/local/sources/kernel @@ -1 +1 @@ -Subproject commit 4b3f6e3e812ca92e66c83d3dfce20203ce5acda2 +Subproject commit dd72d764ffec207c02f510f7937a39ece3bc4598