We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc7020 commit 8627892Copy full SHA for 8627892
drivers/iommu/intel-iommu.c
@@ -475,8 +475,7 @@ static int __init intel_iommu_setup(char *str)
475
pr_info("Intel-IOMMU: scalable mode supported\n");
476
intel_iommu_sm = 1;
477
} else if (!strncmp(str, "tboot_noforce", 13)) {
478
- printk(KERN_INFO
479
- "Intel-IOMMU: not forcing on after tboot. This could expose security risk for tboot\n");
+ pr_info("Intel-IOMMU: not forcing on after tboot. This could expose security risk for tboot\n");
480
intel_iommu_tboot_noforce = 1;
481
} else if (!strncmp(str, "nobounce", 8)) {
482
pr_info("Intel-IOMMU: No bounce buffer. This could expose security risks of DMA attacks\n");
0 commit comments