diff options
author | Kees Cook <keescook@chromium.org> | 2019-08-19 20:24:52 +0300 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2019-08-19 21:13:21 +0300 |
commit | 1ee170ea3f0dcf3a4b34f7e7c36559e84bb0d3d6 (patch) | |
tree | 103a354bd200370888a73fe1ebdb2e1ad517f735 /include/linux/timekeeper_internal.h | |
parent | b0eb93cfd516201ccf0e4d36e226cfe1b16cc1fe (diff) | |
download | linux-1ee170ea3f0dcf3a4b34f7e7c36559e84bb0d3d6.tar.xz |
lkdtm: Split WARNING into separate tests
There are three paths through the kernel code exception logging:
- BUG (no configurable printk message)
- WARN_ON (no configurable printk message)
- WARN (configurable printk message)
LKDTM was not testing WARN_ON(). This is needed to evaluate the placement
of the "cut here" line, which needs special handling in each of the
three exceptions (and between architectures that implement instruction
exceptions to implement the code exceptions).
Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'include/linux/timekeeper_internal.h')
0 files changed, 0 insertions, 0 deletions