Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/scripts/Makefile.kmsan
26242 views
# SPDX-License-Identifier: GPL-2.0
kmsan-cflags := -fsanitize=kernel-memory

ifdef CONFIG_KMSAN_CHECK_PARAM_RETVAL
kmsan-cflags += -fsanitize-memory-param-retval
endif

export CFLAGS_KMSAN := $(kmsan-cflags)