repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git]
/
scripts
/
Makefile.kmsan
blob
b5b0aa61322ecaedaca55e3d6d0860775ec633fc
1
# SPDX-License-Identifier: GPL-2.0
2
kmsan-cflags := -fsanitize=kernel-memory
3
4
ifdef CONFIG_KMSAN_CHECK_PARAM_RETVAL
5
kmsan-cflags += -fsanitize-memory-param-retval
6
endif
7
8
export CFLAGS_KMSAN := $(kmsan-cflags)