Searched refs:taints (Results 1 – 9 of 9) sorted by relevance
| /linux/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 | 197 set_bit(flag, &mod->taints); in add_taint_module() 612 char taints[MODULE_FLAGS_BUF_SIZE]; member 845 strscpy(last_unloaded_module.taints, module_flags(mod, buf, false)); in SYSCALL_DEFINE2() 951 size_t module_flags_taint(unsigned long taints, char *buf) in module_flags_taint() argument 957 if (test_bit(i, &taints)) in module_flags_taint() 1049 l = module_flags_taint(mk->mod->taints, buffer); in show_taint() 1213 if (!owner || !test_bit(TAINT_PROPRIETARY_MODULE, &owner->taints)) in inherit_taint() 1222 if (!test_bit(TAINT_PROPRIETARY_MODULE, &mod->taints)) { in inherit_taint() 1225 set_bit(TAINT_PROPRIETARY_MODULE, &mod->taints); in inherit_taint() 1238 .gplok = !(mod->taints & (1 << TAINT_PROPRIETARY_MODULE)), in resolve_symbol() [all …]
|
| H A D | internal.h | 130 size_t module_flags_taint(unsigned long taints, char *buf); 261 unsigned long taints; member
|
| H A D | procfs.c | 99 if (mod->taints) in m_show()
|
| /linux/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/kernel/ |
| H A D | tracepoint.c | 526 return mod->taints & ~((1 << TAINT_OOT_MODULE) | (1 << TAINT_CRAP) | in trace_module_has_bad_taint()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-pci | 365 taints the kernel with TAINT_FIRMWARE_WORKAROUND, which
|
| /linux/arch/x86/ |
| H A D | Kconfig | 1341 use this at your own risk. Late loading taints the kernel unless the
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 5167 taints the kernel.
|