]> asedeno.scripts.mit.edu Git - linux.git/commit
modsign: print module name along with error message
authorJessica Yu <jeyu@kernel.org>
Wed, 15 Jan 2020 14:49:31 +0000 (15:49 +0100)
committerJessica Yu <jeyu@kernel.org>
Wed, 15 Jan 2020 14:49:31 +0000 (15:49 +0100)
commite9f35f634e099894f4d6c3b039cd3de5281ee637
tree400a029a3ec200094b2b3b0c4a045bc35db1d858
parentf6d061d617124abbd55396a3bc37b9bf7d33233c
modsign: print module name along with error message

It is useful to know which module failed signature verification, so
print the module name along with the error message.

Signed-off-by: Jessica Yu <jeyu@kernel.org>
kernel/module.c