mirror of
https://github.com/torvalds/linux.git
synced 2024-12-12 22:23:55 +00:00
lkdtm: Note that lkdtm_kernel_info should be removed in the future
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>
This commit is contained in:
parent
1360572566
commit
861dc0d7fd
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user