Revision 788992a92e967d824a4ccdf3d20f7a8e6607c698 authored by Alexander Potapenko on 02 January 2018, 12:38:17 UTC, committed by Alexander Potapenko on 28 August 2018, 10:29:12 UTC
1 parent 4a1a427
Raw File
Kconfig.kmsan
config HAVE_ARCH_KMSAN
	bool

if HAVE_ARCH_KMSAN

config KMSAN
	bool "KMSAN: detector of uninitialized memory use"
	depends on SLUB
	select STACKDEPOT
	help
	  TODO(glider)

config TEST_KMSAN
	tristate "Module for testing KMSAN for bug detection"
	depends on m && KMSAN
	help
	  TODO(glider)

endif
back to top