]> git.ipfire.org Git - thirdparty/linux.git/commit - tools/Makefile
tools: add a kernel-chktaint to tools/debugging
authorThorsten Leemhuis <linux@leemhuis.info>
Tue, 8 Jan 2019 19:40:06 +0000 (20:40 +0100)
committerJonathan Corbet <corbet@lwn.net>
Tue, 8 Jan 2019 23:29:52 +0000 (16:29 -0700)
commit4ab5a5d2a4a2289c2af07accbec7170ca5671f41
treeca2eeac3a029e810e3ddc65675658bf8db5d5ce4
parent8fe28cb58bcb235034b64cbbb7550a8a43fd88be
tools: add a kernel-chktaint to tools/debugging

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 <rdunlap@infradead.org>
Signed-off-by: Thorsten Leemhuis <linux@leemhuis.info>
[ jc: fixed conflicts, rewrote changelog ]
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
tools/Makefile
tools/debugging/Makefile [new file with mode: 0644]
tools/debugging/kernel-chktaint [new file with mode: 0755]