tools: Add new "test" taint to kernel-chktaintCommit c272612cb4a2 ("kunit: Taint the kernel when KUnit tests are run")added a new taint flag for when in-kernel tests run. This commit addsrecognit
tools: Add new "test" taint to kernel-chktaintCommit c272612cb4a2 ("kunit: Taint the kernel when KUnit tests are run")added a new taint flag for when in-kernel tests run. This commit addsrecognition of this new flag in kernel-chktaint.With this change the correct reason will be reported if the kernel istainted because of a test run.Amended Commit log: Shuah Khan <skhan@linuxfoundation.org>Reviewed-by: David Gow <davidgow@google.com>Signed-off-by: Joe Fradley <joefradley@google.com>Reviewed-by: Brendan Higgins <brendanhiggins@google.com>Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
show more ...
tools: Fix "the the" in a message in kernel-chktaintThere is a double "the" in a message in kernel-chktaint, fix it.Signed-off-by: Colin Ian King <colin.king@canonical.com>Link: https://lore.ker
tools: Fix "the the" in a message in kernel-chktaintThere is a double "the" in a message in kernel-chktaint, fix it.Signed-off-by: Colin Ian King <colin.king@canonical.com>Link: https://lore.kernel.org/r/20210613202059.80403-1-colin.king@canonical.comSigned-off-by: Jonathan Corbet <corbet@lwn.net>
tools: Fix a typo in kernel-chktaintThis patch fixes a spelling typo in kernel-chktaintSigned-off-by: Masanari Iida <standby24x7@gmail.com>Acked-by: Randy Dunlap <rdunlap@infradead.org>Link: ht
tools: Fix a typo in kernel-chktaintThis patch fixes a spelling typo in kernel-chktaintSigned-off-by: Masanari Iida <standby24x7@gmail.com>Acked-by: Randy Dunlap <rdunlap@infradead.org>Link: https://lore.kernel.org/r/20210402070514.336376-1-standby24x7@gmail.comSigned-off-by: Jonathan Corbet <corbet@lwn.net>
docs: Update documentation to reflect what TAINT_CPU_OUT_OF_SPEC meansHere's a patch updating the meaning of TAINT_CPU_OUT_OF_SPEC afterBorislav introduced changes in a7e1f67ed29f and upcoming pat
docs: Update documentation to reflect what TAINT_CPU_OUT_OF_SPEC meansHere's a patch updating the meaning of TAINT_CPU_OUT_OF_SPEC afterBorislav introduced changes in a7e1f67ed29f and upcoming patches in tip.TAINT_CPU_OUT_OF_SPEC now means a bit more what it implies as theflag isn't set just because of a CPU misconfiguration or mismatch.Historically it was for SMP kernel oops on an officially SMP incapableprocessor but now it also covers CPUs whose MSRs have been incorrectlypoked at from userspace, drivers being used on non supportedarchitectures, broken firmware, mismatched CPUs, ...Update documentation and script to reflect that.Signed-off-by: Mathieu Chouquet-Stringer <me@mathieu.digital>Link: https://lore.kernel.org/r/20201202153244.709752-1-me@mathieu.digitalSigned-off-by: Jonathan Corbet <corbet@lwn.net>
tools: add a kernel-chktaint to tools/debuggingAdd a script to the tools/ directory that shows if or why the runningkernel was tainted. The script was mostly written by Randy Dunlap; Ienhanced th
tools: add a kernel-chktaint to tools/debuggingAdd a script to the tools/ directory that shows if or why the runningkernel was tainted. The script was mostly written by Randy Dunlap; Ienhanced the script a bit. There does not appear to be a good home forthis script. so create tools/debugging for tools of this nature.Signed-off-by: Randy Dunlap <rdunlap@infradead.org>Signed-off-by: Thorsten Leemhuis <linux@leemhuis.info>[ jc: fixed conflicts, rewrote changelog ]Signed-off-by: Jonathan Corbet <corbet@lwn.net>