-
Notifications
You must be signed in to change notification settings - Fork 148
selftests/bpf: align kfuncs renamed in bpf tree #10209
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: 4cb4897 |
AI reviewed your patch. Please fix the bug or email reply why it's not a bug. In-Reply-To-Subject: |
|
Forwarding comment 3491322356 via email |
de0745f to
efe6edf
Compare
bpf_task_work_schedule_resume() and bpf_task_work_schedule_signal() have been renamed in bpf tree to bpf_task_work_schedule_resume_impl() and bpf_task_work_schedule_signal_impl() accordingly. There are few uses of these kfuncs in selftests that are not in bpf tree, so that when we port [1] into bpf-next, those BPF programs will not compile. This patch aligns those remaining callsites with the kfunc renaming. It should go on top of [1] when applying on bpf-next.
|
Upstream branch: b54a8e1 |
9b96a38 to
6b7b326
Compare
Pull request for series with
subject: selftests/bpf: align kfuncs renamed in bpf tree
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=1019881