-
Notifications
You must be signed in to change notification settings - Fork 111
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: Use an UNUSED id for bpf_session_cookie without FPROBE #7114
Conversation
Upstream branch: fbe3e84 |
d728df7
to
a0331be
Compare
Upstream branch: fbe3e84 |
099ea72
to
9e0010d
Compare
a0331be
to
35bd8d8
Compare
Upstream branch: f088cab |
9e0010d
to
f3593e7
Compare
35bd8d8
to
6380a82
Compare
Upstream branch: 46253c4 |
f3593e7
to
b43402c
Compare
6380a82
to
214f651
Compare
bpf_session_cookie() is only available with CONFIG_FPROBE=y leading to an unresolved symbol otherwise. Use BTF_ID_UNUSED instead of bpf_session_cookie for CONFIG_FPROBE=n. Fixes: 5c919ac ("bpf: Add support for kprobe session cookie") Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Upstream branch: 3f8fde3 |
b43402c
to
0c8721e
Compare
At least one diff in series https://patchwork.kernel.org/project/netdevbpf/list/?series=856979 expired. Closing PR. |
Pull request for series with
subject: bpf: Use an UNUSED id for bpf_session_cookie without FPROBE
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=856979