@@ -5,6 +5,15 @@
include "../../debian.gcp/config/annotations"
+CONFIG_IOMMU_DEFAULT_DMA_LAZY policy<{'amd64': 'n', 'arm64': 'n'}>
+CONFIG_IOMMU_DEFAULT_DMA_LAZY note<'LP:2085904'>
+
+CONFIG_IOMMU_DEFAULT_DMA_STRICT policy<{'amd64': 'n', 'arm64': 'n'}>
+CONFIG_IOMMU_DEFAULT_DMA_STRICT note<'LP:2085904'>
+
+CONFIG_IOMMU_DEFAULT_PASSTHROUGH policy<{'amd64': 'y', 'arm64': 'y'}>
+CONFIG_IOMMU_DEFAULT_PASSTHROUGH note<'LP:2085904'>
+
CONFIG_RUST policy<{'amd64': '-', 'arm64': '-'}>
CONFIG_RUST note<'TODO: update note'>
BugLink: https://bugs.launchpad.net/bugs/2085904 This is a workaround for data-loss failures on C3-Metal, intended to be reverted after a long-term fix to IOMMU. Signed-off-by: Ian Whitfield <ian.whitfield@canonical.com> --- debian.gcp-6.8/config/annotations | 9 +++++++++ 1 file changed, 9 insertions(+)