Skip to content

Commit fc490a8

Browse files
committed
configs: Disable CONFIG_KASAN for s390x to avoid OOMs
Signed-off-by: Ihor Solodrai <[email protected]>
1 parent 4baa166 commit fc490a8

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

ci/vmtest/configs/config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
CONFIG_KASAN=y
2-
CONFIG_KASAN_GENERIC=y
3-
CONFIG_KASAN_VMALLOC=y
41
CONFIG_LIVEPATCH=y
52
CONFIG_SAMPLES=y
63
CONFIG_SAMPLE_LIVEPATCH=m
7-
# CONFIG_UBSAN=y

ci/vmtest/configs/config.aarch64

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CONFIG_KASAN=y
2+
CONFIG_KASAN_GENERIC=y
3+
CONFIG_KASAN_VMALLOC=y

ci/vmtest/configs/config.x86_64

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CONFIG_KASAN=y
2+
CONFIG_KASAN_GENERIC=y
3+
CONFIG_KASAN_VMALLOC=y

0 commit comments

Comments
 (0)