From 373b66cd2ba1fd05c72d0bbe16141fb287fe2eb3 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Mon, 29 Jan 2024 20:09:24 +0100 Subject: dashboard/configs: update linux configs Regenerate the configs using the latest Linux revisions. --- dashboard/config/linux/bits/subsystems.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'dashboard/config/linux/bits/subsystems.yml') diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml index 58c17013d..5a62fc9ea 100644 --- a/dashboard/config/linux/bits/subsystems.yml +++ b/dashboard/config/linux/bits/subsystems.yml @@ -26,8 +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] + - ADDRESS_MASKING: [x86_64, v6.4] + - X86_USER_SHADOW_STACK: [x86_64, v6.6] # KMSAN disables HYPERVISOR_GUEST which is required to enable this. - X86_X2APIC: [x86_64, -kmsan] - CGROUPS @@ -70,7 +70,9 @@ config: - KVM_AMD: [x86_64] - KVM_XEN: [x86_64, v5.12] - KVM_PROVE_MMU: [x86_64, v6.6] - # KMSAN disables HYPERVISOR_GUEST which is required to enable X86_X2APIC + - KVM_SW_PROTECTED_VM: [linux-next] + - KVM_HYPERV: [x86_64, linux-next] + # KMSAN disables HYPERVISOR_GUEST which is required to enable X86_X2APIC # which is required to enable this. - X86_SGX: [x86_64, v5.11, -kmsan] - X86_SGX_KVM: [x86_64, v6.0, -kmsan] @@ -105,6 +107,7 @@ config: - CMA - MEM_SOFT_DIRTY: [x86_64] - ZSWAP + - ZSWAP_SHRINKER_DEFAULT_ON: [v6.8] - ZSMALLOC - IDLE_PAGE_TRACKING: [-v5.15] - ZONE_DEVICE: [-arm, -riscv, -s390] @@ -193,8 +196,8 @@ config: - ATA_BMDMA - ATA_GENERIC - MD - - MD_LINEAR - - MD_MULTIPATH + - MD_LINEAR: [-v6.8] + - MD_MULTIPATH: [-v6.8] - BCACHE - BLK_DEV_DM - DM_CRYPT @@ -496,8 +499,6 @@ config: - FUSE_DAX: [v5.10, x86_64] - CUSE - VIRTIO_FS - - FSCACHE - - CACHEFILES - PROC_KCORE: [-arm] - TMPFS - TMPFS_POSIX_ACL -- cgit mrf-deployment