From: Joerg Roedel <joro@8bytes.org>
To: Andy Lutomirski <luto@amacapital.net>
Cc: Dave Jones <davej@redhat.com>,
Linux Kernel <linux-kernel@vger.kernel.org>,
Fedora Kernel Team <kernel-team@fedoraproject.org>,
David Woodhouse <dwmw2@infradead.org>
Subject: Re: [PATCH] intel_iommu: Downgrade the warning if enabling irq remapping fails
Date: Thu, 20 Jun 2013 16:27:52 +0200 [thread overview]
Message-ID: <20130620142752.GA3496@8bytes.org> (raw)
In-Reply-To: <cae6129769f80ed16f30118dc19ff10ba5d63fde.1368483649.git.luto@amacapital.net>
On Mon, May 13, 2013 at 03:22:42PM -0700, Andy Lutomirski wrote:
> This triggers on a MacBook Pro.
>
> Signed-off-by: Andy Lutomirski <luto@amacapital.net>
> https://bugzilla.redhat.com/show_bug.cgi?id=948262
> ---
> drivers/iommu/intel_irq_remapping.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/drivers/iommu/intel_irq_remapping.c b/drivers/iommu/intel_irq_remapping.c
> index f3b8f23..a7e0ad1 100644
> --- a/drivers/iommu/intel_irq_remapping.c
> +++ b/drivers/iommu/intel_irq_remapping.c
> @@ -654,8 +654,7 @@ error:
> */
>
> if (x2apic_present)
> - WARN(1, KERN_WARNING
> - "Failed to enable irq remapping. You are vulnerable to irq-injection attacks.\n");
> + pr_warn("Failed to enable irq remapping. You are vulnerable to irq-injection attacks.\n");
>
> return -1;
> }
> --
> 1.8.1.4
Applied to x86/vt-d, thanks.
prev parent reply other threads:[~2013-06-20 14:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-13 22:04 irq remapping warnings on macbook pro Dave Jones
2013-05-13 22:22 ` [PATCH] intel_iommu: Downgrade the warning if enabling irq remapping fails Andy Lutomirski
2013-06-20 14:27 ` Joerg Roedel [this message]
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=20130620142752.GA3496@8bytes.org \
--to=joro@8bytes.org \
--cc=davej@redhat.com \
--cc=dwmw2@infradead.org \
--cc=kernel-team@fedoraproject.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luto@amacapital.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.