]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7d46f6215f9540be1b89bcedc88ffc83f75cebc8
tree388beca54742e2427327435c0fc32ad017e5a44e
parent943067e9a8c30787d138c3eaf50278bd2c932a80
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