On 27/10/14 02:44, Yijing Wang wrote: > Commit 0e4ccb1505a9 ("PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()") > fixed MSI mask bug which may cause kernel crash. But the commit > made MSI code complex. Introduce a new global flag "pci_msi_ignore_mask" > to ignore MSI/MSI-X to fix this issue, it's a cleaner solution. > And the commit 0e4ccb1505a9 will be reverted in the later patch. Reviewed-by: David Vrabel <david.vrabel@xxxxxxxxxx> In the sense that it keeps the odd Xen behaviour. But... Konrad, why was this fixed like this in the first place? IMO, it would have been better to get Xen to trap-and-emulate accesses to the relevant MSI/MSI-X registers. The mask/unmask on setup/teardown isn't performance critical. David -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html