Re: [PATCH -next v8 2/3] rust: gpu: Add GPU buddy allocator bindings
From: Danilo Krummrich
Date: Tue Feb 10 2026 - 18:24:32 EST
On Tue Feb 10, 2026 at 11:06 PM CET, Joel Fernandes wrote:
> I wasn't implying to give reason to go for more allocations, it is about a
> reference to the same allocation that may be required to be shared from multiple
> objects for whatever reason. But again, currently we don't have a use case for that.
Sure, I just mentioned it since returning an Arc instead of an impl PinInit
removes the option for drivers to embed additional driver specific data into the
same allocation, i.e. it might set the wrong incentive.