Re: [PATCH] mm: export copy_to_kernel_nofault

From: Andrew Morton
Date: Thu Nov 07 2024 - 17:29:47 EST


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?