From 54ff1542a24c8103b3ac44dfd46c34153a096d7f Mon Sep 17 00:00:00 2001 From: vasilito Date: Tue, 28 Jul 2026 06:34:45 +0900 Subject: [PATCH] base: bump submodule pointer for round 18 partial build fix Pulls in base fork commit 4b27b51d which fixes 4 of 32 netstack build errors: - netcfg/mod.rs:195 eth0 undefined -> DEFAULT_IFACE - scheme_pool.rs:125 JoinHandle::join in Drop -> Option - scheme_pool.rs:185 SchemeWork::new 'static -> Cow<'static, str> - scheme_pool_init.rs: dead-code removal (fixes 17 Send violations) - scheme/tcp.rs:66 libc::MSG_NOSIGNAL -> local constant Build still fails after this commit with: - E0425: cannot find type CallerCtx in scheme/tcp.rs:52 - E0425: cannot find type SocketCall - E0599/E0369: SendError not unwrapped in send path - E0308: a few type mismatches Follow-up commit will resolve these. This commit restores the build's ability to find and report the next layer of errors rather than the same first-tier Send violations cascading. --- local/sources/base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/sources/base b/local/sources/base index 9d8ad861ce..4b27b51d59 160000 --- a/local/sources/base +++ b/local/sources/base @@ -1 +1 @@ -Subproject commit 9d8ad861ce2e62e8ef0cb470bf5df87b5234f685 +Subproject commit 4b27b51d5964454de398eaff91fbacb3808da22c