Re: [PATCH] mm: export copy_to_kernel_nofault
From: Sabyrzhan Tasbolatov
Date: Sun Jun 22 2025 - 01:23:58 EST
On Fri, Nov 8, 2024 at 3:29 AM Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote:
>
> On Wed, 23 Oct 2024 00:05:36 -0700 Christoph Hellwig <hch@xxxxxxxxxxxxx> wrote:
>
> > On Wed, Oct 23, 2024 at 09:02:23AM +0200, Marco Elver wrote:
> > > Another alternative is to just #ifndef MODULE the offending test case,
> > > so it's only available if built-in. No need to just make the whole
> > > test built-in only. I know there are users of this particular test
> > > that rely on it being a module.
> >
> > That sounds good to me.
>
> We still don't have patch which does this, so this series is stalled.
>
> Sabyrzhan, could you please consider this?
I've just posted a follow-up that removes the exported symbol.
See Message-Id: <20250622051906.67374-1-snovitoll@xxxxxxxxx>
Sorry for taking so long.