Home
last modified time | relevance | path

Searched refs:taints (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/kernel/module/
H A Dtracking.c26 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 Dmain.c167 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()
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()
1100 if (!test_bit(TAINT_PROPRIETARY_MODULE, &mod->taints)) { in inherit_taint()
1103 set_bit(TAINT_PROPRIETARY_MODULE, &mod->taints); in inherit_taint()
3225 if (!mod->taints && !show_state) in module_flags()
3227 if (mod->taints || in module_flags()
3231 bx += module_flags_taint(mod->taints, buf + bx); in module_flags()
[all …]
H A Dinternal.h113 size_t module_flags_taint(unsigned long taints, char *buf);
255 unsigned long taints; member
H A Dprocfs.c99 if (mod->taints) in m_show()
/openbmc/linux/include/trace/events/
H A Dmodule.h38 __field( unsigned int, taints )
43 __entry->taints = mod->taints;
47 TP_printk("%s %s", __get_str(name), show_module_flags(__entry->taints))
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dsiggen.py82 self.taints = {}
229 self.taints = {}
371 if tid in self.taints and self.taints[tid].startswith("nostamp:"):
377 self.taints[tid] = "nostamp:" + taint
381 self.taints[tid] = taint
398 if tid in self.taints:
400 data += self.taints[tid][8:]
402 data += self.taints[tid]
472 if runtime and tid in self.taints:
473 if 'nostamp:' in self.taints[tid]:
[all …]
/openbmc/linux/drivers/gpu/drm/i915/
H A DKconfig68 probing an unsupported device taints the kernel. It is recommended to
/openbmc/linux/kernel/
H A Dtracepoint.c573 return mod->taints & ~((1 << TAINT_OOT_MODULE) | (1 << TAINT_CRAP) | in trace_module_has_bad_taint()
/openbmc/linux/include/linux/
H A Dmodule.h465 unsigned long taints; /* same bits as kernel:taint_flags */ member
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-pci354 taints the kernel with TAINT_FIRMWARE_WORKAROUND, which
/openbmc/openbmc/poky/meta/recipes-core/systemd/
H A Dsystemd_255.4.bb13 # unmerged-usr support is deprecated upstream, taints the system and will be
/openbmc/linux/Documentation/admin-guide/
H A Dreporting-issues.rst528 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 Dkernel-parameters.txt4469 taints the kernel.
/openbmc/linux/arch/x86/
H A DKconfig1326 use this at your own risk. Late loading taints the kernel too.