From: Felix Maurer <fmau...@redhat.com>

kernel.spec: package unstripped test_progs-no_alu32

Two bpf selftest run by test_progs-no_alu32 were failing:

./test_progs-no_alu32 -t attach_probe
[...]
libbpf: elf: failed to find symbol 'trigger_func2' in '/proc/self/exe'
test_attach_probe:FAIL:attach_uprobe_byname unexpected error: -2
[...]

./test_progs-no_alu32 -t uprobe_autoattach
[...]
libbpf: elf: failed to find symbol 'autoattach_trigger_func' in '/proc/self/exe'
libbpf: prog 'handle_uprobe_byname': failed to auto-attach: -2
test_uprobe_autoattach:FAIL:skel_attach unexpected error: -2 (errno 2)
[...]

These 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 <fmau...@redhat.com>

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
@@ -2574,6 +2574,7 @@ for dir in bpf bpf/no_alu32 bpf/progs; do
        xargs -0 cp -t %{buildroot}%{_libexecdir}/kselftests/$dir || true
 done
 %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/2483
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to