Re: [PATCH] uaccess: gate _copy_[to|from]_user on !INLINE_COPY_FROM_USER

From: Alice Ryhl

Date: Tue Nov 18 2025 - 12:40:11 EST


On Tue, Nov 18, 2025 at 05:32:50PM +0000, Alice Ryhl wrote:
> +#ifndef INLINE_COPY_FROM_USER
> extern __must_check unsigned long
> _copy_to_user(void __user *, const void *, unsigned long);
> +#endif

Err ... this one should be INLINE_COPY_TO_USER.

Alice