Re: [PATCH v5 1/2] certs: export load_certificate_list() to be used outside certs/

From: Mimi Zohar
Date: Sun Dec 05 2021 - 08:46:07 EST


On Wed, 2021-11-24 at 15:47 -0500, Nayna Jain wrote:
> load_certificate_list() parses certificates embedded in the kernel
> image to load them onto the keyring.
>
> Commit "2565ca7f5ec1 (certs: Move load_system_certificate_list to a common
> function)" made load_certificate_list() a common function in the certs/
> directory. Now, export load_certificate_list() outside certs/ to be used
> by other functions.
>
> Reported-by: kernel test robot <lkp@xxxxxxxxx> (auto build test ERROR)
> Signed-off-by: Nayna Jain <nayna@xxxxxxxxxxxxx>

Thanks, Nayna.

Reviewed-by: Mimi Zohar <zohar@xxxxxxxxxxxxx>