mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
Remove the hexagon implementation of strncpy/strnlen and instead use the generic version. The hexagon version reads the data twice for strncpy() by doing an extra strnlen(), and it apparently lacks a check for user_addr_max(). Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de> |
||
|---|---|---|
| .. | ||
| cache.c | ||
| copy_from_user.S | ||
| copy_to_user.S | ||
| copy_user_template.S | ||
| init.c | ||
| ioremap.c | ||
| Makefile | ||
| uaccess.c | ||
| vm_fault.c | ||
| vm_tlb.c | ||