https://github.com/torvalds/linux
Revision 4c3f49ae1306c05e91211c06feddfd0a4a57fabd authored by Linus Torvalds on 19 April 2019, 22:37:22 UTC, committed by Linus Torvalds on 19 April 2019, 22:37:22 UTC
Pull percpu fixlet from Dennis Zhou:
 "This stops printing the base address of percpu memory on
  initialization"

* 'for-5.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu:
  percpu: stop printing kernel addresses
2 parent s 55e3a6b + 00206a6
Raw File
Tip revision: 4c3f49ae1306c05e91211c06feddfd0a4a57fabd authored by Linus Torvalds on 19 April 2019, 22:37:22 UTC
Merge branch 'for-5.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu
Tip revision: 4c3f49a
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"

comment "Compiler: $(CC_VERSION_TEXT)"

source "scripts/Kconfig.include"

source "init/Kconfig"

source "kernel/Kconfig.freezer"

source "fs/Kconfig.binfmt"

source "mm/Kconfig"

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"

source "lib/Kconfig.debug"
back to top