Re: [PATCH 7/7] dma-buf: heaps: system: Turn the heap into a module
From: T.J. Mercier
Date: Wed Feb 25 2026 - 14:56:21 EST
On Wed, Feb 25, 2026 at 8:42 AM Maxime Ripard <mripard@xxxxxxxxxx> wrote:
>
> The system heap can be easily turned into a module by adding the usual
> MODULE_* macros, importing the proper namespaces and changing the
> Kconfig symbol to a tristate.
>
> Signed-off-by: Maxime Ripard <mripard@xxxxxxxxxx>
Same comment about a note about the module being permanent.
Reviewed-by: T.J. Mercier <tjmercier@xxxxxxxxxx>