Searched refs:taints (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.6/kernel/module/ |
D | tracking.c | 26 if (!mod->taints) in try_add_tainted_module() 32 mod_taint->taints & mod->taints) { in try_add_tainted_module() 42 mod_taint->taints = mod->taints; in try_add_tainted_module() 60 l = module_flags_taint(mod_taint->taints, buf); in print_unloaded_tainted_modules() 94 l = module_flags_taint(mod_taint->taints, buf); in unloaded_tainted_modules_seq_show()
|
D | main.c | 167 set_bit(flag, &mod->taints); in add_taint_module() 534 char taints[MODULE_FLAGS_BUF_SIZE]; member 765 …strscpy(last_unloaded_module.taints, module_flags(mod, buf, false), sizeof(last_unloaded_module.ta… in SYSCALL_DEFINE2() 873 size_t module_flags_taint(unsigned long taints, char *buf) in module_flags_taint() argument 879 if (taint_flags[i].module && test_bit(i, &taints)) in module_flags_taint() 971 l = module_flags_taint(mk->mod->taints, buffer); in show_taint() 1091 if (!owner || !test_bit(TAINT_PROPRIETARY_MODULE, &owner->taints)) in inherit_taint() 1100 if (!test_bit(TAINT_PROPRIETARY_MODULE, &mod->taints)) { in inherit_taint() 1103 set_bit(TAINT_PROPRIETARY_MODULE, &mod->taints); in inherit_taint() 1116 .gplok = !(mod->taints & (1 << TAINT_PROPRIETARY_MODULE)), in resolve_symbol() [all …]
|
D | internal.h | 113 size_t module_flags_taint(unsigned long taints, char *buf); 255 unsigned long taints; member
|
D | procfs.c | 99 if (mod->taints) in m_show()
|
/Linux-v6.6/include/trace/events/ |
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-v6.6/drivers/gpu/drm/i915/ |
D | Kconfig | 68 probing an unsupported device taints the kernel. It is recommended to
|
/Linux-v6.6/kernel/ |
D | tracepoint.c | 573 return mod->taints & ~((1 << TAINT_OOT_MODULE) | (1 << TAINT_CRAP) | in trace_module_has_bad_taint()
|
/Linux-v6.6/include/linux/ |
D | module.h | 465 unsigned long taints; /* same bits as kernel:taint_flags */ member
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-bus-pci | 354 taints the kernel with TAINT_FIRMWARE_WORKAROUND, which
|
/Linux-v6.6/Documentation/admin-guide/ |
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
|
D | kernel-parameters.txt | 4449 taints the kernel.
|
/Linux-v6.6/arch/x86/ |
D | Kconfig | 1325 use this at your own risk. Late loading taints the kernel too.
|