mbox series

[bpf-next,0/3] Add missing types to bpftool, libbpf

Message ID cover.1523914232.git.rdna@fb.com
Headers show
Series Add missing types to bpftool, libbpf | expand

Message

Andrey Ignatov April 16, 2018, 9:41 p.m. UTC
Add support for various BPF prog types and attach types that have been added to
kernel recently but not to bpftool or libbpf yet.


Andrey Ignatov (3):
  bpftool: Add missing prog types and attach types
  libbpf: Support guessing post_bind{4,6} progs
  libbpf: Type functions for raw tracepoints

 tools/bpf/bpftool/cgroup.c | 19 ++++++++++++++++---
 tools/bpf/bpftool/prog.c   |  3 +++
 tools/lib/bpf/libbpf.c     |  8 ++++++++
 tools/lib/bpf/libbpf.h     |  2 ++
 4 files changed, 29 insertions(+), 3 deletions(-)