-
Notifications
You must be signed in to change notification settings - Fork 180
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
pwru fails to parse helper symbols when --filter-track-bpf-helpers #462
Labels
bug
Something isn't working
Comments
Yeah, it's been in my head for quite a while 😬 Basically creating a netns, attaching some dummy BPF progs to one end, and then running pwru. |
Or we can run a cilium 1.17 in lvh, pick several scenarios that most pwru features can be tested, such as l7-ipsec-pod-to-pod, bpf-nodeport, ... |
1 task
jschwinger233
added a commit
to jschwinger233/pwru
that referenced
this issue
Jan 3, 2025
Even with --backend kprobe-multi, pwru still uses kprobe for --filter-track-bpf-helpers. This patch makes pwru capable of distinguishing event types in order to adjust addressres for symbol resolution. Fixes: cilium#462 Signed-off-by: gray <[email protected]>
jschwinger233
added a commit
to jschwinger233/pwru
that referenced
this issue
Jan 3, 2025
Even with --backend kprobe-multi, pwru still uses kprobe for --filter-track-bpf-helpers. This patch makes pwru capable of distinguishing event types in order to adjust addressres for symbol resolution. Fixes: cilium#462 Signed-off-by: gray <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The raw addresses are not expected.
git-bisect points to #455
It’s neither contributor’s nor reviewer's mistake; I’ll blame the missing CI test for not covering all scenarios.
The text was updated successfully, but these errors were encountered: