[PATCH bpf-next 0/2] drm, bpf: User drm_mm in bpf
Alexei Starovoitov
alexei.starovoitov at gmail.com
Fri Nov 1 23:54:51 UTC 2024
From: Alexei Starovoitov <ast at kernel.org>
Hi DRM folks,
we'd like to start using drm_mm in bpf arena.
The drm_mm logic fits particularly well to bpf use case.
See individual patches.
objdump -h lib/drm_mm.o
.text 000012c7
So no vmlinux size concerns.
Alexei Starovoitov (2):
drm, bpf: Move drm_mm.c to lib to be used by bpf arena
bpf: Switch bpf arena to use drm_mm instead of maple_tree
MAINTAINERS | 1 +
drivers/gpu/drm/Makefile | 1 -
drivers/gpu/drm/drm_print.c | 39 ++++++++++++++++++
kernel/bpf/arena.c | 67 ++++++++++++++++++++++++-------
lib/Makefile | 2 +
{drivers/gpu/drm => lib}/drm_mm.c | 40 +-----------------
6 files changed, 95 insertions(+), 55 deletions(-)
rename {drivers/gpu/drm => lib}/drm_mm.c (96%)
--
2.43.5
More information about the dri-devel
mailing list