From 7e2b734bac96c22086fedd1b18135da06d5e4054 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 16 Apr 2021 13:30:23 +0200 Subject: dashboard/config/linux: support for v4.15 kernels Add constraints for configs not present in v4.15. I tentatively marked all of them as v4.16. If we support something in between v4.15 and v5.4 in future we may need to refine them. --- dashboard/config/linux/bits/debug.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'dashboard/config/linux/bits/debug.yml') diff --git a/dashboard/config/linux/bits/debug.yml b/dashboard/config/linux/bits/debug.yml index b83eec837..012922e70 100644 --- a/dashboard/config/linux/bits/debug.yml +++ b/dashboard/config/linux/bits/debug.yml @@ -21,7 +21,7 @@ config: - DEBUG_SPINLOCK - DEBUG_MUTEXES - DEBUG_WW_MUTEX_SLOWPATH - - DEBUG_RWSEMS + - DEBUG_RWSEMS: [v4.16] - DEBUG_IRQFLAGS: [v5.12] - DEBUG_VM @@ -50,9 +50,10 @@ config: - DEBUG_OBJECTS_TIMERS - DEBUG_OBJECTS_WORK - DEBUG_OBJECTS_SELFTEST: n - - SND_DEBUG: [-riscv, -s390] - - SND_PCM_XRUN_DEBUG: [-riscv, -s390] - - SND_CTL_VALIDATION: [v5.6, -riscv, -s390] + # Some base configs may not enable sound at all. + - SND_DEBUG: [-riscv, -s390, optional] + - SND_PCM_XRUN_DEBUG: [-riscv, -s390, optional] + - SND_CTL_VALIDATION: [v5.6, -riscv, -s390, optional] - DYNAMIC_DEBUG - DEBUG_PER_CPU_MAPS - DEBUG_SG -- cgit mrf-deployment