Searched refs:add_taint_module (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/kernel/module/ |
| H A D | main.c | 165 static inline void add_taint_module(struct module *mod, unsigned flag, in add_taint_module() function 1029 add_taint_module(mod, TAINT_FORCED_MODULE, LOCKDEP_NOW_UNRELIABLE); in try_to_force_load() 1657 add_taint_module(mod, TAINT_PROPRIETARY_MODULE, in module_license_taint_check() 2410 add_taint_module(mod, TAINT_OOT_MODULE, LOCKDEP_STILL_OK); in module_augment_kernel_taints() 2416 add_taint_module(mod, TAINT_CRAP, LOCKDEP_STILL_OK); in module_augment_kernel_taints() 2422 add_taint_module(mod, TAINT_LIVEPATCH, LOCKDEP_STILL_OK); in module_augment_kernel_taints() 2433 add_taint_module(mod, TAINT_TEST, LOCKDEP_STILL_OK); in module_augment_kernel_taints() 2441 add_taint_module(mod, TAINT_UNSIGNED_MODULE, LOCKDEP_STILL_OK); in module_augment_kernel_taints() 2455 add_taint_module(mod, TAINT_PROPRIETARY_MODULE, in module_augment_kernel_taints()
|