From c52cec97cdc92b43db9141be39f01cab6b768fce Mon Sep 17 00:00:00 2001 From: vasilito Date: Thu, 2 Jul 2026 06:33:28 +0300 Subject: [PATCH] git: bump submodule/kernel for Phase 0c start (P6-futex-sharding + RUN_QUEUE_COUNT) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The local kernel fork just gained two commits: - P6-futex-sharding: replaces single global Mutex with 64-shard hash table, eliminating contention between futex operations on different addresses. - RUN_QUEUE_COUNT: pre-flight constant at context::RUN_QUEUE_COUNT = 40 that downstream patches (P8-percpu-sched, P8-percpu-wiring) need but none of the existing P5–P9 patches define. Phase 0c, plan orders #1 and pre-flight. --- local/sources/kernel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/sources/kernel b/local/sources/kernel index 9bc1fbfe46..5fb42fcaa1 160000 --- a/local/sources/kernel +++ b/local/sources/kernel @@ -1 +1 @@ -Subproject commit 9bc1fbfe4679c6febd524d2743770d04ce3e0ec0 +Subproject commit 5fb42fcaa151bd14e8b0b488c188672d59c24770