From 396478fd124007190a601ca0bcff547e8f835ce3 Mon Sep 17 00:00:00 2001 From: kellito Date: Sun, 26 Jul 2026 06:14:46 +0900 Subject: [PATCH] v5.3: parent gitlink bump for kernel + base submodules Updates the parent RedBear-OS repo's gitlink pointers for the `local/sources/kernel` and `local/sources/base` submodules to the v5.3 commits: - kernel: f5baa05d (scheme: honor O_NONBLOCK on open opcode) Adds O_NONBLOCK handling to UserInner::call_inner for Opcode::OpenAt. When a caller passes O_NONBLOCK and the provider has not yet responded, return EAGAIN instead of blocking the caller. This is the kernel side of Design B from INITNSMGR-CONCURRENCY-DESIGN.md. - base: 8c7f6172 (initnsmgr event-driven deferred retry on O_NONBLOCK). The initnsmgr now uses O_NONBLOCK on openat to provider daemons and parks requests on EAGAIN instead of blocking the entire request loop. Companions with the kernel change. Both submodule commits already pushed to their respective branches. This commit just updates the parent repo's gitlink references so the build system picks them up. No code changes in this commit - gitlink pointers only. --- local/sources/base | 2 +- local/sources/kernel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/local/sources/base b/local/sources/base index d98330a7de..8c7f6172a2 160000 --- a/local/sources/base +++ b/local/sources/base @@ -1 +1 @@ -Subproject commit d98330a7de195a9b2cadf379830572f8cb07ad02 +Subproject commit 8c7f6172a21216301a796bf9e6101d809eb42a91 diff --git a/local/sources/kernel b/local/sources/kernel index 00da984779..f5baa05d4a 160000 --- a/local/sources/kernel +++ b/local/sources/kernel @@ -1 +1 @@ -Subproject commit 00da9847795c43347562843852179b6cc97ac6fb +Subproject commit f5baa05d4aaa3bbbe6a340ba13f8eee655ce92bb