aboutsummaryrefslogtreecommitdiff
path: root/tools/debugging/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2019-01-08tools: add a kernel-chktaint to tools/debuggingThorsten Leemhuis1-0/+16
Add a script to the tools/ directory that shows if or why the running kernel was tainted. The script was mostly written by Randy Dunlap; I enhanced the script a bit. There does not appear to be a good home for this script. so create tools/debugging for tools of this nature. Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Thorsten Leemhuis <[email protected]> [ jc: fixed conflicts, rewrote changelog ] Signed-off-by: Jonathan Corbet <[email protected]>