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, 9 Jun 2023 11:20:44 +0000 (13:20 +0200)
commit436e477430d224e533b96cb25cdc5923c62c0390
treeb7f6b75c541dcdf61b38b511de6e01f94a011646
parent11677aa44cc0ab423c520201ce067be2bdef730f
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>
(cherry picked from commit 3886ea9b87c416c080078603fedea95bcc144442)
package/devel/kselftests-bpf/Makefile [new file with mode: 0644]