diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-02-17 05:57:00 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-03-09 17:06:47 +0100 |
| commit | 3f01626e2273ad8b732eb079d8bc0a551f8daa1f (patch) | |
| tree | 740127bb1515522569a96899ff8ce58aa52fe68d /dashboard/config/linux/bits | |
| parent | 09fbf400324c9aea14031e516d36e905b629b639 (diff) | |
dashboard/config/linux: update riscv config
Enable CMDLINE_EXTEND as we intend to append our args
to bootloader command line.
Switch from SELINUX to APPARMOR.
SELINUX does not work in buildroot with the default policy.
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/kasan.yml | 2 | ||||
| -rw-r--r-- | dashboard/config/linux/bits/riscv64.yml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/dashboard/config/linux/bits/kasan.yml b/dashboard/config/linux/bits/kasan.yml index 53d689cc1..91557d722 100644 --- a/dashboard/config/linux/bits/kasan.yml +++ b/dashboard/config/linux/bits/kasan.yml @@ -7,7 +7,7 @@ config: - KASAN_INLINE: [-arm] - KASAN_STACK_ENABLE: [clang, -v5.11] - KASAN_STACK: [clang, v5.11] - - KASAN_VMALLOC: [x86_64, v5.5] + - KASAN_VMALLOC: [v5.5, -arm, -arm64, -s390, -riscv] # This was historically enabled in the KASAN section without explanation. - SPARSEMEM_VMEMMAP: [-arm] # This is required to enable SPARSEMEM_VMEMMAP. diff --git a/dashboard/config/linux/bits/riscv64.yml b/dashboard/config/linux/bits/riscv64.yml index 5fdeb4ace..14d520201 100644 --- a/dashboard/config/linux/bits/riscv64.yml +++ b/dashboard/config/linux/bits/riscv64.yml @@ -7,6 +7,7 @@ shell: config: - CMDLINE: [append, "watchdog_thresh=165 workqueue.watchdog_thresh=420"] + - CMDLINE_EXTEND # See the comment in x86_64.yml re these numbers. - RCU_CPU_STALL_TIMEOUT: 300 - DEFAULT_HUNG_TASK_TIMEOUT: 420 |
