linux/arch/um
Arnd Bergmann f27180dd63 asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user
This is a preparation for changing over architectures to the
generic implementation one at a time. As there are no callers
of either __strncpy_from_user() or __strnlen_user(), fold these
into the strncpy_from_user() and strnlen_user() functions to make
each implementation independent of the others.

Many of these implementations have known bugs, but the intention
here is to not change behavior at all and stay compatible with
those bugs for the moment.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2021-07-23 14:39:56 +02:00
..
configs kunit: Move default config from arch/um -> tools/testing/kunit 2021-06-23 17:49:17 -06:00
drivers block-5.14-2021-07-08 2021-07-09 12:05:33 -07:00
include asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user 2021-07-23 14:39:56 +02:00
kernel asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user 2021-07-23 14:39:56 +02:00
os-Linux um: Fix stack pointer alignment 2021-06-17 22:08:31 +02:00
scripts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
Kbuild kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild 2021-05-26 23:10:37 +09:00
Kconfig um: Add support for host CPU flags and alignment 2021-06-17 22:01:26 +02:00
Kconfig.debug um: Disable CONFIG_GCOV with MODULES 2021-04-15 23:10:33 +02:00
Makefile um: allow not setting extra rpaths in the linux binary 2021-06-17 21:54:15 +02:00
Makefile-os-Linux
Makefile-skas