kselftests-bpf: add kernel BPF tests
authorTony Ambardar <itugrok@yahoo.com>
Mon, 17 May 2021 18:57:40 +0000 (11:57 -0700)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 2 Jun 2023 18:59:05 +0000 (20:59 +0200)
commit3886ea9b87c416c080078603fedea95bcc144442
treed841fa91d3c872496483df12bd5e288daf548812
parent04981c716acab6b7a81f672f217e5c47ee42a0b6
kselftests-bpf: add kernel BPF tests

Build and package kernel self-tests used for BPF testing, program and JIT
development. This package, together with the existing 'kmod-bpf-test', was
extensively used for past upstream Linux JIT submissions [1].

Currently this includes only 'test_verifier'; building 'test_progs' will
fail due to known endian limitations with bpftool skeletons.

[1]:https://lore.kernel.org/bpf/cover.1633392335.git.Tony.Ambardar@gmail.com

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
package/devel/kselftests-bpf/Makefile [new file with mode: 0644]