Re: [PATCH v2 3/9] efi_loader: efi_dp_find_obj() add protocol check

2022-03-23 Thread AKASHI Takahiro
On Sat, Mar 19, 2022 at 10:11:42AM +0100, Heinrich Schuchardt wrote: > Let function efi_dp_find_obj() additionally check if a given protocol is > installed on the handle relating to the device-path. Please describe why you want to add another parameter to the function. Otherwise, we don't understa

[PATCH v2 3/9] efi_loader: efi_dp_find_obj() add protocol check

2022-03-19 Thread Heinrich Schuchardt
Let function efi_dp_find_obj() additionally check if a given protocol is installed on the handle relating to the device-path. Signed-off-by: Heinrich Schuchardt --- v2: new patch --- include/efi_loader.h | 1 + lib/efi_loader/efi_boottime.c| 2 +- lib/efi_loader/efi_cap