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.
This commit is contained in:
+1
-1
Submodule local/sources/base updated: d98330a7de...8c7f6172a2
+1
-1
Submodule local/sources/kernel updated: 00da984779...f5baa05d4a
Reference in New Issue
Block a user