Skip to content

Conversation

@lmb
Copy link
Collaborator

@lmb lmb commented Nov 4, 2025

The test has started failing in arm64 CI because it can't find __do_sys_getpid anymore.
Looking at the test it seems like we aren't using the platform prefix for the syscall wrapper appropriately.
It's unclear why this used to work.

Always use the correct prefix.

Fixes: #1888

The test has started failing in arm64 CI because it can't
find __do_sys_getpid anymore.
Looking at the test it seems like we aren't using the platform
prefix for the syscall wrapper appropriately.
It's unclear why this used to work.

Always use the correct prefix.

Fixes: cilium#1888
Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
Copy link
Contributor

@paulcacheux paulcacheux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM !

@lmb lmb marked this pull request as ready for review November 4, 2025 15:00
@lmb lmb requested a review from mmat11 as a code owner November 4, 2025 15:00
@lmb lmb merged commit e2c357d into cilium:main Nov 4, 2025
18 checks passed
@lmb lmb deleted the link-kprobe-multi-fix-arm-ci branch November 4, 2025 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TestKprobeMultiProgramCall started failing on arm64

2 participants