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. --- CONTRIBUTORS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CONTRIBUTORS') 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 -- cgit mrf-deployment