mbox series

[bpf,0/2] libbpf: Fix loading cgroup_skb/egress with ret in [2, 3]

Message ID cover.1586547735.git.rdna@fb.com
Headers show
Series libbpf: Fix loading cgroup_skb/egress with ret in [2, 3] | expand

Message

Andrey Ignatov April 10, 2020, 7:53 p.m. UTC
This patch set fixes loading cgroup_skb egress programs that return values
2 or 3 and adds selftest for newly added section name.

See patch 1 for details on the fix.


Andrey Ignatov (2):
  libbpf: Fix loading cgroup_skb/egress with ret in [2, 3]
  selftests/bpf: Test cgroup_skb/egress/expected section name

 tools/lib/bpf/libbpf.c                                 | 2 ++
 tools/testing/selftests/bpf/prog_tests/section_names.c | 5 +++++
 2 files changed, 7 insertions(+)