Re: [PATCH 3/5] efi_loader: disconnect all controllers when uninstalling a protocol

2023-06-19 Thread Ilias Apalodimas
On Mon, 19 Jun 2023 at 10:04, Heinrich Schuchardt wrote: > > On 6/15/23 16:39, Ilias Apalodimas wrote: > > When we are trying to uninstall a protocol interface from a controller > > handle we are trying to disconnect drivers related to that protocol. > > However, when we call

Re: [PATCH 3/5] efi_loader: disconnect all controllers when uninstalling a protocol

2023-06-19 Thread Heinrich Schuchardt
On 6/15/23 16:39, Ilias Apalodimas wrote: When we are trying to uninstall a protocol interface from a controller handle we are trying to disconnect drivers related to that protocol. However, when we call efi_disconnect_all_drivers() we pass the protocol GUID. If 2 different drivers are using

[PATCH 3/5] efi_loader: disconnect all controllers when uninstalling a protocol

2023-06-15 Thread Ilias Apalodimas
When we are trying to uninstall a protocol interface from a controller handle we are trying to disconnect drivers related to that protocol. However, when we call efi_disconnect_all_drivers() we pass the protocol GUID. If 2 different drivers are using the same protocol interface and one of them