-
Notifications
You must be signed in to change notification settings - Fork 768
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Tests on arm64 fail since the new kernel doesn't have the necessary config for kprobe_multi.
=== Failed
=== FAIL: link TestKprobeMulti (0.00s)
kprobe_multi_test.go:16: Feature 'bpf_link_kprobe_multi' isn't supported even though kernel is newer than v5.18
=== FAIL: link TestKprobeMultiErrors (0.00s)
kprobe_multi_test.go:59: Feature 'bpf_link_kprobe_multi' isn't supported even though kernel is newer than v5.18
=== FAIL: link TestKprobeMultiCookie (0.00s)
kprobe_multi_test.go:79: Feature 'bpf_link_kprobe_multi' isn't supported even though kernel is newer than v5.18
=== FAIL: link TestKprobeMultiProgramCall (0.00s)
kprobe_multi_test.go:94: Feature 'bpf_link_kprobe_multi' isn't supported even though kernel is newer than v5.18
=== FAIL: link TestHaveBPFLinkKprobeMulti (0.00s)
feature.go:30: Feature 'bpf_link_kprobe_multi' isn't supported even though kernel is newer than v5.18
How to reproduce
Run the arm64 ci task.
Version information
main
mtardy
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working