]> git.ipfire.org Git - thirdparty/linux.git/commit - kernel/module.c
module: make the modinfo name const
authorLuis R. Rodriguez <mcgrof@kernel.org>
Thu, 29 Jun 2017 01:32:31 +0000 (18:32 -0700)
committerJessica Yu <jeyu@kernel.org>
Thu, 29 Jun 2017 12:19:17 +0000 (14:19 +0200)
commit96b5b19459b3c2aed2872bac42cbe19edfae710f
tree388beca54742e2427327435c0fc32ad017e5a44e
parent165d1cc0074b2f938586274776d029b9bce914c4
module: make the modinfo name const

This can be accomplished by making blacklisted() also accept const.

Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
Acked-by: Kees Cook <keescook@chromium.org>
[jeyu: fix typo]
Signed-off-by: Jessica Yu <jeyu@kernel.org>
kernel/module.c