Searched refs:taints (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.1/kernel/module/ |
D | tracking.c | 25 if (!mod->taints) in try_add_tainted_module() 31 mod_taint->taints & mod->taints) { in try_add_tainted_module() 41 mod_taint->taints = mod->taints; in try_add_tainted_module() 59 l = module_flags_taint(mod_taint->taints, buf); in print_unloaded_tainted_modules() 93 l = module_flags_taint(mod_taint->taints, buf); in unloaded_tainted_modules_seq_show()
|
D | main.c | 163 set_bit(flag, &mod->taints); in add_taint_module() 530 char taints[MODULE_FLAGS_BUF_SIZE]; member 763 …strscpy(last_unloaded_module.taints, module_flags(mod, buf, false), sizeof(last_unloaded_module.ta… in SYSCALL_DEFINE2() 878 size_t module_flags_taint(unsigned long taints, char *buf) in module_flags_taint() argument 884 if (taint_flags[i].module && test_bit(i, &taints)) in module_flags_taint() 962 l = module_flags_taint(mk->mod->taints, buffer); in show_taint() 1039 if (!owner || !test_bit(TAINT_PROPRIETARY_MODULE, &owner->taints)) in inherit_taint() 1048 if (!test_bit(TAINT_PROPRIETARY_MODULE, &mod->taints)) { in inherit_taint() 1051 set_bit(TAINT_PROPRIETARY_MODULE, &mod->taints); in inherit_taint() 1064 .gplok = !(mod->taints & (1 << TAINT_PROPRIETARY_MODULE)), in resolve_symbol() [all …]
|
D | internal.h | 107 size_t module_flags_taint(unsigned long taints, char *buf); 155 unsigned long taints; member
|
D | procfs.c | 93 if (mod->taints) in m_show()
|
/Linux-v6.1/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.1/include/linux/ |
D | module.h | 431 unsigned long taints; /* same bits as kernel:taint_flags */ member
|
/Linux-v6.1/kernel/ |
D | tracepoint.c | 573 return mod->taints & ~((1 << TAINT_OOT_MODULE) | (1 << TAINT_CRAP) | in trace_module_has_bad_taint()
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-bus-pci | 354 taints the kernel with TAINT_FIRMWARE_WORKAROUND, which
|
/Linux-v6.1/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 | 4305 taints the kernel.
|
/Linux-v6.1/arch/x86/ |
D | Kconfig | 1364 use this at your own risk. Late loading taints the kernel too.
|