diff options
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | 2019-08-05 14:56:54 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2019-08-07 15:12:01 +0200 |
commit | 4ab9ab656a6cea5257bfa31f00c922d68f7a5c2f (patch) | |
tree | 1a56807b22f7b5c8773d41dd5dedfa6e00d84b85 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 33920f1ec5bf47c5c0a1d2113989bdd9dfb3fae9 (diff) |
x86/ptrace: Mark expected switch fall-through
Mark switch cases where we are expecting to fall through.
Fix the following warning (Building: allnoconfig i386):
arch/x86/kernel/ptrace.c:202:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (unlikely(value == 0))
^
arch/x86/kernel/ptrace.c:206:2: note: here
default:
^~~~~~~
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Kees Cook <keescook@chromium.org>
Link: https://lkml.kernel.org/r/20190805195654.GA17831@embeddedor
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions