cred: get rid of CONFIG_DEBUG_CREDENTIALS
authorJens Axboe <axboe@kernel.dk>
Fri, 15 Dec 2023 20:40:57 +0000 (13:40 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Dec 2023 16:01:51 +0000 (17:01 +0100)
commit207f135d819344c03333246f784f6666e652e081
tree8853b140b284559e977ecf49431352c0782897a7
parentf6a7ce5ae416925954a23be83dee621dc8a4b98a
cred: get rid of CONFIG_DEBUG_CREDENTIALS

commit ae1914174a63a558113e80d24ccac2773f9f7b2b upstream.

This code is rarely (never?) enabled by distros, and it hasn't caught
anything in decades. Let's kill off this legacy debug code.

Suggested-by: Linus Torvalds <torvalds@linuxfoundation.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15 files changed:
arch/powerpc/configs/skiroot_defconfig
arch/s390/configs/debug_defconfig
fs/nfsd/auth.c
fs/nfsd/nfssvc.c
fs/nfsd/vfs.c
fs/open.c
include/linux/cred.h
kernel/cred.c
kernel/exit.c
lib/Kconfig.debug
net/sunrpc/auth.c
security/selinux/hooks.c
tools/objtool/noreturns.h
tools/testing/selftests/bpf/config.x86_64
tools/testing/selftests/hid/config.common