asm-generic: uaccess: use generic uaccess on m68k, h8300 and riscv The inline versions of strncpy_from_user() and strnlen_user() have known bugs, so move the last three architectures that use them over to use the generic implementation. Signed-off-by: Arnd Bergmann <arnd@arndb.de>