/kernel/linux/linux-5.10/include/asm-generic/ |
D | bug.h | 15 #define BUGFLAG_TAINT(taint) ((taint) << 8) argument 84 void warn_slowpath_fmt(const char *file, const int line, unsigned taint, 87 #define __WARN_printf(taint, arg...) do { \ argument 89 warn_slowpath_fmt(__FILE__, __LINE__, taint, arg); \ 95 #define __WARN_printf(taint, arg...) do { \ argument 98 __WARN_FLAGS(BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\ 114 void __warn(const char *file, int line, void *caller, unsigned taint, 135 #define WARN_TAINT(condition, taint, format...) ({ \ argument 138 __WARN_printf(taint, format); \ 166 #define WARN_TAINT_ONCE(condition, taint, format...) ({ \ argument [all …]
|
/kernel/linux/linux-5.10/tools/debugging/ |
D | kernel-chktaint | 26 taint=$1 38 taint=`cat $TAINTFILE` 41 if [ $taint -eq 0 ]; then 48 T=$taint 201 echo "Raw taint value as int/string: $taint/'$out'"
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
D | cpufeature.c | 951 int taint = 0; in update_32bit_cpu_features() local 960 return taint; in update_32bit_cpu_features() 975 taint |= check_update_ftr_reg(SYS_ID_DFR0_EL1, cpu, in update_32bit_cpu_features() 977 taint |= check_update_ftr_reg(SYS_ID_DFR1_EL1, cpu, in update_32bit_cpu_features() 979 taint |= check_update_ftr_reg(SYS_ID_ISAR0_EL1, cpu, in update_32bit_cpu_features() 981 taint |= check_update_ftr_reg(SYS_ID_ISAR1_EL1, cpu, in update_32bit_cpu_features() 983 taint |= check_update_ftr_reg(SYS_ID_ISAR2_EL1, cpu, in update_32bit_cpu_features() 985 taint |= check_update_ftr_reg(SYS_ID_ISAR3_EL1, cpu, in update_32bit_cpu_features() 987 taint |= check_update_ftr_reg(SYS_ID_ISAR4_EL1, cpu, in update_32bit_cpu_features() 989 taint |= check_update_ftr_reg(SYS_ID_ISAR5_EL1, cpu, in update_32bit_cpu_features() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
D | i915_utils.c | 52 void add_taint_for_CI(struct drm_i915_private *i915, unsigned int taint) in add_taint_for_CI() argument 55 taint, (void *)_RET_IP_); in add_taint_for_CI() 59 __add_taint_for_CI(taint); in add_taint_for_CI()
|
D | i915_utils.h | 426 void add_taint_for_CI(struct drm_i915_private *i915, unsigned int taint); 427 static inline void __add_taint_for_CI(unsigned int taint) in __add_taint_for_CI() argument 435 add_taint(taint, LOCKDEP_STILL_OK); in __add_taint_for_CI()
|
/kernel/linux/linux-5.10/kernel/ |
D | panic.c | 576 void __warn(const char *file, int line, void *caller, unsigned taint, in __warn() argument 616 add_taint(taint, LOCKDEP_STILL_OK); in __warn() 620 void warn_slowpath_fmt(const char *file, int line, unsigned taint, in warn_slowpath_fmt() argument 628 __warn(file, line, __builtin_return_address(0), taint, in warn_slowpath_fmt() 635 __warn(file, line, __builtin_return_address(0), taint, NULL, &args); in warn_slowpath_fmt()
|
D | module.c | 1270 __ATTR(taint, 0444, show_taint, NULL);
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
D | tainted-kernels.rst | 12 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 143 (Though some warnings may set more specific taint flags.) 159 16) ``X`` Auxiliary taint, defined for and used by Linux distributors.
|
D | bug-hunting.rst | 61 "(...)", where the taint flags are described in
|
D | kernel-parameters.txt | 1378 Warning: use of this parameter will taint the kernel 3605 extra details on the taint flags that users can pick
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-module | 44 What: /sys/module/*/taint 48 Description: Module taint flags:
|
/kernel/linux/linux-5.10/drivers/block/aoe/ |
D | aoecmd.c | 268 if (!t->taint) { in newframe() 273 && (use_tainted || !t->taint) in newframe() 653 if (t->taint) { in rexmit_deferred() 671 } else if (tsince_hr(f) < t->taint * rto(d)) { in rexmit_deferred() 704 n = t->taint++; in scorn() 705 t->taint += t->taint * 2; in scorn() 706 if (n > t->taint) in scorn() 707 t->taint = n; in scorn() 708 if (t->taint > MAX_TAINT) in scorn() 709 t->taint = MAX_TAINT; in scorn() [all …]
|
D | aoe.h | 150 int taint; /* how much we want to avoid this aoetgt */ member
|
D | aoeblk.c | 141 seq_printf(s, "\ttaint:%d\n", (*t)->taint); in aoedisk_debugfs_show()
|
/kernel/linux/linux-5.10/drivers/vfio/ |
D | Kconfig | 41 in an unsupportable kernel and will therefore taint the kernel.
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
D | intel_reset.c | 1076 goto taint; in intel_gt_reset() 1097 goto taint; in intel_gt_reset() 1102 goto taint; in intel_gt_reset() 1110 taint: in intel_gt_reset()
|
/kernel/linux/linux-5.10/drivers/staging/ |
D | Kconfig | 13 Using any of these drivers will taint your kernel which might
|
/kernel/linux/linux-5.10/Documentation/admin-guide/sysctl/ |
D | kernel.rst | 1338 64 `(U)` taint requested by userspace application 1348 65536 `(X)` Auxiliary taint, defined and used by for distros
|
/kernel/linux/linux-5.10/init/ |
D | Kconfig | 2169 --force). Forced module loading sets the 'F' (forced) taint flag and 2250 key. Without this, such modules will simply taint the kernel.
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0001_linux_arch.patch | 14314 taint |= check_update_ftr_reg(SYS_ID_AA64ISAR1_EL1, cpu, 14316 - taint |= check_update_ftr_reg(SYS_ID_AA64ISAR2_EL1, cpu,
|