Searched refs:taint (Results 1 – 15 of 15) sorted by relevance
| /linux/tools/debugging/ |
| H A D | kernel-chktaint | 26 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/drivers/block/aoe/ |
| H A D | aoecmd.c | 267 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 D | aoe.h | 151 int taint; /* how much we want to avoid this aoetgt */ member
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | tainted-kernels.rst | 66 a more details explanation of the various taint flags. 67 Raw taint value as int/string: 4609/'P W O '
|
| H A D | reporting-issues.rst | 374 (taint)”标志标记自己。如果您的内核受到污染,那么您面临的可能是这样的错误。
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | tainted-kernels.rst | 69 a more details explanation of the various taint flags. 70 Raw taint value as int/string: 4609/'P W O '
|
| H A D | reporting-issues.rst | 375 (taint)”標誌標記自己。如果您的內核受到污染,那麼您面臨的可能是這樣的錯誤。
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | base.py | 354 taint = taint_file.int_value 358 assert taint_file.int_value == taint
|
| /linux/drivers/staging/ |
| H A D | Kconfig | 13 Using any of these drivers will taint your kernel which might
|
| /linux/arch/x86/kernel/cpu/mce/ |
| H A D | core.c | 1337 int severity, i, taint = 0; in __mc_scan_banks() local 1365 taint++; in __mc_scan_banks() 1405 return taint; in __mc_scan_banks() 1530 int worst = 0, order, no_way_out, kill_current_task, lmce, taint = 0; in do_machine_check() local 1614 taint = __mc_scan_banks(&err, regs, final, toclear, valid_banks, no_way_out, &worst); in do_machine_check() 1653 if (taint) in do_machine_check()
|
| /linux/drivers/of/ |
| H A D | Kconfig | 32 will taint the kernel with TAINT_TEST. The tests will cause ERROR and
|
| /linux/kernel/module/ |
| H A D | Kconfig | 129 --force). Forced module loading sets the 'F' (forced) taint flag and 279 key. Without this, such modules will simply taint the kernel.
|
| H A D | main.c | 1083 __ATTR(taint, 0444, show_taint, NULL); 1252 pr_warn("%s: module uses symbols %s from proprietary module %s, inheriting taint.\n", in inherit_taint() 2580 * These calls taint the kernel depending certain module circumstances */ in module_augment_kernel_taints()
|
| /linux/Documentation/arch/x86/ |
| H A D | cpuinfo.rst | 192 culprit. If you use it, it'll taint the kernel.
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 1724 Warning: use of this parameter will taint the kernel 4874 extra details on the taint flags that users can pick
|