Home
last modified time | relevance | path

Searched refs:taint (Results 1 – 25 of 42) sorted by relevance

12

/openbmc/linux/include/asm-generic/
H A Dbug.h16 #define BUGFLAG_TAINT(taint) ((taint) << 8) argument
27 void __warn(const char *file, int line, void *caller, unsigned taint,
91 void warn_slowpath_fmt(const char *file, const int line, unsigned taint,
97 #define __WARN_printf(taint, arg...) do { \ argument
99 warn_slowpath_fmt(__FILE__, __LINE__, taint, arg); \
104 #define __WARN_printf(taint, arg...) do { \ argument
107 __WARN_FLAGS(BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\
139 #define WARN_TAINT(condition, taint, format...) ({ \ argument
142 __WARN_printf(taint, format); \
154 #define WARN_TAINT_ONCE(condition, taint, format...) \ argument
[all …]
/openbmc/linux/tools/debugging/
H A Dkernel-chktaint26 taint=$1
38 taint=`cat $TAINTFILE`
41 if [ $taint -eq 0 ]; then
48 T=$taint
210 echo "Raw taint value as int/string: $taint/'$out'"
/openbmc/qemu/scripts/
H A Dvmstate-static-checker.py27 taint = 0 variable
30 global taint
34 if taint < 255:
35 taint = taint + 1
434 return taint
/openbmc/linux/arch/arm64/kernel/
H A Dcpufeature.c1147 int taint = 0; in update_32bit_cpu_features() local
1163 taint |= check_update_ftr_reg(SYS_ID_DFR0_EL1, cpu, in update_32bit_cpu_features()
1165 taint |= check_update_ftr_reg(SYS_ID_DFR1_EL1, cpu, in update_32bit_cpu_features()
1167 taint |= check_update_ftr_reg(SYS_ID_ISAR0_EL1, cpu, in update_32bit_cpu_features()
1169 taint |= check_update_ftr_reg(SYS_ID_ISAR1_EL1, cpu, in update_32bit_cpu_features()
1171 taint |= check_update_ftr_reg(SYS_ID_ISAR2_EL1, cpu, in update_32bit_cpu_features()
1173 taint |= check_update_ftr_reg(SYS_ID_ISAR3_EL1, cpu, in update_32bit_cpu_features()
1175 taint |= check_update_ftr_reg(SYS_ID_ISAR4_EL1, cpu, in update_32bit_cpu_features()
1177 taint |= check_update_ftr_reg(SYS_ID_ISAR5_EL1, cpu, in update_32bit_cpu_features()
1179 taint |= check_update_ftr_reg(SYS_ID_ISAR6_EL1, cpu, in update_32bit_cpu_features()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_utils.c54 void add_taint_for_CI(struct drm_i915_private *i915, unsigned int taint) in add_taint_for_CI() argument
57 taint, (void *)_RET_IP_); in add_taint_for_CI()
61 __add_taint_for_CI(taint); in add_taint_for_CI()
H A Di915_utils.h357 void add_taint_for_CI(struct drm_i915_private *i915, unsigned int taint);
358 static inline void __add_taint_for_CI(unsigned int taint) in __add_taint_for_CI() argument
366 add_taint(taint, LOCKDEP_STILL_OK); in __add_taint_for_CI()
/openbmc/linux/kernel/
H A Dpanic.c660 void __warn(const char *file, int line, void *caller, unsigned taint, in __warn() argument
692 add_taint(taint, LOCKDEP_STILL_OK); in __warn()
697 void warn_slowpath_fmt(const char *file, int line, unsigned taint, in warn_slowpath_fmt() argument
706 __warn(file, line, __builtin_return_address(0), taint, in warn_slowpath_fmt()
714 __warn(file, line, __builtin_return_address(0), taint, NULL, &args); in warn_slowpath_fmt()
/openbmc/linux/Documentation/admin-guide/
H A Dtainted-kernels.rst12 Note the kernel will remain tainted even after you undo what caused the taint
66 a more details explanation of the various taint flags.
67 Raw taint value as int/string: 4609/'P W O '
73 a particular type of taint. It's best to leave that to the aforementioned
91 6 _/U 64 taint requested by userspace application
101 16 _/X 65536 auxiliary taint, defined for and used by distros
163 (Though some warnings may set more specific taint flags.)
179 16) ``X`` Auxiliary taint, defined for and used by Linux distributors.
/openbmc/linux/drivers/block/aoe/
H A Daoecmd.c267 if (!t->taint) { in newframe()
272 && (use_tainted || !t->taint) in newframe()
660 if (t->taint) { in rexmit_deferred()
678 } else if (tsince_hr(f) < t->taint * rto(d)) { in rexmit_deferred()
711 n = t->taint++; in scorn()
712 t->taint += t->taint * 2; in scorn()
713 if (n > t->taint) in scorn()
714 t->taint = n; in scorn()
715 if (t->taint > MAX_TAINT) in scorn()
716 t->taint = MAX_TAINT; in scorn()
[all …]
H A Daoe.h150 int taint; /* how much we want to avoid this aoetgt */ member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/
H A Dlibdbi-perl_1.646.bb20 # test requires "-T" (taint) command line option
22 rm -rf ${B}/t/13taint.t
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/
H A Dtainted-kernels.rst69 a more details explanation of the various taint flags.
70 Raw taint value as int/string: 4609/'P W O '
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/
H A Dtainted-kernels.rst66 a more details explanation of the various taint flags.
67 Raw taint value as int/string: 4609/'P W O '
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-module51 What: /sys/module/*/taint
55 Description: Module taint flags:
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dsiggen.py325 taint = None
328 taint = taintf.read()
331 return taint
373 taint = str(uuid.uuid4())
374 self.taints[tid] = "nostamp:" + taint
376 taint = self.read_taint(mcfn, task, dataCaches[mc].stamp[mcfn])
377 if taint:
378 self.taints[tid] = taint
462 taint = self.read_taint(mcfn, task, referencestamp)
463 if taint:
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libhtml/
H A Dlibhtml-tagset-perl_3.20.bb24 # requires "-T" (taint) command line option
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dbase.py266 taint = taint_file.int_value
270 assert taint_file.int_value == taint
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/liberror/
H A Dliberror-perl_0.17029.bb43 # test requires "-T" (taint) command line option
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcgi/
H A Dlibcgi-perl_4.67.bb27 # requires "-T" (taint) command line option
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/liburi/
H A Dliburi-perl_5.31.bb29 # these tests require "-T" (taint) command line option
/openbmc/linux/drivers/staging/
H A DKconfig13 Using any of these drivers will taint your kernel which might
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/
H A Dlibxml-libxml-perl_2.0134.bb60 # test requires "-T" (taint) command line option
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c1254 int severity, i, taint = 0; in __mc_scan_banks() local
1281 taint++; in __mc_scan_banks()
1321 return taint; in __mc_scan_banks()
1444 int worst = 0, order, no_way_out, kill_current_task, lmce, taint = 0; in do_machine_check() local
1525 taint = __mc_scan_banks(&m, regs, final, toclear, valid_banks, no_way_out, &worst); in do_machine_check()
1564 if (taint) in do_machine_check()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_reset.c1223 goto taint; in intel_gt_reset()
1244 goto taint; in intel_gt_reset()
1249 goto taint; in intel_gt_reset()
1257 taint: in intel_gt_reset()
/openbmc/linux/drivers/of/
H A DKconfig27 will taint the kernel with TAINT_TEST. The tests will cause ERROR and

12