Message ID | 20220420004241.2093-8-joao@overdrivepizza.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | Kernel FineIBT Support | expand |
diff --git a/arch/x86/lib/copy_mc.c b/arch/x86/lib/copy_mc.c index 80efd45a7761..554e6c6ecea2 100644 --- a/arch/x86/lib/copy_mc.c +++ b/arch/x86/lib/copy_mc.c @@ -22,7 +22,7 @@ void enable_copy_mc_fragile(void) * Similar to copy_user_handle_tail, probe for the write fault point, or * source exception point. */ -__visible notrace unsigned long +__visible notrace unsigned long __coarseendbr copy_mc_fragile_handle_tail(char *to, char *from, unsigned len) { for (; len; --len, to++, from++)