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()
873 size_t module_flags_taint(unsigned long taints, char *buf) in module_flags_taint() argument
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()
1091 if (!owner || !test_bit(TAINT_PROPRIETARY_MODULE, &owner->taints)) in inherit_taint()
1100 if (!test_bit(TAINT_PROPRIETARY_MODULE, &mod->taints)) { in inherit_taint()
1103 set_bit(TAINT_PROPRIETARY_MODULE, &mod->taints); in inherit_taint()
1116 .gplok = !(mod->taints & (1 << TAINT_PROPRIETARY_MODULE)), in resolve_symbol()
[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 = {}
187 …untaskdeps, self.taskhash, self.unihash, self.file_checksum_values, self.taints, self.basehash, se…
190 …self.runtaskdeps, self.taskhash, self.unihash, self.file_checksum_values, self.taints, self.baseha…
226 self.taints = {}
368 if tid in self.taints and self.taints[tid].startswith("nostamp:"):
374 self.taints[tid] = "nostamp:" + taint
378 self.taints[tid] = taint
395 if tid in self.taints:
396 if self.taints[tid].startswith("nostamp:"):
397 data += self.taints[tid][8:]
[all …]
/openbmc/linux/drivers/gpu/drm/i915/
H A DKconfig68 probing an unsupported device taints the kernel. It is recommended to
/openbmc/linux/include/linux/
H A Dmodule.h465 unsigned long taints; /* same bits as kernel:taint_flags */ member
/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/Documentation/ABI/testing/
H A Dsysfs-bus-pci365 taints the kernel with TAINT_FIRMWARE_WORKAROUND, which
/openbmc/openbmc/poky/meta/recipes-core/systemd/
H A Dsystemd_257.1.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.txt4474 taints the kernel.
/openbmc/linux/arch/x86/
H A DKconfig1327 use this at your own risk. Late loading taints the kernel unless the