Lines Matching +full:non +full:- +full:live
2 ---------------
16 ('kernel oops') or a non-recoverable error ('kernel panic') and writes debug
30 CPU: 0 PID: 4424 Comm: insmod Tainted: P W O 4.20.0-0.rc6.fc30 #1
43 a warning occurred (``W``), and an externally-built module was loaded (``O``).
53 decode that number is the script ``tools/debugging/kernel-chktaint``, which your
54 distribution might ship as part of a package called ``linux-tools`` or
55 ``kernel-tools``; if it doesn't you can download the script from
56 …git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/tools/debugging/kernel-chktaint>`_
57 and execute it with ``sh kernel-chktaint``, which would print something like
63 * Externally-built ('out-of-tree') module was loaded (#12)
64 See Documentation/admin-guide/tainted-kernels.rst in the Linux kernel or
65 https://www.kernel.org/doc/html/latest/admin-guide/tainted-kernels.html for
77 $ for i in $(seq 18); do echo $(($i-1)) $(($(cat /proc/sys/kernel/tainted)>>($i-1)&1));done
97 12 _/O 4096 externally-built ("out-of-tree") module was loaded
100 15 _/K 32768 kernel has been live patched
103 18 _/N 262144 an in-kernel test has been run
117 1) ``F`` if any module was force loaded by ``insmod -f``, ``' '`` if all
125 - on x86: PAE is forced through forcepae on intel CPUs (such as Pentium M)
127 kernel is running on non officially capable SMP Athlon CPUs, MSRs are
129 - on arm: kernel running on certain CPUs (such as Keystone 2) without
131 - on arm64: there are mismatched hardware features between CPUs, the
133 - certain drivers are being used on non supported architectures (such as
134 scsi/snic on something else than x86_64, scsi/ips on non
136 irqchip/irq-gic on arm64 ...).
137 - x86/x86_64: Microcode late loading is dangerous and will result in
144 3) ``R`` if a module was force unloaded by ``rmmod -f``, ``' '`` if all
150 5) ``B`` If a page-release function has found a bad page reference or some
170 12) ``O`` if an externally-built ("out-of-tree") module has been loaded.
177 15) ``K`` if the kernel has been live patched.