Re: [PATCH v2] efi_loader: Make DisconnectController follow the EFI spec

2023-11-28 Thread Ilias Apalodimas
Hi Heinrich, On Wed, 29 Nov 2023 at 03:26, Heinrich Schuchardt wrote: > > On 11/28/23 20:10, Ilias Apalodimas wrote: > > commit 239d59a65e20 ("efi_loader: reconnect drivers on failure") > > tried to fix the UninstallProtocol interface which must reconnect > > any controllers it disconnected by

Re: [PATCH v2] efi_loader: Make DisconnectController follow the EFI spec

2023-11-28 Thread Heinrich Schuchardt
On 11/28/23 20:10, Ilias Apalodimas wrote: commit 239d59a65e20 ("efi_loader: reconnect drivers on failure") tried to fix the UninstallProtocol interface which must reconnect any controllers it disconnected by calling ConnectController() in case of failure. However, the reconnect functionality

[PATCH v2] efi_loader: Make DisconnectController follow the EFI spec

2023-11-28 Thread Ilias Apalodimas
commit 239d59a65e20 ("efi_loader: reconnect drivers on failure") tried to fix the UninstallProtocol interface which must reconnect any controllers it disconnected by calling ConnectController() in case of failure. However, the reconnect functionality was wired in efi_disconnect_all_drivers()