From c404dadd7c16c780bb290eae5ce398f668f84e49 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Fri, 16 Jan 2026 11:13:28 +0100 Subject: dashboard/config/linux: update to v6.19-rc5 --- dashboard/config/linux/bits/subsystems.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 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 4d9c908b2..aa81d12a4 100644 --- a/dashboard/config/linux/bits/subsystems.yml +++ b/dashboard/config/linux/bits/subsystems.yml @@ -469,11 +469,13 @@ config: - ION_SYSTEM_HEAP: [-v5.10] - ION_CMA_HEAP: [-v5.10] - CHROME_PLATFORMS: n - - AMD_IOMMU: n + - AMD_IOMMU: [x86_64] + # Is needed for IOMMUFD_TEST. + - IOMMU_PT_AMDV1: [v6.19, x86_64] - INTEL_IOMMU: [x86_64] # IOMMUFD must be enabled in order to keep VFIO_CONTAINER disabled. - IOMMUFD: [v6.2] - - IOMMUFD_TEST: [v6.2] + - IOMMUFD_TEST: [v6.2, x86_64] # Generally we should not enable this since we don't run any boot unit tests. # The only reason to enable it is IOMMUFD_TEST, which really shouldn't # depend on RUNTIME_TESTING_MENU since it only adds debug checks. -- cgit mrf-deployment