2019-01-17 10:27 UTC+0100 ~ Daniel Borkmann <dan...@iogearbox.net>
On 01/17/2019 01:42 AM, Jakub Kicinski wrote:
On Wed, 16 Jan 2019 14:21:14 +0000, Quentin Monnet wrote:
diff --git a/tools/lib/bpf/libbpf.map b/tools/lib/bpf/libbpf.map
index cd02cd4e2cc3..6355e4c80a86 100644
--- a/tools/lib/bpf/libbpf.map
+++ b/tools/lib/bpf/libbpf.map
@@ -56,6 +56,7 @@ LIBBPF_0.0.1 {
bpf_object__unpin_maps;
bpf_object__unpin_programs;
bpf_perf_event_read_simple;
+ bpf_probe_prog_type;
I think you have to start a new 0.0.2 section now, no?
Yeah agree, 0.0.2 since this will go into a different kernel release
than the current functions.
Oh I had not realised that, thanks. I'll fix and send v5.