Home
last modified time | relevance | path

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

/linux-5.15/include/trace/events/
H 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-5.15/kernel/
H 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()
4517 if (mod->taints || in module_flags()
4577 if (mod->taints) in m_show()
H A Dtracepoint.c573 return mod->taints & ~((1 << TAINT_OOT_MODULE) | (1 << TAINT_CRAP) | in trace_module_has_bad_taint()
/linux-5.15/include/linux/
H A Dmodule.h428 unsigned long taints; /* same bits as kernel:taint_flags */ member
/linux-5.15/my_notes/
A Dnote.sh241 module_test: loading out-of-tree module taints kernel.
/linux-5.15/Documentation/ABI/testing/
H A Dsysfs-bus-pci321 taints the kernel with TAINT_FIRMWARE_WORKAROUND, which
/linux-5.15/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.txt4043 taints the kernel.