]> Git Repo - linux.git/commit
Revert "virtio_pci: harden MSI-X interrupts"
authorJason Wang <[email protected]>
Wed, 23 Mar 2022 03:15:24 +0000 (11:15 +0800)
committerMichael S. Tsirkin <[email protected]>
Mon, 28 Mar 2022 20:52:59 +0000 (16:52 -0400)
commiteb4cecb453a19b34d5454b49532e09e9cb0c1529
treedca0d404093947e6385024bafcf49c56b3cc6a91
parent7b79edfb862d6b1ecc66479419ae67a7db2d02e3
Revert "virtio_pci: harden MSI-X interrupts"

This reverts commit 9e35276a5344f74d4a3600fc4100b3dd251d5c56. Issue
were reported for the drivers that are using affinity managed IRQ
where manually toggling IRQ status is not expected. And we forget to
enable the interrupts in the restore path as well.

In the future, we will rework on the interrupt hardening.

Fixes: 9e35276a5344 ("virtio_pci: harden MSI-X interrupts")
Reported-by: Marc Zyngier <[email protected]>
Reported-by: Stefano Garzarella <[email protected]>
Signed-off-by: Jason Wang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michael S. Tsirkin <[email protected]>
drivers/virtio/virtio_pci_common.c
drivers/virtio/virtio_pci_common.h
drivers/virtio/virtio_pci_legacy.c
drivers/virtio/virtio_pci_modern.c
This page took 0.054185 seconds and 4 git commands to generate.