]> Git Repo - J-linux.git/blobdiff - include/linux/module.h
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[J-linux.git] / include / linux / module.h
index b1cc541f2ddf230972259b619f90bf3a8f4668fc..1d8f245967be7f1adad079bc16c55766e1c8edaf 100644 (file)
@@ -639,6 +639,8 @@ static inline bool is_livepatch_module(struct module *mod)
 }
 #endif /* CONFIG_LIVEPATCH */
 
+bool is_module_sig_enforced(void);
+
 #else /* !CONFIG_MODULES... */
 
 static inline struct module *__module_address(unsigned long addr)
@@ -753,6 +755,11 @@ static inline bool module_requested_async_probing(struct module *module)
        return false;
 }
 
+static inline bool is_module_sig_enforced(void)
+{
+       return false;
+}
+
 #endif /* CONFIG_MODULES */
 
 #ifdef CONFIG_SYSFS
This page took 0.031748 seconds and 4 git commands to generate.