-
Notifications
You must be signed in to change notification settings - Fork 6
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: Fix holes in special_kfunc_list if !CONFIG_NET #4813
bpf: Fix holes in special_kfunc_list if !CONFIG_NET #4813
Conversation
Upstream branch: 8eef6ac |
Upstream branch: 8eef6ac |
c8daa89
to
8cf7d9a
Compare
0dc7ea2
to
a786630
Compare
Upstream branch: c5d2bac |
8cf7d9a
to
2be6620
Compare
a786630
to
47415e2
Compare
Upstream branch: c5d2bac |
2be6620
to
1f6ed97
Compare
47415e2
to
a16555e
Compare
Upstream branch: c5d2bac |
1f6ed97
to
311576f
Compare
a16555e
to
5b81b0c
Compare
If the function is not available its entry has to be replaced with BTF_ID_UNUSED instead of skipped. Otherwise the list doesn't work correctly. Reported-by: Alexei Starovoitov <[email protected]> Closes: https://lore.kernel.org/lkml/CAADnVQJQpVziHzrPCCpGE5=8uzw2OkxP8gqe1FkJ6_XVVyVbNw@mail.gmail.com/ Fixes: 00a5acd ("bpf: Fix configuration-dependent BTF function references") Signed-off-by: Thomas Weißschuh <[email protected]> Acked-by: Jiri Olsa <[email protected]>
Upstream branch: 9468f39 |
311576f
to
de770cb
Compare
At least one diff in series https://patchwork.kernel.org/project/netdevbpf/list/?series=919669 irrelevant now. Closing PR. |
Pull request for series with
subject: bpf: Fix holes in special_kfunc_list if !CONFIG_NET
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=919669