-
Notifications
You must be signed in to change notification settings - Fork 148
bpf: Use cpumask_next_wrap() in get_next_cpu() #9431
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
Conversation
Upstream branch: 1b30d44 |
26af75e
to
b6b803e
Compare
Upstream branch: 0e260fc |
ae98945
to
63c7db4
Compare
Upstream branch: 0e260fc |
63c7db4
to
e87fab2
Compare
b6b803e
to
72d3b3e
Compare
Upstream branch: 0e260fc |
e87fab2
to
7a05f1b
Compare
72d3b3e
to
ed4b8bd
Compare
Upstream branch: 561c803 |
7a05f1b
to
e8c3c27
Compare
ed4b8bd
to
4755b1f
Compare
Upstream branch: 8f5ae30 |
e8c3c27
to
44bd817
Compare
4755b1f
to
0b17fdf
Compare
Upstream branch: 7572a47 |
Replace the manual sequence of cpumask_next() and cpumask_first() with a single call to cpumask_next_wrap() in get_next_cpu(). Signed-off-by: Fushuai Wang <[email protected]> Acked-by: Yonghong Song <[email protected]>
44bd817
to
ac36098
Compare
At least one diff in series https://patchwork.kernel.org/project/netdevbpf/list/?series=988948 expired. Closing PR. |
Pull request for series with
subject: bpf: Use cpumask_next_wrap() in get_next_cpu()
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=988948