https://github.com/google/kmsan
Raw File
Tip revision: d1d7f15cd81979c8720bce6c27ab7bcfdaea3fa7 authored by Alexander Potapenko on 10 November 2022, 08:58:00 UTC
DO-NOT-SUBMIT: kmsan: add the kmsan_exceed_max_origin_depth tracing event
Tip revision: d1d7f15
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.rst.
#
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"

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"

source "Documentation/Kconfig"
back to top