Re: [PATCH v8 5/5] eficonfig: add "Show Signature Database" menu entry

2022-11-13 Thread Masahisa Kojima
On Fri, 11 Nov 2022 at 21:53, Ilias Apalodimas wrote: > > [...] > > > +/** > > + * prepare_signature_list_menu() - create the signature list menu entry > > + * > > + * @efimenu: pointer to the efimenu structure > > + * @varname: pointer to the variable name > > + * @db: pointer to the

Re: [PATCH v8 5/5] eficonfig: add "Show Signature Database" menu entry

2022-11-11 Thread Ilias Apalodimas
[...] > +/** > + * prepare_signature_list_menu() - create the signature list menu entry > + * > + * @efimenu: pointer to the efimenu structure > + * @varname: pointer to the variable name > + * @db: pointer to the variable raw data > + * @db_size: variable data size > + * @func:ca