Re: [PATCH 3/7] mm: cma: Export cma_get_name

From: T.J. Mercier

Date: Wed Feb 25 2026 - 14:35:10 EST


On Wed, Feb 25, 2026 at 8:42 AM Maxime Ripard <mripard@xxxxxxxxxx> wrote:
>
> The CMA dma-buf heap uses the cma_get_name() function to get the name of
> the heap instance it's going to create.
>
> However, this function is not exported. Since we want to turn the CMA
> heap into a module, let's export it.
>
> Signed-off-by: Maxime Ripard <mripard@xxxxxxxxxx>

Reviewed-by: T.J. Mercier <tjmercier@xxxxxxxxxx>