-
Notifications
You must be signed in to change notification settings - Fork 697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: arm64 tests fail #1460
Comments
Seems like the new CI arm64 kernels doesn't have the necessary config to support kprobe_multi. Ignore the error until we figure out what to do. Updates cilium#1460 Signed-off-by: Lorenz Bauer <[email protected]>
Seems like the new CI arm64 kernels doesn't have the necessary config to support kprobe_multi. Ignore the error until we figure out what to do. Updates cilium#1460 Signed-off-by: Lorenz Bauer <[email protected]>
Seems like the new CI arm64 kernels doesn't have the necessary config to support kprobe_multi. Ignore the error until we figure out what to do. Updates cilium#1460 Signed-off-by: Lorenz Bauer <[email protected]>
Seems like the new CI arm64 kernels doesn't have the necessary config to support kprobe_multi. Ignore the error until we figure out what to do. Updates cilium#1460 Signed-off-by: Lorenz Bauer <[email protected]>
Seems like the new CI arm64 kernels doesn't have the necessary config to support kprobe_multi. Ignore the error until we figure out what to do. Updates #1460 Signed-off-by: Lorenz Bauer <[email protected]>
Seems pretty clear that |
Hi, I added everything you asked for and redeployed to all CNCF servers: If you could run grep /boot/config-6.9.10 you should see |
Here is the equivalent of the grep you mentioned: https://github.com/cilium/ebpf/actions/runs/9031025998/job/24816484288?pr=1462#step:5:275 Maybe you are missing some of the dependencies? https://cateee.net/lkddb/web-lkddb/FPROBE.html |
I've added these dependencies, but I'm not sure if this is supported for 64-bit Arm, because olddefconfig removes them when I run it. This typically means a dependent CONFIG_ is missing or the feature is not available. |
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
The text was updated successfully, but these errors were encountered: