commit | f314dfea16a085a58d2ff227ea9fa9e490ee5d18 | [log] [tgz] |
---|---|---|
author | Jessica Yu <jeyu@kernel.org> | Fri Jun 29 16:37:08 2018 +0200 |
committer | Jessica Yu <jeyu@kernel.org> | Mon Jul 02 11:36:17 2018 +0200 |
tree | c203005916d88e491f9cf333929ca9830a84277d | |
parent | 996302c5e85650722f1e5aeaeaaac12f9f362bf8 [diff] |
modsign: log module name in the event of an error 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: Jessica Yu <jeyu@kernel.org>