On Wed, Feb 25, 2026 at 8:42 AM Maxime Ripard mripard@kernel.org wrote:
The mem_accounting kernel parameter is used by heaps to know if they should account allocations in their respective cgroup controllers.
Since we're going to allow heaps to compile as modules, we need to export that variable.
Signed-off-by: Maxime Ripard mripard@kernel.org
Reviewed-by: T.J. Mercier tjmercier@google.com