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. --- dashboard/config/linux/bits/kasan.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dashboard/config') 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