Re: [PATCH 2/2] efi: remove error in efi_disk_remove

2023-03-09 Thread Heinrich Schuchardt
On 3/9/23 11:59, Patrick DELAUNAY wrote: On 3/9/23 09:54, Heinrich Schuchardt wrote: On 3/8/23 14:26, Patrick Delaunay wrote: EFI has no reason to block the driver remove when the associated EFI resources failed to be released. This patch avoids DM issue when an EFI resource can't be released

Re: [PATCH 2/2] efi: remove error in efi_disk_remove

2023-03-09 Thread Patrick DELAUNAY
On 3/9/23 09:54, Heinrich Schuchardt wrote: On 3/8/23 14:26, Patrick Delaunay wrote: EFI has no reason to block the driver remove when the associated EFI resources failed to be released. This patch avoids DM issue when an EFI resource can't be released, for example if this resource wasn't cre

Re: [PATCH 2/2] efi: remove error in efi_disk_remove

2023-03-09 Thread Heinrich Schuchardt
On 3/8/23 14:26, Patrick Delaunay wrote: EFI has no reason to block the driver remove when the associated EFI resources failed to be released. This patch avoids DM issue when an EFI resource can't be released, for example if this resource wasn't created, for duplicated device name (error EFI_ALR

[PATCH 2/2] efi: remove error in efi_disk_remove

2023-03-08 Thread Patrick Delaunay
EFI has no reason to block the driver remove when the associated EFI resources failed to be released. This patch avoids DM issue when an EFI resource can't be released, for example if this resource wasn't created, for duplicated device name (error EFI_ALREADY_STARTED). Without this patch, the U-B