lkdtm: Note that lkdtm_kernel_info should be removed in the future
authorKees Cook <keescook@chromium.org>
Sun, 12 Sep 2021 22:27:52 +0000 (15:27 -0700)
committerKees Cook <keescook@chromium.org>
Thu, 16 Dec 2021 23:54:36 +0000 (15:54 -0800)
As per Linus's request, remove lkdtm_kernel_info once sufficient
reporting exists in CI systems:
https://lore.kernel.org/lkml/CAHk-=wiFvfkoFixTapvvyPMN9pq5G-+Dys2eSyBa1vzDGAO5+A@mail.gmail.com

Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
drivers/misc/lkdtm/core.c

index 609d9ee2acc060b135ef67dafc20ca7bee48d163..d4c6cdced37b43f19c19bac87a0048717a06dd58 100644 (file)
@@ -212,7 +212,11 @@ module_param(cpoint_count, int, 0644);
 MODULE_PARM_DESC(cpoint_count, " Crash Point Count, number of times the "\
                                "crash point is to be hit to trigger action");
 
-/* For test debug reporting. */
+/*
+ * For test debug reporting when CI systems provide terse summaries.
+ * TODO: Remove this once reasonable reporting exists in most CI systems:
+ * https://lore.kernel.org/lkml/CAHk-=wiFvfkoFixTapvvyPMN9pq5G-+Dys2eSyBa1vzDGAO5+A@mail.gmail.com
+ */
 char *lkdtm_kernel_info;
 
 /* Return the crashtype number or NULL if the name is invalid */