Searched refs:taints (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/kernel/module/ |
| H A D | tracking.c | 24 if (!mod->taints) in try_add_tainted_module() 30 mod_taint->taints & mod->taints) { in try_add_tainted_module() 40 mod_taint->taints = mod->taints; in try_add_tainted_module() 58 l = module_flags_taint(mod_taint->taints, buf); in print_unloaded_tainted_modules() 92 l = module_flags_taint(mod_taint->taints, buf); in unloaded_tainted_modules_seq_show()
|
| H A D | main.c | 169 set_bit(flag, &mod->taints); in add_taint_module() 560 char taints[MODULE_FLAGS_BUF_SIZE]; member 897 size_t module_flags_taint(unsigned long taints, char *buf) in module_flags_taint() argument 903 if (taint_flags[i].module && test_bit(i, &taints)) in module_flags_taint() 995 l = module_flags_taint(mk->mod->taints, buffer); in show_taint() 1124 if (!test_bit(TAINT_PROPRIETARY_MODULE, &mod->taints)) { in inherit_taint() 1127 set_bit(TAINT_PROPRIETARY_MODULE, &mod->taints); in inherit_taint() 3647 if (!mod->taints && !show_state) in module_flags() 3649 if (mod->taints || in module_flags() 3653 bx += module_flags_taint(mod->taints, buf + bx); in module_flags() [all …]
|
| H A D | internal.h | 120 size_t module_flags_taint(unsigned long taints, char *buf); 251 unsigned long taints; member
|
| H A D | procfs.c | 99 if (mod->taints) in m_show()
|
| /linux-6.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-6.15/drivers/gpu/drm/i915/ |
| H A D | Kconfig | 69 probing an unsupported device taints the kernel. It is recommended to
|
| /linux-6.15/kernel/ |
| H A D | tracepoint.c | 526 return mod->taints & ~((1 << TAINT_OOT_MODULE) | (1 << TAINT_CRAP) | in trace_module_has_bad_taint()
|
| /linux-6.15/include/linux/ |
| H A D | module.h | 477 unsigned long taints; /* same bits as kernel:taint_flags */ member
|
| /linux-6.15/Documentation/userspace-api/fwctl/ |
| H A D | fwctl.rst | 113 above CAPs and taints based on that scope. A combination of kernel and FW can
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-bus-pci | 365 taints the kernel with TAINT_FIRMWARE_WORKAROUND, which
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | reporting-issues.rst | 528 taints itself when it loads such module from external sources (even if 536 3. The kernel also taints itself when it's loading a module that resides in
|
| H A D | kernel-parameters.txt | 4851 taints the kernel.
|
| /linux-6.15/arch/x86/ |
| H A D | Kconfig | 1346 use this at your own risk. Late loading taints the kernel unless the
|