From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH] iommu/amd: Fix interrupt remapping for aliased devices Date: Mon, 12 May 2014 21:05:12 +0200 Message-ID: <20140512190511.GB10562@8bytes.org> References: <20140422160802.11173.29725.stgit@bling.home> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20140422160802.11173.29725.stgit-xdHQ/5r00wBBDLzU/O5InQ@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Alex Williamson Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: iommu@lists.linux-foundation.org On Tue, Apr 22, 2014 at 10:08:40AM -0600, Alex Williamson wrote: > An apparent cut and paste error prevents the correct flags from being > set on the alias device resulting in MSI on conventional PCI devices > failing to work. This also produces error events from the IOMMU like: > > AMD-Vi: Event logged [INVALID_DEVICE_REQUEST device=00:14.4 address=0x000000fdf8000000 flags=0x0a00] > > Where 14.4 is a PCIe-to-PCI bridge with a device behind it trying to > use MSI interrupts. > > Signed-off-by: Alex Williamson > Cc: stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Applied, thanks Alex.