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

2022-11-17 Thread Masahisa Kojima
On Fri, 18 Nov 2022 at 11:18, Masahisa Kojima wrote: > > Hi Ilias, Heinrich, > > On Fri, 18 Nov 2022 at 07:06, Heinrich Schuchardt wrote: > > > > On 11/17/22 22:49, Ilias Apalodimas wrote: > > > Hi Kojima-san > > > > > >> +/** > > >> + * prepare_signature_list_menu() - create the signature list m

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

2022-11-17 Thread Masahisa Kojima
Hi Ilias, Heinrich, On Fri, 18 Nov 2022 at 07:06, Heinrich Schuchardt wrote: > > On 11/17/22 22:49, Ilias Apalodimas wrote: > > Hi Kojima-san > > > >> +/** > >> + * prepare_signature_list_menu() - create the signature list menu entry > >> + * > >> + * @efimenu:pointer to the efimenu struc

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

2022-11-17 Thread Heinrich Schuchardt
On 11/17/22 22:49, Ilias Apalodimas wrote: Hi Kojima-san +/** + * 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 + * @

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

2022-11-17 Thread Ilias Apalodimas
Hi Kojima-san > +/** > + * 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 > + * @fun

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

2022-11-16 Thread Masahisa Kojima
This commit adds the menu-driven interface to show the signature list content. Signed-off-by: Masahisa Kojima --- No update since v7 Changes in v7: - remove delete signature list feature user can clear the signature database with signed null key - rename function name to avoid confusion - upda