Searched refs:taints (Results 1 – 7 of 7) 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 | 198 set_bit(flag, &mod->taints); in add_taint_module() 640 char taints[MODULE_FLAGS_BUF_SIZE]; member 873 strscpy(last_unloaded_module.taints, module_flags(mod, buf, false)); in SYSCALL_DEFINE2() 979 size_t module_flags_taint(unsigned long taints, char *buf) in module_flags_taint() argument 985 if (test_bit(i, &taints)) in module_flags_taint() 1077 l = module_flags_taint(mk->mod->taints, buffer); in show_taint() 1242 if (!owner || !test_bit(TAINT_PROPRIETARY_MODULE, &owner->taints)) in inherit_taint() 1251 if (!test_bit(TAINT_PROPRIETARY_MODULE, &mod->taints)) { in inherit_taint() 1254 set_bit(TAINT_PROPRIETARY_MODULE, &mod->taints); in inherit_taint() 1267 .gplok = !(mod->taints & (1 << TAINT_PROPRIETARY_MODULE)), in resolve_symbol() [all …]
|
| 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/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 | 1345 use this at your own risk. Late loading taints the kernel unless the
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 5258 taints the kernel.
|