Re: [PATCH 1/1] alloc_tag: Export memory allocation profiling symbols used by modules
From: Andrew Morton
Date: Thu Jul 11 2024 - 17:07:50 EST
On Thu, 11 Jul 2024 13:46:26 -0700 Suren Baghdasaryan <surenb@xxxxxxxxxx> wrote:
> Export mem_alloc_profiling_key, page_ext_get() and page_ext_set() symbols
> as they can be used by modules (mem_alloc_profiling_key is used indirectly
> via mem_alloc_profiling_enabled()).
Thanks, I'll add
Fixes: 22d407b164ff ("lib: add allocation tagging support for memory allocation profiling").