Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings

From: Danilo Krummrich

Date: Thu Feb 19 2026 - 08:18:53 EST


(Cc: Arun, Christian)

On Wed Feb 18, 2026 at 9:55 PM CET, Joel Fernandes wrote:
> Add safe Rust abstractions over the Linux kernel's GPU buddy
> allocator for physical memory management. The GPU buddy allocator
> implements a binary buddy system useful for GPU physical memory
> allocation. nova-core will use it for physical memory allocation.
>
> Cc: Nikola Djukic <ndjukic@xxxxxxxxxx>
> Signed-off-by: Joel Fernandes <joelagnelf@xxxxxxxxxx>

The patch should also update the MAINTAINERS file accordingly.

(I will go through the code later on.)