Skip to content
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

bpf: add get_netns_cookie helper to tracing programs #8572

Open
wants to merge 2 commits into
base: bpf-next_base
Choose a base branch
from

Conversation

kernel-patches-daemon-bpf[bot]
Copy link

Pull request for series with
subject: bpf: add get_netns_cookie helper to tracing programs
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=938641

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 0b93631
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=938641
version: 1

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 53415f6
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=938641
version: 1

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 17a82ed
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=938641
version: 1

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: d38ad24
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=938641
version: 1

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 0bf6c8a
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=938641
version: 1

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: a36a835
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=938641
version: 1

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 122f1fd
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=938641
version: 1

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 7586e21
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=938641
version: 1

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 7586e21
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=938641
version: 1

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 7586e21
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=938641
version: 1

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: ad55432
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=938641
version: 1

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: ad55432
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=938641
version: 1

mtardy added 2 commits March 3, 2025 21:13
This is needed in the context of Cilium and Tetragon to retrieve netns
cookie from hostns when traffic leaves Pod, so that we can correlate
skb->sk's netns cookie.

Signed-off-by: Mahe Tardy <mahe.tardy@gmail.com>
Add netns cookie test that verifies the helper is now supported and work
in the context of tracing programs.

Signed-off-by: Mahe Tardy <mahe.tardy@gmail.com>
@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: c6287f1
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=938641
version: 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant