mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 11:29:46 +00:00
dashboard/config: Add netbsd kernel configs
This commit is contained in:
parent
7fa5d0a69b
commit
1037b42440
11
dashboard/config/netbsd-kasan.config
Normal file
11
dashboard/config/netbsd-kasan.config
Normal file
@ -0,0 +1,11 @@
|
||||
include "arch/amd64/conf/GENERIC"
|
||||
|
||||
options DEBUG
|
||||
options LOCKDEBUG
|
||||
makeoptions KASAN=1
|
||||
options KASAN
|
||||
no options SVS
|
||||
options POOL_QUARANTINE
|
||||
options KASAN_PANIC
|
||||
makeoptions KCOV=1
|
||||
options KCOV
|
8
dashboard/config/netbsd-kubsan.config
Normal file
8
dashboard/config/netbsd-kubsan.config
Normal file
@ -0,0 +1,8 @@
|
||||
include "arch/amd64/conf/GENERIC"
|
||||
|
||||
options DEBUG
|
||||
options LOCKDEBUG
|
||||
options KUBSAN
|
||||
options UBSAN_ALWAYS_FATAL
|
||||
makeoptions KCOV=1
|
||||
options KCOV
|
Loading…
Reference in New Issue
Block a user