mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
2820cfdc08
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>
8 lines
201 B
Makefile
8 lines
201 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for Hexagon memory management subsystem
|
|
#
|
|
|
|
obj-y := init.o ioremap.o uaccess.o vm_fault.o cache.o
|
|
obj-y += copy_to_user.o copy_from_user.o vm_tlb.o
|