]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: expand section tests for test_section_names
authorDaniel Borkmann <daniel@iogearbox.net>
Thu, 6 Jun 2019 23:49:02 +0000 (01:49 +0200)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 6 Jun 2019 23:53:12 +0000 (16:53 -0700)
commit47b510b1464788f1f65ed2eff57b6804b052ae2b
tree6e6832ee09a3fbe20df3c65f28657159b38dd11d
parent850fb892cb4667603a466798d07d2874de543be6
bpf: expand section tests for test_section_names

Add cgroup/recvmsg{4,6} to test_section_names as well. Test run output:

  # ./test_section_names
  libbpf: failed to guess program type based on ELF section name 'InvAliD'
  libbpf: supported section(type) names are: [...]
  libbpf: failed to guess attach type based on ELF section name 'InvAliD'
  libbpf: attachable section(type) names are: [...]
  libbpf: failed to guess program type based on ELF section name 'cgroup'
  libbpf: supported section(type) names are: [...]
  libbpf: failed to guess attach type based on ELF section name 'cgroup'
  libbpf: attachable section(type) names are: [...]
  Summary: 38 PASSED, 0 FAILED

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/test_section_names.c