From fcfdea1998b179791efb91d92f4e89c5dee099b5 Mon Sep 17 00:00:00 2001 From: vasilito Date: Wed, 8 Jul 2026 00:50:10 +0300 Subject: [PATCH] syscall migration: sync forks to 0.9.0 upstream + update submodule pointers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Phase 4 (syscall): merged upstream 0.9.0 — reservation API (openat_into/dup_into) + removed legacy syscalls. Both old and new APIs coexist for backward compatibility. Phase 2 (kernel): added openat_into() and dup_into() handlers to fs.rs, registered SYS_OPENAT_INTO and SYS_DUP_INTO in syscall dispatch mod.rs. Phase 1 (bootstrap): migrated initnsmgr.rs from openat_with_filter→openat_into + unlinkat_with_filter→unlinkat. --- local/sources/base | 2 +- local/sources/kernel | 2 +- local/sources/syscall | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/local/sources/base b/local/sources/base index 0f53316100..75950f10a8 160000 --- a/local/sources/base +++ b/local/sources/base @@ -1 +1 @@ -Subproject commit 0f5331610034fe3e06251ae7fa5275472e70ae36 +Subproject commit 75950f10a89bf7aa53476f79c5c9c325e159f9d7 diff --git a/local/sources/kernel b/local/sources/kernel index a240e73e44..d1ddac0e2c 160000 --- a/local/sources/kernel +++ b/local/sources/kernel @@ -1 +1 @@ -Subproject commit a240e73e44d02ef74b22ae9e274bfd2a1c867700 +Subproject commit d1ddac0e2c0326b7f7afe2316ecb8cb1158cc27f diff --git a/local/sources/syscall b/local/sources/syscall index 7e9cffd20a..595df8d38f 160000 --- a/local/sources/syscall +++ b/local/sources/syscall @@ -1 +1 @@ -Subproject commit 7e9cffd20a4b6324b1a7c4944c7035884a47f4dd +Subproject commit 595df8d38f1c7a3e5408576780f2b16dd2a59880