Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/trace/events/
Dmodule.h25 { (1UL << TAINT_PROPRIETARY_MODULE), "P" }, \
/kernel/linux/linux-5.10/kernel/
Dmodule.c1442 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 …]
Dpanic.c371 [ TAINT_PROPRIETARY_MODULE ] = { 'P', 'G', true },
/kernel/linux/linux-5.10/include/linux/
Dkernel.h587 #define TAINT_PROPRIETARY_MODULE 0 macro