Skip to content

Commit 77e530c

Browse files
Andrea Righipiso77
authored andcommitted
UBUNTU: [Config] enable Intel DMA remapping by default
BugLink: https://bugs.launchpad.net/bugs/1951440 We have tried in the past to enable CONFIG_INTEL_IOMMU_DEFAULT_ON and CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON (starting with Jammy), but there were multiple issues (especially with old hardware), so we ended up disabling these options afterwards, see LP: #1971699. Considering that IOMMU is enabled by default in upstream kernels, probably most of these issues are solved now (or old hardware has been decommissioned). Moreover, having this enabled by default can prevent potential issues with modern hardware and drivers (see for example LP #1958004). Acked-by: Philip Cox <[email protected]> Acked-by: Andrei Gherzan <[email protected]> Signed-off-by: Andrea Righi <[email protected]>
1 parent 9f9563d commit 77e530c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

debian.master/config/annotations

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,11 @@ CONFIG_INTEL_ATOMISP note<'LP: #2017444'>
321321
CONFIG_INTEL_ATOMISP2_PM policy<{'amd64': 'm'}>
322322
CONFIG_INTEL_ATOMISP2_PM note<'LP: #2017444'>
323323

324-
CONFIG_INTEL_IOMMU_DEFAULT_ON policy<{'amd64': 'n'}>
325-
CONFIG_INTEL_IOMMU_DEFAULT_ON note<'LP: #1971699'>
324+
CONFIG_INTEL_IOMMU_DEFAULT_ON policy<{'amd64': 'y'}>
325+
CONFIG_INTEL_IOMMU_DEFAULT_ON note<'LP: #1951440'>
326+
327+
CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON policy<{'amd64': 'y'}>
328+
CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON note<'LP: #1951440'>
326329

327330
CONFIG_IOMMU_DEBUGFS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'ppc64el': 'n', 'riscv64': 'n', 's390x': 'n'}>
328331
CONFIG_IOMMU_DEBUGFS note<'LP: #1861057'>

0 commit comments

Comments
 (0)