diff options
author | Alexei Starovoitov <[email protected]> | 2019-10-28 20:24:26 -0700 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2019-10-30 16:22:55 +0100 |
commit | 15ab09bdca616538597fe4d2eb4db3c2d28716ba (patch) | |
tree | 6bfe97e74e387d3b4941d653bac5aafc3c2cc83d /tools/perf/scripts/python/check-perf-trace.py | |
parent | a566e35f1e8b4b3be1e96a804d1cca38b578167c (diff) |
bpf: Enforce 'return 0' in BTF-enabled raw_tp programs
The return value of raw_tp programs is ignored by __bpf_trace_run()
that calls them. The verifier also allows any value to be returned.
For BTF-enabled raw_tp lets enforce 'return 0', so that return value
can be used for something in the future.
Signed-off-by: Alexei Starovoitov <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Acked-by: Andrii Nakryiko <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions