On Wed, Feb 25, 2026 at 8:42 AM Maxime Ripard mripard@kernel.org 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@kernel.org
Same comment about a note about the module being permanent.
Reviewed-by: T.J. Mercier tjmercier@google.com