projects
/
linux-block.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
ublk_drv: add device parameter UBLK_PARAM_TYPE_DEVT
[linux-block.git]
/
scripts
/
Makefile.kmsan
Commit
Line
Data
f80be457
AP
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)