Re: [linux-yocto] [PATCH 0/1] Module signing config

2018-11-05 Thread Bruce Ashfield
On 11/5/18 1:38 AM, Anuj Mittal wrote: Hi Bruce, This change adds features to enable module signing [1] when included. CONFIG_MODULE_SIG_FORCE is included in a seprate force-signing.scc to be used by BSPs that would want all modules to be validly signed and reject the ones not signed or not

[linux-yocto] [PATCH 0/1] Module signing config

2018-11-04 Thread Anuj Mittal
Hi Bruce, This change adds features to enable module signing [1] when included. CONFIG_MODULE_SIG_FORCE is included in a seprate force-signing.scc to be used by BSPs that would want all modules to be validly signed and reject the ones not signed or not signed using a valid key. Please merge in