Home
last modified time | relevance | path

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

/Linux-v5.15/include/trace/events/
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-v5.15/kernel/
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()
4517 if (mod->taints || in module_flags()
4577 if (mod->taints) in m_show()
Dtracepoint.c573 return mod->taints & ~((1 << TAINT_OOT_MODULE) | (1 << TAINT_CRAP) | in trace_module_has_bad_taint()
/Linux-v5.15/include/linux/
Dmodule.h428 unsigned long taints; /* same bits as kernel:taint_flags */ member
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-bus-pci321 taints the kernel with TAINT_FIRMWARE_WORKAROUND, which
/Linux-v5.15/Documentation/admin-guide/
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
Dkernel-parameters.txt4043 taints the kernel.