Re: [PATCH 1/1] alloc_tag: Export memory allocation profiling symbols used by modules

From: Christoph Hellwig
Date: Fri Jul 12 2024 - 00:25:47 EST


On Thu, Jul 11, 2024 at 01:46:26PM -0700, Suren Baghdasaryan wrote:
> +EXPORT_SYMBOL(page_ext_get);

> +EXPORT_SYMBOL(page_ext_put);

These really have no business being exported, especially non-GPL.
Please rework whatever interfaces need them to be be moved out of line.