From c5a6236834d35c80142017de41da4d1515424ef5 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Mon, 26 Aug 2024 16:29:14 +0200 Subject: dashboard/config: regenerate Linux configs Regenerate the configs using the latest mainline, linux-next and stable versions. --- dashboard/config/linux/bits/kasan.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dashboard/config/linux/bits/kasan.yml') diff --git a/dashboard/config/linux/bits/kasan.yml b/dashboard/config/linux/bits/kasan.yml index f4d31900f..34fb3e726 100644 --- a/dashboard/config/linux/bits/kasan.yml +++ b/dashboard/config/linux/bits/kasan.yml @@ -16,6 +16,8 @@ config: # This allows to get alloc/free stacks for UAFs on freed pages. # This also needs page_owner=on in cmdline. - PAGE_OWNER + # Allow to catch more use after free cases. + - SLUB_RCU_DEBUG: [linux-next] - UBSAN: [v5.8] - UBSAN_SANITIZE_ALL: [v5.8, -arm, -riscv, -v6.9] -- cgit mrf-deployment