Searched refs:taints (Results 1 – 10 of 10) sorted by relevance
/linux/kernel/module/ |
H A 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()
|
H A D | main.c | 169 set_bit(flag, &mod->taints); in add_taint_module() 568 char taints[MODULE_FLAGS_BUF_SIZE]; in already_uses() 797 /* Store the name and taints of the last unloaded module for diagnostic purposes */ in symbol_put_addr() 799 strscpy(last_unloaded_module.taints, module_flags(mod, buf, false), sizeof(last_unloaded_module.taints)); in symbol_put_addr() 907 size_t module_flags_taint(unsigned long taints, char *buf) in show_initstate() 913 if (taint_flags[i].module && test_bit(i, &taints)) in store_uevent() 1005 l = module_flags_taint(mk->mod->taints, buffer); in try_to_force_load() 1125 if (!owner || !test_bit(TAINT_PROPRIETARY_MODULE, &owner->taints)) in resolve_symbol() 1134 if (!test_bit(TAINT_PROPRIETARY_MODULE, &mod->taints)) { in resolve_symbol() 536 char taints[MODULE_FLAGS_BUF_SIZE]; global() member 875 module_flags_taint(unsigned long taints,char * buf) module_flags_taint() argument [all...] |
H A D | internal.h | 118 size_t module_flags_taint(unsigned long taints, char *buf); 260 unsigned long taints; 255 unsigned long taints; global() 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/include/linux/ |
H A D | module.h | 473 unsigned long taints; /* same bits as kernel:taint_flags */ member
|
/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/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 | 4643 taints the kernel.
|
/linux/arch/x86/ |
H A D | Kconfig | 1354 use this at your own risk. Late loading taints the kernel unless the
|