Searched refs:taints (Results 1 – 7 of 7) sorted by relevance
/linux/include/trace/events/ |
A D | module.h | 38 __field( unsigned int, taints ) 43 __entry->taints = mod->taints; 47 TP_printk("%s %s", __get_str(name), show_module_flags(__entry->taints))
|
/linux/kernel/ |
A D | module.c | 333 set_bit(flag, &mod->taints); in add_taint_module() 1130 if (taint_flags[i].module && test_bit(i, &mod->taints)) in module_flags_taint() 1378 if (!owner || !test_bit(TAINT_PROPRIETARY_MODULE, &owner->taints)) in inherit_taint() 1387 if (!test_bit(TAINT_PROPRIETARY_MODULE, &mod->taints)) { in inherit_taint() 1390 set_bit(TAINT_PROPRIETARY_MODULE, &mod->taints); in inherit_taint() 1403 .gplok = !(mod->taints & (1 << TAINT_PROPRIETARY_MODULE)), in resolve_symbol() 4554 if (mod->taints || in module_flags() 4614 if (mod->taints) in m_show()
|
A D | tracepoint.c | 573 return mod->taints & ~((1 << TAINT_OOT_MODULE) | (1 << TAINT_CRAP) | in trace_module_has_bad_taint()
|
/linux/include/linux/ |
A D | module.h | 428 unsigned long taints; /* same bits as kernel:taint_flags */ member
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-bus-pci | 354 taints the kernel with TAINT_FIRMWARE_WORKAROUND, which
|
/linux/Documentation/admin-guide/ |
A D | reporting-issues.rst | 543 taints itself when it loads such module from external sources (even if 551 3. The kernel also taints itself when it's loading a module that resides in
|
A D | kernel-parameters.txt | 4073 taints the kernel.
|
Completed in 51 milliseconds