commit | c7cebffea2c7086850e4affeb9f232d34ae30f11 | [log] [tgz] |
---|---|---|
author | Andrii Nakryiko <andriin@fb.com> | Mon Jun 10 10:46:55 2019 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Mon Jun 10 23:39:50 2019 -0700 |
tree | 503c9743c66ea696b84e91f4d821fa12e7824ef7 | |
parent | 0ed3cc4abc10dc71f67a40e0c4b2c5c85e6aec82 [diff] |
selftests/bpf: fix constness of source arg for bpf helpers Fix signature of bpf_probe_read and bpf_probe_write_user to mark source pointer as const. This causes warnings during compilation for applications relying on those helpers. Signed-off-by: Andrii Nakryiko <andriin@fb.com> Acked-by: Martin KaFai Lau <kafai@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>