Home
last modified time | relevance | path

Searched refs:tainted (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/security/
H A Dmitigation-patching.sh37 tainted=$(cat /proc/sys/kernel/tainted)
38 if [[ "$tainted" -ne 0 ]]; then
39 echo "Error: kernel already tainted!" >&2
71 tainted=$(cat /proc/sys/kernel/tainted)
72 if [[ "$tainted" -ne 0 ]]; then
73 echo "Error: kernel became tainted!" >&2
/kernel/linux/linux-5.10/tools/debugging/
H A Dkernel-chktaint13 Call without parameters to decode /proc/sys/kernel/tainted.
16 retrieved from /proc/sys/kernel/tainted on another system.
32 TAINTFILE="/proc/sys/kernel/tainted"
45 echo "Kernel is \"tainted\" for the following reasons:"
199 echo " Documentation/admin-guide/tainted-kernels.rst in the the Linux kernel sources"
200 echo " or https://kernel.org/doc/html/latest/admin-guide/tainted-kernels.html"
/kernel/linux/linux-6.6/tools/debugging/
H A Dkernel-chktaint13 Call without parameters to decode /proc/sys/kernel/tainted.
16 retrieved from /proc/sys/kernel/tainted on another system.
32 TAINTFILE="/proc/sys/kernel/tainted"
45 echo "Kernel is \"tainted\" for the following reasons:"
208 echo " Documentation/admin-guide/tainted-kernels.rst in the Linux kernel sources"
209 echo " or https://kernel.org/doc/html/latest/admin-guide/tainted-kernels.html"
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_osnoise.c352 bool tainted; /* infor users and developers about a problem */ member
422 if (osnoise_data.tainted) in print_osnoise_headers()
423 seq_puts(s, "# osnoise is tainted!\n"); in print_osnoise_headers()
451 if (osnoise_data.tainted) in print_osnoise_headers()
452 seq_puts(s, "# osnoise is tainted!\n"); in print_osnoise_headers()
487 osnoise_data.tainted = true; \

Completed in 4 milliseconds