June 28, 2026
4:23 p.m.
The changes in !11263 were causing a race condition where adding child PDOs would trigger a `IRP_MN_QUERY_DEVICE_RELATIONS` before the parent PDO received a `IRP_MN_START_DEVICE`. This patch only makes it so that bus relations are only invalidated when a device has been started, or when a device is handling `IRP_MN_START_DEVICE`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11276