On Fri, Jul 12, 2024 at 6:27 AM Suren Baghdasaryan <surenb@xxxxxxxxxx> wrote: > > On Thu, Jul 11, 2024 at 9:25 PM Christoph Hellwig <hch@xxxxxxxxxxxxx> wrote: > > > > 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. > > Ok, I can do that. Thanks for the feedback! Replacement patches are posted at https://lore.kernel.org/all/20240717011631.2150066-1-surenb@xxxxxxxxxx Andrew, could you please replace this older patch with the new patchset (2 patches now)? I can see the old patch in mm-unstable as ac5ca7954e4e ("alloc_tag: export memory allocation profiling symbols used by modules") and I think it's also in your mm-hotfixes-stable. Please replace it with new patches. Thanks, Suren. > > >