commit | 519555fc5dfcbb3f6aad52df8673b5110ec8652f | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Mon May 17 09:22:34 2021 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Thu Jul 22 10:08:50 2021 +0200 |
tree | f6eb1144e92ef22e6dfac8d34dba8b12a6e7e351 | |
parent | 68a1d6508b56b6a386a6b8647ff4454e9ffae6eb [diff] |
asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbols Most architectures do not need a custom implementation, and in most cases the generic implementation is preferred, so change the polariy on these Kconfig symbols to require architectures to select them when they provide their own version. The new name is CONFIG_ARCH_HAS_{STRNCPY_FROM,STRNLEN}_USER. Signed-off-by: Arnd Bergmann <arnd@arndb.de>