From afdfa5021caf77ae2b83a5f61c66d8babe27c858 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 3 Apr 2023 07:45:05 +0200 Subject: dashboard/config/linux: enable Intel CET+LAM Technologies we want to use and test if available. --- dashboard/config/linux/bits/subsystems.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dashboard/config/linux/bits') diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml index edc89b950..5f5a756f0 100644 --- a/dashboard/config/linux/bits/subsystems.yml +++ b/dashboard/config/linux/bits/subsystems.yml @@ -26,6 +26,8 @@ config: - NUMA_EMU: [x86_64] - NUMA_BALANCING: [-arm] - NUMA_BALANCING_DEFAULT_ENABLED: [-arm] + - ADDRESS_MASKING: [x86_64, linux-next] + - X86_USER_SHADOW_STACK: [x86_64, linux-next] # KMSAN disables HYPERVISOR_GUEST which is required to enable this. - X86_X2APIC: [x86_64, -kmsan] - CGROUPS -- cgit mrf-deployment