diff options
| author | Taras Madan <tarasmadan@google.com> | 2026-01-16 11:13:28 +0100 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2026-01-20 19:55:27 +0000 |
| commit | c404dadd7c16c780bb290eae5ce398f668f84e49 (patch) | |
| tree | d11e0ef8fee1c1c73f95b9722b1f9ad6d21e2830 /dashboard/config/linux/bits/subsystems.yml | |
| parent | 22cf81e1bf2cc65e46d59d3c203f8b4b4b623114 (diff) | |
dashboard/config/linux: update to v6.19-rc5
Diffstat (limited to 'dashboard/config/linux/bits/subsystems.yml')
| -rw-r--r-- | dashboard/config/linux/bits/subsystems.yml | 6 |
1 files changed, 4 insertions, 2 deletions
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. |
