Home
last modified time | relevance | path

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

/linux/tools/debugging/
H A Dkernel-chktaint26 taint=$1
38 taint=`cat $TAINTFILE`
41 if [ $taint -eq 0 ]; then
48 T=$taint
107 echo " * taint requested by userspace application (#6)"
187 echo " * auxiliary taint, defined for and used by distros (#16)"
214 echo "Raw taint value as int/string: $taint/'$out'"
218 cnt=`grep [A-Z] /sys/module/*/taint | wc -l` || cnt=0
224 if [ -r /sys/module/$dir/taint ]; the
[all...]
/linux/arch/arm64/kernel/
H A Dcpufeature.c1293 int taint = 0; in update_32bit_cpu_features() local
1309 taint |= check_update_ftr_reg(SYS_ID_DFR0_EL1, cpu, in update_32bit_cpu_features()
1311 taint |= check_update_ftr_reg(SYS_ID_DFR1_EL1, cpu, in update_32bit_cpu_features()
1313 taint |= check_update_ftr_reg(SYS_ID_ISAR0_EL1, cpu, in update_32bit_cpu_features()
1315 taint |= check_update_ftr_reg(SYS_ID_ISAR1_EL1, cpu, in update_32bit_cpu_features()
1317 taint |= check_update_ftr_reg(SYS_ID_ISAR2_EL1, cpu, in update_32bit_cpu_features()
1319 taint |= check_update_ftr_reg(SYS_ID_ISAR3_EL1, cpu, in update_32bit_cpu_features()
1321 taint |= check_update_ftr_reg(SYS_ID_ISAR4_EL1, cpu, in update_32bit_cpu_features()
1323 taint |= check_update_ftr_reg(SYS_ID_ISAR5_EL1, cpu, in update_32bit_cpu_features()
1325 taint |= check_update_ftr_reg(SYS_ID_ISAR6_EL1, cpu, in update_32bit_cpu_features()
[all …]
/linux/arch/x86/include/asm/
H A Dbug.h179 #define __WARN_printf(taint, fmt, arg...) \ argument
180 __WARN_print_arg(BUGFLAG_TAINT(taint), fmt, ## arg)
/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.h151 int taint; /* how much we want to avoid this aoetgt */ member
/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 '
H A Dreporting-issues.rst374taint)”标志标记自己。如果您的内核受到污染,那么您面临的可能是这样的错误。
/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 '
H A Dreporting-issues.rst375taint)”標誌標記自己。如果您的內核受到污染,那麼您面臨的可能是這樣的錯誤。
/linux/tools/testing/selftests/hid/tests/
H A Dbase.py354 taint = taint_file.int_value
358 assert taint_file.int_value == taint
/linux/drivers/staging/
H A DKconfig13 Using any of these drivers will taint your kernel which might
/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c1340 int severity, i, taint = 0; in __mc_scan_banks() local
1368 taint++; in __mc_scan_banks()
1408 return taint; in __mc_scan_banks()
1533 int worst = 0, order, no_way_out, kill_current_task, lmce, taint = 0; in do_machine_check() local
1617 taint = __mc_scan_banks(&err, regs, final, toclear, valid_banks, no_way_out, &worst); in do_machine_check()
1656 if (taint) in do_machine_check()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_reset.c1246 goto taint; in intel_gt_reset()
1268 goto taint; in intel_gt_reset()
1273 goto taint; in intel_gt_reset()
1281 taint: in intel_gt_reset()
/linux/drivers/vfio/
H A DKconfig72 in an unsupportable kernel and will therefore taint the kernel.
/linux/drivers/of/
H A DKconfig32 will taint the kernel with TAINT_TEST. The tests will cause ERROR and
/linux/arch/x86/kernel/cpu/
H A Dcommon.c1651 int taint = 0; in parse_set_clear_cpuid() local
1680 taint++; in parse_set_clear_cpuid()
1716 taint++; in parse_set_clear_cpuid()
1725 return taint; in parse_set_clear_cpuid()
/linux/kernel/module/
H A DKconfig129 --force). Forced module loading sets the 'F' (forced) taint flag and
279 key. Without this, such modules will simply taint the kernel.
H A Dmain.c1083 __ATTR(taint, 0444, show_taint, NULL);
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt802 Note that using this option will taint your kernel.
1744 Warning: use of this parameter will taint the kernel
4861 extra details on the taint flags that users can pick