You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All tests that failed uses AttachGeneric() and the eBPF program uses type of probe fentry. As described here, attaching to a fentry program on ARM64 seems not be supported. It's possible to load but not attach.
Because it's not supported on ARM64, should we disable these tests for ARM64?
Add ARM64 images in the github workflow for selftests?
The text was updated successfully, but these errors were encountered:
I would proceed by disabling tests for arm64 and adding this arch into the github workflow, just as you suggested. The latter would help us detect breaks in that arch.
After run the test
make selftest-static-run
, 6 tests failed when executed on ARM64. These 6 tests passed on AMD64, but not on ARM64.Environment:
Kernel version: 5.15.0-92-generic
platform: ARM64
Tests failed:
All tests that failed uses
AttachGeneric()
and the eBPF program uses type of probefentry
. As described here, attaching to a fentry program on ARM64 seems not be supported. It's possible to load but not attach.The text was updated successfully, but these errors were encountered: