From: Philipp Stanner Date: Fri, 24 Oct 2025 08:15:00 +0000 (+0200) Subject: MAINTAINERS: Maintain spsc_queue through drm_sched X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=953086424aa6632c2e2ce5f357f86872fe90c41d;p=thirdparty%2Fkernel%2Flinux.git MAINTAINERS: Maintain spsc_queue through drm_sched Back in the day a specialized lockless queue was designed solely for the DRM GPU Scheduler: spsc_queue. This queue's only user is drm_sched, and there is no dedicated maintainer entry for the queue. Add the spsc_queue header to the DRM GPU Scheduler MAINTAINERS' section. Acked-by: Simona Vetter Signed-off-by: Philipp Stanner Link: https://patch.msgid.link/20251024081459.164634-2-phasta@kernel.org --- diff --git a/MAINTAINERS b/MAINTAINERS index 874fcbe599903..1083598bb2b6c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8589,6 +8589,7 @@ S: Supported T: git https://gitlab.freedesktop.org/drm/misc/kernel.git F: drivers/gpu/drm/scheduler/ F: include/drm/gpu_scheduler.h +F: include/drm/spsc_queue.h DRM GPUVM M: Danilo Krummrich