Home
last modified time | relevance | path

Searched refs:taints (Results 1 – 7 of 7) sorted by relevance

/linux/include/trace/events/
A Dmodule.h38 __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 Dmodule.c333 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 Dtracepoint.c573 return mod->taints & ~((1 << TAINT_OOT_MODULE) | (1 << TAINT_CRAP) | in trace_module_has_bad_taint()
/linux/include/linux/
A Dmodule.h428 unsigned long taints; /* same bits as kernel:taint_flags */ member
/linux/Documentation/ABI/testing/
A Dsysfs-bus-pci354 taints the kernel with TAINT_FIRMWARE_WORKAROUND, which
/linux/Documentation/admin-guide/
A Dreporting-issues.rst543 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 Dkernel-parameters.txt4073 taints the kernel.

Completed in 51 milliseconds