Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dpanic.h54 #define TAINT_PROPRIETARY_MODULE 0 macro
/linux-6.1.9/include/trace/events/
Dmodule.h25 { (1UL << TAINT_PROPRIETARY_MODULE), "P" }, \
/linux-6.1.9/kernel/module/
Dmain.c1039 if (!owner || !test_bit(TAINT_PROPRIETARY_MODULE, &owner->taints)) in inherit_taint()
1048 if (!test_bit(TAINT_PROPRIETARY_MODULE, &mod->taints)) { in inherit_taint()
1051 set_bit(TAINT_PROPRIETARY_MODULE, &mod->taints); in inherit_taint()
1064 .gplok = !(mod->taints & (1 << TAINT_PROPRIETARY_MODULE)), in resolve_symbol()
1517 if (!test_taint(TAINT_PROPRIETARY_MODULE)) in set_license()
1520 add_taint_module(mod, TAINT_PROPRIETARY_MODULE, in set_license()
2202 int prev_taint = test_taint(TAINT_PROPRIETARY_MODULE); in check_module_license_and_versions()
2210 add_taint(TAINT_PROPRIETARY_MODULE, LOCKDEP_NOW_UNRELIABLE); in check_module_license_and_versions()
2214 add_taint_module(mod, TAINT_PROPRIETARY_MODULE, in check_module_license_and_versions()
2219 add_taint_module(mod, TAINT_PROPRIETARY_MODULE, in check_module_license_and_versions()
[all …]
/linux-6.1.9/kernel/
Dpanic.c453 [ TAINT_PROPRIETARY_MODULE ] = { 'P', 'G', true },