]> git.baikalelectronics.ru Git - kernel.git/commit
lkdtm: rename globals for clarity
authorKees Cook <keescook@chromium.org>
Wed, 29 Jun 2016 15:02:32 +0000 (08:02 -0700)
committerKees Cook <keescook@chromium.org>
Thu, 7 Jul 2016 18:09:25 +0000 (11:09 -0700)
commita87ce7e9b7a6cc023ca158b31c304d8876e9873b
tree4f64c545ed1502313d0dc452fdfb10db3bf71e90
parent3a8dd0b2c22763e5e89c7e63ade8924002621045
lkdtm: rename globals for clarity

The global variables used to track the active crashpoint and crashtype
are hard to distinguish from local variable names, so add a "lkdtm_"
prefix to them (or in the case of "lkdtm", add a "_jprobe" suffix).

Signed-off-by: Kees Cook <keescook@chromium.org>
drivers/misc/lkdtm_core.c