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
Describe the bug
Tests on arm64 fail since the new kernel doesn't have the necessary config for kprobe_multi.
How to reproduce
Run the arm64 ci task.
Version information
main