On Wed, 9 Jul 2025 at 21:13, Emil Tsalapatis <emil@xxxxxxxxxxxxxxx> wrote: > > 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(). > > Acked-by: Yonghong Song <yonghong.song@xxxxxxxxx> > Signed-off-by: Emil Tsalapatis <emil@xxxxxxxxxxxxxxx> > --- Acked-by: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx> > [...]