diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2023-04-03 07:45:05 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2023-04-03 10:29:09 +0200 |
| commit | afdfa5021caf77ae2b83a5f61c66d8babe27c858 (patch) | |
| tree | 023ae7740e175938c31ac6e4f57b96a13a3f48e9 /dashboard/config/linux/bits | |
| parent | 3204b41f465ee6d8650d5c2b9f68ef7da74133a5 (diff) | |
dashboard/config/linux: enable Intel CET+LAM
Technologies we want to use and test if available.
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/subsystems.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
