summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2021-09-27 14:15:10 +0200
committerJessica Yu <jeyu@kernel.org>2021-09-28 12:56:26 +0200
commit0d67e332e6df72f43eaa21228daa3a79e23093f3 (patch)
treee505434bc0f6f90b23ab60d6d9bf8c54cba50466 /include
parent5816b3e6577eaa676ceb00a848f0fd65fe2adc29 (diff)
module: fix clang CFI with MODULE_UNLOAD=n
When CONFIG_MODULE_UNLOAD is disabled, the module->exit member is not defined, causing a build failure: kernel/module.c:4493:8: error: no member named 'exit' in 'struct module' mod->exit = *exit; add an #ifdef block around this. Fixes: cf68fffb66d6 ("add support for Clang CFI") Acked-by: Kees Cook <keescook@chromium.org> Reviewed-by: Sami Tolvanen <samitolvanen@google.com> Reviewed-by: Miroslav Benes <mbenes@suse.cz> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Jessica Yu <jeyu@kernel.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions