[PATCH v1 1/3] iommu/vt-d: Unify format of the printed messages
Lu Baolu
baolu.lu at linux.intel.com
Fri May 8 00:20:53 UTC 2020
On 5/8/20 12:18 AM, Andy Shevchenko wrote:
> Unify format of the printed messages, i.e. replace printk(LEVEL ... )
> with pr_level(...).
Thanks!
Reviewed-by: Lu Baolu <baolu.lu at linux.intel.com>
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
> ---
> drivers/iommu/intel-iommu.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/drivers/iommu/intel-iommu.c b/drivers/iommu/intel-iommu.c
> index 0182cff2c7ac7..624831e5a583c 100644
> --- a/drivers/iommu/intel-iommu.c
> +++ b/drivers/iommu/intel-iommu.c
> @@ -480,8 +480,7 @@ static int __init intel_iommu_setup(char *str)
> pr_info("Intel-IOMMU: scalable mode supported\n");
> intel_iommu_sm = 1;
> } else if (!strncmp(str, "tboot_noforce", 13)) {
> - printk(KERN_INFO
> - "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");
> intel_iommu_tboot_noforce = 1;
> } else if (!strncmp(str, "nobounce", 8)) {
> pr_info("Intel-IOMMU: No bounce buffer. This could expose security risks of DMA attacks\n");
>
More information about the iommu
mailing list