Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dpanic.h54 #define TAINT_PROPRIETARY_MODULE 0 macro
/linux-6.3-rc2/include/trace/events/
A Dmodule.h25 { (1UL << TAINT_PROPRIETARY_MODULE), "P" }, \
/linux-6.3-rc2/kernel/module/
A Dmain.c1037 if (!owner || !test_bit(TAINT_PROPRIETARY_MODULE, &owner->taints)) in inherit_taint()
1046 if (!test_bit(TAINT_PROPRIETARY_MODULE, &mod->taints)) { in inherit_taint()
1049 set_bit(TAINT_PROPRIETARY_MODULE, &mod->taints); in inherit_taint()
1062 .gplok = !(mod->taints & (1 << TAINT_PROPRIETARY_MODULE)), in resolve_symbol()
1515 if (!test_taint(TAINT_PROPRIETARY_MODULE)) in set_license()
1518 add_taint_module(mod, TAINT_PROPRIETARY_MODULE, in set_license()
2205 int prev_taint = test_taint(TAINT_PROPRIETARY_MODULE); in check_module_license_and_versions()
2213 add_taint(TAINT_PROPRIETARY_MODULE, LOCKDEP_NOW_UNRELIABLE); in check_module_license_and_versions()
2217 add_taint_module(mod, TAINT_PROPRIETARY_MODULE, in check_module_license_and_versions()
2222 add_taint_module(mod, TAINT_PROPRIETARY_MODULE, in check_module_license_and_versions()
[all …]
/linux-6.3-rc2/kernel/
A Dpanic.c463 [ TAINT_PROPRIETARY_MODULE ] = { 'P', 'G', true },

Completed in 10 milliseconds