Searched refs:taints (Results 1 – 8 of 8) sorted by relevance
| /linux-5.15/include/trace/events/ |
| H 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-5.15/kernel/ |
| H 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() 4517 if (mod->taints || in module_flags() 4577 if (mod->taints) in m_show()
|
| H A D | tracepoint.c | 573 return mod->taints & ~((1 << TAINT_OOT_MODULE) | (1 << TAINT_CRAP) | in trace_module_has_bad_taint()
|
| /linux-5.15/include/linux/ |
| H A D | module.h | 428 unsigned long taints; /* same bits as kernel:taint_flags */ member
|
| /linux-5.15/my_notes/ |
| A D | note.sh | 241 module_test: loading out-of-tree module taints kernel.
|
| /linux-5.15/Documentation/ABI/testing/ |
| H A D | sysfs-bus-pci | 321 taints the kernel with TAINT_FIRMWARE_WORKAROUND, which
|
| /linux-5.15/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 | 4043 taints the kernel.
|