diff options
author | Kees Cook <keescook@chromium.org> | 2016-06-03 14:16:32 -0400 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2016-06-10 18:57:49 -0400 |
commit | 426f3a53d4a1ffbe228f268e5c4af148686b7346 (patch) | |
tree | 64615ba7abb72227da2053e8d61102a774136aca /drivers/misc | |
parent | 9e197e2f894c0270ffabd314d73c7730b09ac63c (diff) |
lkdtm: clean up after rename
This cleans up comments a bit to improve readability, adjusts the
name of the module after the source file renaming, and corrects the
MAINTAINERS for the upcoming lkdtm files.
Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/lkdtm_core.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/misc/lkdtm_core.c b/drivers/misc/lkdtm_core.c index 0a5cbbe12452..605050c60f10 100644 --- a/drivers/misc/lkdtm_core.c +++ b/drivers/misc/lkdtm_core.c | |||
@@ -1,5 +1,9 @@ | |||
1 | /* | 1 | /* |
2 | * Kprobe module for testing crash dumps | 2 | * Linux Kernel Dump Test Module for testing kernel crashes conditions: |
3 | * induces system failures at predefined crashpoints and under predefined | ||
4 | * operational conditions in order to evaluate the reliability of kernel | ||
5 | * sanity checking and crash dumps obtained using different dumping | ||
6 | * solutions. | ||
3 | * | 7 | * |
4 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
5 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
@@ -19,10 +23,6 @@ | |||
19 | * | 23 | * |
20 | * Author: Ankita Garg <ankita@in.ibm.com> | 24 | * Author: Ankita Garg <ankita@in.ibm.com> |
21 | * | 25 | * |
22 | * This module induces system failures at predefined crashpoints to | ||
23 | * evaluate the reliability of crash dumps obtained using different dumping | ||
24 | * solutions. | ||
25 | * | ||
26 | * It is adapted from the Linux Kernel Dump Test Tool by | 26 | * It is adapted from the Linux Kernel Dump Test Tool by |
27 | * Fernando Luis Vazquez Cao <http://lkdtt.sourceforge.net> | 27 | * Fernando Luis Vazquez Cao <http://lkdtt.sourceforge.net> |
28 | * | 28 | * |
@@ -30,7 +30,7 @@ | |||
30 | * | 30 | * |
31 | * See Documentation/fault-injection/provoke-crashes.txt for instructions | 31 | * See Documentation/fault-injection/provoke-crashes.txt for instructions |
32 | */ | 32 | */ |
33 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 33 | #define pr_fmt(fmt) "lkdtm: " fmt |
34 | 34 | ||
35 | #include <linux/kernel.h> | 35 | #include <linux/kernel.h> |
36 | #include <linux/fs.h> | 36 | #include <linux/fs.h> |