From 3be5df28e228154a7716517feb7d29ab9c401691 Mon Sep 17 00:00:00 2001 From: vasilito Date: Mon, 27 Jul 2026 22:46:28 +0900 Subject: [PATCH] base: bump submodule pointer for acpi-rs AML diagnostic messages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Submodule local/sources/base updated to eb579964, which adds a diagnostic String to each of the 41 bare panic!() / _ => panic!() sites in the AML interpreter (mod.rs/namespace.rs/object.rs). The panics still happen on the same conditions; the String explains what invariant was violated when an ACPI table corruption or interpreter bug triggers one. Found by the Round 13 audit (local/docs/3D-DESKTOP-COMPREHENSIVE-PLAN.md ยง10). --- local/sources/base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/sources/base b/local/sources/base index c5b32f9f6b..eb579964be 160000 --- a/local/sources/base +++ b/local/sources/base @@ -1 +1 @@ -Subproject commit c5b32f9f6b1b43ee5ab559eab3a91238bb8d6b9d +Subproject commit eb579964be3f164e76b11dec923bbfdf9e27c129