On Tue, Oct 28 2025 at 15:04, Yann Ylavic wrote: > On Tue, Oct 28, 2025 at 10:32 AM Thomas Gleixner <[email protected]> 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
