init/Kconfig: remove USELIB syscall by default
authorKees Cook <keescook@chromium.org>
Fri, 29 Apr 2022 21:38:01 +0000 (14:38 -0700)
committerakpm <akpm@linux-foundation.org>
Fri, 29 Apr 2022 21:38:01 +0000 (14:38 -0700)
commit7374fa33dc2dd76b71999f8fd236e73b21161030
treeb664db7fc3e1d22bf0bb9f7a3af8d80059e7781d
parentd679ae94fdd5d3ab00c35078f5af5f37e068b03d
init/Kconfig: remove USELIB syscall by default

The uselib syscall has been long deprecated.  There's no need to keep this
enabled by default under X86_32.

Link: https://lkml.kernel.org/r/20220412212519.4113845-1-keescook@chromium.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
init/Kconfig