diff options
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2020-01-25 18:52:30 +0300 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2020-01-25 18:52:30 +0300 |
commit | 24589e3a20876dc07c62f45c8f8f8266dd39ba38 (patch) | |
tree | 731bd14092dae05d75a635c4a0bbca5f65dd63ed /Documentation/trace | |
parent | 28394da25888168df379c40910591b95e8e449f7 (diff) | |
download | linux-24589e3a20876dc07c62f45c8f8f8266dd39ba38.tar.xz |
tracing: Use pr_err() instead of WARN() for memory failures
As warnings can trigger panics, especially when "panic_on_warn" is set,
memory failure warnings can cause panics and fail fuzz testers that are
stressing memory.
Create a MEM_FAIL() macro to use instead of WARN() in the tracing code
(perhaps this should be a kernel wide macro?), and use that for memory
failure issues. This should stop failing fuzz tests due to warnings.
Link: https://lore.kernel.org/r/CACT4Y+ZP-7np20GVRu3p+eZys9GPtbu+JpfV+HtsufAzvTgJrg@mail.gmail.com
Suggested-by: Dmitry Vyukov <dvyukov@google.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'Documentation/trace')
0 files changed, 0 insertions, 0 deletions