d596ea3924
Bumps base to include the pcid guard (out-of-range PCIe config offsets return the no-response pattern / no-op instead of aborting pcid) plus all the operator's ACPI-runtime, i2c, and ided work already on the submodule branch. This unblocks boot past the previous pcid Invalid opcode fault, through switchroot and the /usr driver set. Also carries the earlier accidental commit of the initnsmgr Step 1 Send refactor (Rc<RefCell<Namespace>> -> Arc<sync::Mutex<Namespace>>), now VALIDATED: a low-load boot progressed through all initfs units, switchroot, and the /usr drivers via the Arc<Mutex> namespace manager (hundreds of opens) with no regression. The residual under-load head-of-line wedge is the known single-threaded initnsmgr issue tracked in local/docs/INITNSMGR-CONCURRENCY-DESIGN.md (worker-offload / Design B).