On Fri, 1 Nov 2024 at 18:55, Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx> wrote: > > From: Alexei Starovoitov <ast@xxxxxxxxxx> > > bpf arena is moving towards non-sleepable allocations in tracing > context while maple_tree does kmalloc/kfree deep inside. Hence switch > bpf arena to drm_mm algorithm that works with externally provided > drm_mm_node-s. This patch kmalloc/kfree-s drm_mm_node-s, but the next > patch will switch to bpf_mem_alloc and preallocated drm_mm_node-s. > > Signed-off-by: Alexei Starovoitov <ast@xxxxxxxxxx> > --- Acked-by: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>