From 2ee8a002047c851551563cd95af0b8e095f78dbb Mon Sep 17 00:00:00 2001 From: Vasilito Date: Tue, 28 Jul 2026 16:57:04 +0900 Subject: [PATCH] relibc + base submodule bumps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - relibc: 80c26174 -> b3ae554b netinet/ip.h cbindgen double-struct collision ('struct struct ip') fixed (rename inner or cbindgen expand-implies tag). Also adds a follow-up ld_so/dso commit that drops the private ReadError re-import and restores a panic on unsupported relocation types (round-trips on the previous Result change because the libc loader cannot meaningfully surface that error code). - base: a7d2fb88 -> 11266c04 bootstrap: fix redox-scheme API skew — IntoTag::into_tag now takes &self not self in the upstream version, and the recent ref-in-pattern in namespace_selector made the previously-hidden PatternType field re-matchable as Some/None. Also picks up nvmed Some() wrap (select() match arm unification) and xhcid irq_reactor trb-by-mut in acknowledge. --- local/sources/base | 2 +- local/sources/relibc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/local/sources/base b/local/sources/base index a7d2fb88fd..11266c04a6 160000 --- a/local/sources/base +++ b/local/sources/base @@ -1 +1 @@ -Subproject commit a7d2fb88fd21aa47002d96e21406c3cebc9ad041 +Subproject commit 11266c04a60007285b2f0c7f3b4a4556a1cb8289 diff --git a/local/sources/relibc b/local/sources/relibc index 36d157dcce..b3ae554bd9 160000 --- a/local/sources/relibc +++ b/local/sources/relibc @@ -1 +1 @@ -Subproject commit 36d157dcce26f3816c807ec62787a0f80a20d7c4 +Subproject commit b3ae554bd96d2397cdfadcedffc1743268415212