Searched refs:TAINT_PROPRIETARY_MODULE (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/trace/events/ |
D | module.h | 25 { (1UL << TAINT_PROPRIETARY_MODULE), "P" }, \
|
/kernel/linux/linux-5.10/kernel/ |
D | module.c | 1442 if (!owner || !test_bit(TAINT_PROPRIETARY_MODULE, &owner->taints)) in inherit_taint() 1451 if (!test_bit(TAINT_PROPRIETARY_MODULE, &mod->taints)) { in inherit_taint() 1454 set_bit(TAINT_PROPRIETARY_MODULE, &mod->taints); in inherit_taint() 1479 !(mod->taints & (1 << TAINT_PROPRIETARY_MODULE)), true); in resolve_symbol() 2574 if (!test_taint(TAINT_PROPRIETARY_MODULE)) in set_license() 2577 add_taint_module(mod, TAINT_PROPRIETARY_MODULE, in set_license() 3481 int prev_taint = test_taint(TAINT_PROPRIETARY_MODULE); in check_module_license_and_versions() 3489 add_taint(TAINT_PROPRIETARY_MODULE, LOCKDEP_NOW_UNRELIABLE); in check_module_license_and_versions() 3493 add_taint_module(mod, TAINT_PROPRIETARY_MODULE, in check_module_license_and_versions() 3498 add_taint_module(mod, TAINT_PROPRIETARY_MODULE, in check_module_license_and_versions() [all …]
|
D | panic.c | 371 [ TAINT_PROPRIETARY_MODULE ] = { 'P', 'G', true },
|
/kernel/linux/linux-5.10/include/linux/ |
D | kernel.h | 587 #define TAINT_PROPRIETARY_MODULE 0 macro
|