Files
RedBear-OS/local/sources
kellito 396478fd12 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.
2026-07-26 06:14:46 +09:00
..