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

From: Eliot Courtney

Date: Fri Feb 20 2026 - 03:23:06 EST


On Thu Feb 19, 2026 at 5:55 AM JST, Joel Fernandes wrote:
> +__rust_helper u64 rust_helper_gpu_buddy_block_size(struct gpu_buddy *mm,
> + struct gpu_buddy_block *block)
> +{
> + return gpu_buddy_block_size(mm, block);
> +}
> +

Will `rust_helper_gpu_buddy_block_size` be used in the future? It
doesn't appear to be used in buddy.rs.