Re: [PATCH] modsign: log module name in the event of an error

2018-07-01 Thread Jessica Yu
+++ Joe Perches [29/06/18 21:04 -0700]: On Fri, 2018-06-29 at 17:53 +0200, Jessica Yu wrote: Now that we have the load_info struct all initialized (including info->name, which contains the name of the module) before module_sig_check(), make the load_info struct and hence module name available to

Re: [PATCH] modsign: log module name in the event of an error

2018-06-29 Thread Joe Perches
On Fri, 2018-06-29 at 17:53 +0200, Jessica Yu wrote: > Now that we have the load_info struct all initialized (including > info->name, which contains the name of the module) before > module_sig_check(), make the load_info struct and hence module name > available to mod_verify_sig() so that we can lo

[PATCH] modsign: log module name in the event of an error

2018-06-29 Thread Jessica Yu
Now that we have the load_info struct all initialized (including info->name, which contains the name of the module) before module_sig_check(), make the load_info struct and hence module name available to mod_verify_sig() so that we can log the module name in the event of an error. Signed-off-by: J