-
Notifications
You must be signed in to change notification settings - Fork 129
bpf: Allow some trace helpers for all prog types #8898
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
base: bpf-next_base
Are you sure you want to change the base?
Conversation
Upstream branch: 62e23f1 |
309dda5
to
77f843d
Compare
Upstream branch: 9fd0606 |
8378a8f
to
0d5fa71
Compare
77f843d
to
e4e98c9
Compare
Upstream branch: 43745d1 |
0d5fa71
to
03d18ce
Compare
Upstream branch: 43745d1 |
03d18ce
to
b02f306
Compare
e4e98c9
to
8b8229f
Compare
if it works under NMI and doesn't use any context-dependent things, should be fine for any program type. The detailed discussion is in [1]. [1] https://lore.kernel.org/all/CAEf4Bza6gK3dsrTosk6k3oZgtHesNDSrDd8sdeQ-GiS6oJixQg@mail.gmail.com/ Suggested-by: Andrii Nakryiko <[email protected]> Signed-off-by: Feng Yang <[email protected]> Acked-by: Tejun Heo <[email protected]>
task_storage_{get,delete} has been moved to bpf_base_func_proto. Suggested-by: Andrii Nakryiko <[email protected]> Signed-off-by: Feng Yang <[email protected]>
Upstream branch: b69d441 |
b02f306
to
3664b98
Compare
Pull request for series with
subject: bpf: Allow some trace helpers for all prog types
version: 3
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=959869