From f988cc0d58a73b0a43c1fa2b1ed76ca62785731d Mon Sep 17 00:00:00 2001 From: vasilito Date: Thu, 2 Jul 2026 17:13:06 +0300 Subject: [PATCH] feat: redbear-mini boots to login prompt with Phase 0 threading patches Kernel (local/sources/kernel): - Per-CPU idle context race fix (try_idle_context) - Pinned to nightly-2026-04-11 - Futex sharding, cache-affine context, per-CPU scheduler - NUMA topology, proc lock ordering, sched policy handles - ACPI FADT type fix relibc (local/sources/relibc): - Non-robust mutex ENOTRECOVERABLE false positive fix - pthread_cond_signal POSIX fix - Pthread yield, barrier SMP futex, robust mutexes - sched API, comprehensive semaphore, pthread affinity+setname - stdint.h in sched.h cbindgen Boot verified: UEFI -> kernel -> init -> drivers -> services -> login prompt All Red Bear init stages pass (02->04->06->08) xhcid no longer crashes, D-Bus services online --- local/sources/kernel | 2 +- local/sources/relibc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/local/sources/kernel b/local/sources/kernel index 1c870c06ec..e812356cf0 160000 --- a/local/sources/kernel +++ b/local/sources/kernel @@ -1 +1 @@ -Subproject commit 1c870c06ec437127d2169ce5f34799b6e51cd674 +Subproject commit e812356cf0a8927557999d89dfe227d6d91b01e6 diff --git a/local/sources/relibc b/local/sources/relibc index 620184ab6d..9774052fd1 160000 --- a/local/sources/relibc +++ b/local/sources/relibc @@ -1 +1 @@ -Subproject commit 620184ab6d7626ebf7f22c37137b07df971efd75 +Subproject commit 9774052fd11afdda3562d03421b7e417c97cf6e3