From 6d1a5c8f593b4d9522535dbebbb0c5cf68056f22 Mon Sep 17 00:00:00 2001 From: Alexandre Ghiti Date: Wed, 8 Jan 2025 16:01:52 +0000 Subject: dashboard/config/linux/bits: reenable KASAN_INLINE for riscv64 KASAN_INLINE was fixed back in early 2023 in the riscv kernel, see merge commit 2667e3673f70 ("Merge patch series "RISC-V kasan rework"). It happens that the riscv configuration was already using KASAN_INLINE so this is simply a cleanup. Since this is my first commit in syzkaller, I also added myself and Rivos in the AUTHORS/CONTRIBUTORS files. --- AUTHORS | 1 + CONTRIBUTORS | 4 +++- dashboard/config/linux/bits/kasan.yml | 3 +-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index d532c114e..4f7a5834b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -52,3 +52,4 @@ Junquan Zhou Arm Ltd Tudor Ambarus Elektrobit Automotive GmbH +Rivos Inc. diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3798c08c5..20c8c8b29 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -135,4 +135,6 @@ Amazon Viacheslav Sablin Davide Ornaghi Ramneet Singh -Ji Hyeon Jeong \ No newline at end of file +Ji Hyeon Jeong +Rivos Inc. + Alexandre Ghiti diff --git a/dashboard/config/linux/bits/kasan.yml b/dashboard/config/linux/bits/kasan.yml index a3177b0c0..8e9219664 100644 --- a/dashboard/config/linux/bits/kasan.yml +++ b/dashboard/config/linux/bits/kasan.yml @@ -4,8 +4,7 @@ config: - KASAN - KASAN_GENERIC: [v4.16] - # TODO: KASAN_INLINE is now broken for riscv+gcc. Revert -riscv once it is fixed. - - KASAN_INLINE: [-arm, -riscv, -cuttlefish] + - KASAN_INLINE: [-arm, -cuttlefish] - KASAN_STACK_ENABLE: [clang, v4.16, -v5.11] - KASAN_STACK: [clang, v5.11] - KASAN_VMALLOC: [v5.5, -arm, -arm64, -s390] -- cgit mrf-deployment