aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Ghiti <alexghiti@rivosinc.com>2025-01-08 16:01:52 +0000
committerAleksandr Nogikh <nogikh@google.com>2025-02-13 09:47:32 +0000
commit6d1a5c8f593b4d9522535dbebbb0c5cf68056f22 (patch)
tree67ebc8a9556b41b9f4f2ff3e7c7ed5450d734c75
parent9a42cf50b1a373c1ec83041da104162cb71b406a (diff)
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.
-rw-r--r--AUTHORS1
-rw-r--r--CONTRIBUTORS4
-rw-r--r--dashboard/config/linux/bits/kasan.yml3
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]