Home
last modified time | relevance | path

Searched refs:add_taint_module (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/module/
H A Dmain.c193 static inline void add_taint_module(struct module *mod, unsigned flag, in add_taint_module() function
1083 add_taint_module(mod, TAINT_FORCED_MODULE, LOCKDEP_NOW_UNRELIABLE); in try_to_force_load()
1758 add_taint_module(mod, TAINT_PROPRIETARY_MODULE, in module_license_taint_check()
2526 add_taint_module(mod, TAINT_OOT_MODULE, LOCKDEP_STILL_OK); in module_augment_kernel_taints()
2532 add_taint_module(mod, TAINT_CRAP, LOCKDEP_STILL_OK); in module_augment_kernel_taints()
2538 add_taint_module(mod, TAINT_LIVEPATCH, LOCKDEP_STILL_OK); in module_augment_kernel_taints()
2549 add_taint_module(mod, TAINT_TEST, LOCKDEP_STILL_OK); in module_augment_kernel_taints()
2557 add_taint_module(mod, TAINT_UNSIGNED_MODULE, LOCKDEP_STILL_OK); in module_augment_kernel_taints()
2571 add_taint_module(mod, TAINT_PROPRIETARY_MODULE, in module_augment_kernel_taints()