Searched refs:add_taint_module (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/kernel/ |
H A D | module.c | 202 static inline void add_taint_module(struct module *mod, unsigned flag, add_taint_module() function 1112 add_taint_module(mod, TAINT_FORCED_MODULE, LOCKDEP_NOW_UNRELIABLE); try_to_force_load() 2141 add_taint_module(mod, TAINT_PROPRIETARY_MODULE, set_license() 2725 add_taint_module(mod, TAINT_OOT_MODULE, LOCKDEP_STILL_OK); check_modinfo() 2728 add_taint_module(mod, TAINT_CRAP, LOCKDEP_STILL_OK); check_modinfo() 2892 * Don't use add_taint_module(), as it would prevent ndiswrapper from check_module_license_and_versions() 2900 add_taint_module(mod, TAINT_PROPRIETARY_MODULE, check_module_license_and_versions() 2905 add_taint_module(mod, TAINT_PROPRIETARY_MODULE, check_module_license_and_versions() 3306 add_taint_module(mod, TAINT_UNSIGNED_MODULE, LOCKDEP_STILL_OK); load_module()
|
Completed in 81 milliseconds