[patch V5 02/12] uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user()
Thomas Gleixner
tglx at linutronix.de
Wed Oct 29 02:53:52 AEDT 2025
On Tue, Oct 28 2025 at 15:04, Yann Ylavic wrote:
> On Tue, Oct 28, 2025 at 10:32 AM Thomas Gleixner <tglx at linutronix.de> wrote:
>> +
>> +#define __put_kernel_nofault(dst, src, type, label) \
>> +do { \
>> + __label__ local_label; \
>> + arch_get_kernel_nofault(dst, src, type, local_label); \
>
> Probably arch_put_kernel_nofault() instead?
Duh. Indeed
More information about the Linuxppc-dev
mailing list