From: Felix Maurer <[email protected]> kernel.spec: package unstripped test_progs-no_alu32
Some bpf selftests require symbols in the test binary to pass. We already ship kselftests/bpf/test_progs unstripped. Package the no_alu32 variant of the test binary unstripped as well. Signed-off-by: Felix Maurer <[email protected]> diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index blahblah..blahblah 100644 --- a/redhat/kernel.spec.template +++ b/redhat/kernel.spec.template @@ -2579,6 +2579,7 @@ for dir in bpf bpf/no_alu32 bpf/progs; do done ln -sr %{buildroot}%{_libexecdir}/kselftests/bpf/bpftool %{buildroot}%{_libexecdir}/kselftests/bpf/no_alu32/bpftool %buildroot_save_unstripped "usr/libexec/kselftests/bpf/test_progs" +%buildroot_save_unstripped "usr/libexec/kselftests/bpf/test_progs-no_alu32" popd export -n BPFTOOL %endif -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2422 _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
