linux-stable/arch/microblaze/lib
Arnd Bergmann b26b181651 microblaze: use generic strncpy/strnlen from_user
Remove the microblaze implemenation of strncpy/strnlen and instead use
the generic versions.  The microblaze version is fairly slow because it
always does byte accesses even for aligned data, and it lacks a checks
for user_addr_max().

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2021-07-27 23:01:13 +02:00
..
Makefile
ashldi3.c
ashrdi3.c
cmpdi2.c
divsi3.S
fastcopy.S
libgcc.h
lshrdi3.c
memcpy.c microblaze: add 'fallthrough' to memcpy/memset/memmove 2021-04-22 09:34:05 +02:00
memmove.c microblaze: add 'fallthrough' to memcpy/memset/memmove 2021-04-22 09:34:05 +02:00
memset.c microblaze: add 'fallthrough' to memcpy/memset/memmove 2021-04-22 09:34:05 +02:00
modsi3.S
muldi3.c
mulsi3.S
uaccess_old.S microblaze: use generic strncpy/strnlen from_user 2021-07-27 23:01:13 +02:00
ucmpdi2.c
udivsi3.S
umodsi3.S