-
Notifications
You must be signed in to change notification settings - Fork 128
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
base: bpf-next_base
Are you sure you want to change the base?
Conversation
Upstream branch: 0b93631 |
e68fc46
to
5633a49
Compare
Upstream branch: 53415f6 |
e873567
to
1dcfc18
Compare
5633a49
to
97b4501
Compare
Upstream branch: 17a82ed |
1dcfc18
to
7c0d2e1
Compare
97b4501
to
5bcd186
Compare
Upstream branch: d38ad24 |
7c0d2e1
to
81350bb
Compare
5bcd186
to
11f11f4
Compare
Upstream branch: 0bf6c8a |
81350bb
to
fb2d939
Compare
11f11f4
to
deeb5bf
Compare
Upstream branch: a36a835 |
fb2d939
to
0d7618f
Compare
deeb5bf
to
b22bdf7
Compare
Upstream branch: 122f1fd |
0d7618f
to
68ba56d
Compare
b22bdf7
to
83cee19
Compare
Upstream branch: 7586e21 |
68ba56d
to
e062709
Compare
83cee19
to
372e928
Compare
Upstream branch: 7586e21 |
e062709
to
6165b4d
Compare
372e928
to
6627a4c
Compare
Upstream branch: 7586e21 |
6165b4d
to
283bfb9
Compare
6627a4c
to
d1ff1be
Compare
Upstream branch: ad55432 |
283bfb9
to
3f8cd00
Compare
d1ff1be
to
b91a7a7
Compare
Upstream branch: ad55432 |
3f8cd00
to
07901f6
Compare
b91a7a7
to
5fd21aa
Compare
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>
Upstream branch: c6287f1 |
07901f6
to
0b08a27
Compare
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