aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/subsystems.yml
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2025-09-26 20:34:47 +0200
committerTaras Madan <tarasmadan@google.com>2025-10-06 15:00:43 +0000
commit55932a7d26f46b9c066c68a3dca0dceb4d4a364f (patch)
tree5a9c087f753baf5dd4d75ed88e35c64d0b7e184a /dashboard/config/linux/bits/subsystems.yml
parent25c5a311be0f4ddca5cd2b83da27171979c44b0b (diff)
dashboard/config/linux: update bits
Diffstat (limited to 'dashboard/config/linux/bits/subsystems.yml')
-rw-r--r--dashboard/config/linux/bits/subsystems.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml
index 7930a141f..f236dc35e 100644
--- a/dashboard/config/linux/bits/subsystems.yml
+++ b/dashboard/config/linux/bits/subsystems.yml
@@ -10,6 +10,7 @@ config:
- POSIX_MQUEUE
- NO_HZ
- HIGH_RES_TIMERS
+ - POSIX_AUX_CLOCKS: [v6.17]
- PREEMPT
- IRQ_TIME_ACCOUNTING: [-riscv, -s390]
- BSD_PROCESS_ACCT
@@ -75,6 +76,7 @@ config:
- KVM_PROVE_MMU: [x86_64, v6.6]
- KVM_SW_PROTECTED_VM: [x86_64, v6.8]
- KVM_HYPERV: [x86_64, v6.8]
+ - KVM_IOAPIC: [x86_64, v6.17]
# KMSAN disables HYPERVISOR_GUEST which is required to enable X86_X2APIC
# which is required to enable this.
- X86_SGX: [x86_64, v5.11, -kmsan]
@@ -333,6 +335,7 @@ config:
- SND_PCI
- SND_OSSEMUL
- SND_MIXER_OSS
+ - SND_PCM
- SND_PCM_OSS
- SND_PCM_OSS_PLUGINS
- SND_HRTIMER
@@ -358,7 +361,8 @@ config:
- SND_HDA_CODEC_CA0132
- SND_HDA_CODEC_CMEDIA
- SND_HDA_CODEC_SI3054
- - SND_HDA_PREALLOC_SIZE: 0
+ # SND_HDA_INTEL is disabled by kmsan.yml because of some compatibility problems.
+ - SND_HDA_PREALLOC_SIZE: [0, -kmsan]
- SND_USB_AUDIO
- SND_FIREWORKS: n
- SND_FIREWIRE_TASCAM: n
@@ -604,3 +608,5 @@ config:
# For testing of core dumping functionality itself.
- COREDUMP
- ELF_CORE
+
+ - IO_URING_MOCK_FILE: [v6.17]