-
Notifications
You must be signed in to change notification settings - Fork 146
bpf/arena: Add kfunc for reserving arena memory #9235
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: 212ec92 |
9362e73
to
d0d73c5
Compare
Upstream branch: 621af19 |
7f159d8
to
fe83325
Compare
d0d73c5
to
6fbb3d3
Compare
Upstream branch: 564606f |
fe83325
to
f2f4b58
Compare
6fbb3d3
to
08dbf36
Compare
Upstream branch: 38d95be |
f2f4b58
to
4640187
Compare
08dbf36
to
cc01c15
Compare
Upstream branch: 38d95be |
4640187
to
fd7f7dc
Compare
cc01c15
to
901b4c5
Compare
Upstream branch: 1f24c0d |
fd7f7dc
to
c997bc7
Compare
901b4c5
to
fa8c3a1
Compare
Add a new BPF arena kfunc for reserving a range of arena virtual addresses without backing them with pages. This prevents the range from being populated using bpf_arena_alloc_pages(). Signed-off-by: Emil Tsalapatis <[email protected]>
Upstream branch: 03fe01d |
Add selftests for the new bpf_arena_reserve_pages kfunc. Signed-off-by: Emil Tsalapatis <[email protected]>
c997bc7
to
16e0211
Compare
Pull request for series with
subject: bpf/arena: Add kfunc for reserving arena memory
version: 2
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=977961