From: Lu Baolu <baolu.lu@linux.intel.com>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
Joerg Roedel <joro@8bytes.org>,
David Woodhouse <dwmw2@infradead.org>,
iommu@lists.linux-foundation.org
Subject: Re: [PATCH v1 1/3] iommu/vt-d: Unify format of the printed messages
Date: Fri, 8 May 2020 08:20:53 +0800 [thread overview]
Message-ID: <07742be4-1c71-bd72-adea-29ab51e67a70@linux.intel.com> (raw)
In-Reply-To: <20200507161804.13275-1-andriy.shevchenko@linux.intel.com>
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@linux.intel.com>
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@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");
>
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu
next prev parent reply other threads:[~2020-05-08 0:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-07 16:18 [PATCH v1 1/3] iommu/vt-d: Unify format of the printed messages Andy Shevchenko
2020-05-07 16:18 ` [PATCH v1 2/3] iommu/iova: " Andy Shevchenko
2020-05-07 16:18 ` [PATCH v1 3/3] iommu/amd: " Andy Shevchenko
2020-05-08 0:20 ` Lu Baolu [this message]
2020-05-13 8:56 ` [PATCH v1 1/3] iommu/vt-d: " Joerg Roedel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=07742be4-1c71-bd72-adea-29ab51e67a70@linux.intel.com \
--to=baolu.lu@linux.intel.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=dwmw2@infradead.org \
--cc=iommu@lists.linux-foundation.org \
--cc=joro@8bytes.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox