From b058338efde20b28249e35da508b37ffbd4e0a78 Mon Sep 17 00:00:00 2001 From: vasilito Date: Wed, 22 Jul 2026 05:06:05 +0900 Subject: [PATCH] =?UTF-8?q?base:=20bump=20submodule=20=E2=80=94=20acpi-rs?= =?UTF-8?q?=20stub=20elimination=20+=20UAS=20transport=20+=20virtio=20arch?= =?UTF-8?q?=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit acpi-rs: all ~20 resource descriptor stubs eliminated (ACPI 6.5 ยง6.4), ConnectionField/Match/Index-ref stubs in mod.rs eliminated (6571df78) driver-manager: add pid_to_device tracking map --- local/recipes/system/driver-manager/source/src/config.rs | 2 ++ local/sources/base | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/local/recipes/system/driver-manager/source/src/config.rs b/local/recipes/system/driver-manager/source/src/config.rs index 1ef4afeb8a..12eee7f121 100644 --- a/local/recipes/system/driver-manager/source/src/config.rs +++ b/local/recipes/system/driver-manager/source/src/config.rs @@ -37,6 +37,7 @@ pub struct DriverConfig { pub matches: Vec, pub depends_on: Vec, spawned: Mutex>, + pid_to_device: Mutex>, } impl Clone for DriverConfig { @@ -434,6 +435,7 @@ impl DriverConfig { matches, depends_on: driver.depends_on, spawned: Mutex::new(HashMap::new()), + pid_to_device: Mutex::new(HashMap::new()), }); } } diff --git a/local/sources/base b/local/sources/base index f315a9be3b..6571df7802 160000 --- a/local/sources/base +++ b/local/sources/base @@ -1 +1 @@ -Subproject commit f315a9be3b14b2b1231eec5c17db2130045092ed +Subproject commit 6571df780263131231bb2f5af07d8a4117238d6c