On Fri, 1 Nov 2024 at 18:55, Alexei Starovoitov
<[email protected]> wrote:
>
> From: Alexei Starovoitov <[email protected]>
>
> 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 <[email protected]>
> ---

Acked-by: Kumar Kartikeya Dwivedi <[email protected]>

Reply via email to