]> git.baikalelectronics.ru Git - kernel.git/commit
PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask Bits
authorYijing Wang <wangyijing@huawei.com>
Mon, 27 Oct 2014 02:44:36 +0000 (10:44 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 6 Nov 2014 23:34:39 +0000 (16:34 -0700)
commit800dcea73741e68a6427b179fe3c1dcd0a8c74f0
treed43a3bc4a84dad0e3a178f74478ea6996c0773c8
parent794664fc5e82534aa444b079f807e339c4d8d9b5
PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask Bits

MSI-X vector Mask Bits are in MSI-X Tables in PCI memory space.  Xen PV
guests can't write to those tables.  MSI vector Mask Bits are in PCI
configuration space.  Xen PV guests can write to config space, but those
writes are ignored.

Commit 0d94ed7d86c9 ("PCI: Add x86_msi.msi_mask_irq() and
msix_mask_irq()") added a way to override default_mask_msi_irqs() and
default_mask_msix_irqs() so they can be no-ops in Xen guests, but this is
more complicated than necessary.

Add "pci_msi_ignore_mask" in the core PCI MSI code.  If set,
default_mask_msi_irqs() and default_mask_msix_irqs() return without doing
anything.  This is less flexible, but much simpler.

[bhelgaas: changelog]
Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: David Vrabel <david.vrabel@citrix.com>
CC: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
CC: xen-devel@lists.xenproject.org
arch/x86/pci/xen.c
drivers/pci/msi.c
include/linux/msi.h