On 10/24/2016 01:59 PM, Helge Deller wrote:
Does it only happens for __copy_user() ? If yes, I assume the problem happens because of __copy_tofrom_user_nocheck() in uaccess.h is always inlined. Maybe un-inlining helps? Or, the inline-assembly for jsr/bsr needs tweeking ?
Indeed. Try changing #ifdef MODULE above __copy_tofrom_user_nocheck to #if 1. r~ -- To unsubscribe from this list: send the line "unsubscribe linux-alpha" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html