Re: [PATCH] mm: export copy_to_kernel_nofault
From: Christoph Hellwig
Date: Wed Oct 23 2024 - 03:05:45 EST
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.