aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3/cdns3-trace.c
diff options
context:
space:
mode:
authorJason Wang <[email protected]>2021-10-19 15:01:47 +0800
committerMichael S. Tsirkin <[email protected]>2021-11-01 05:26:48 -0400
commit080cd7c3ac8701081d143a15ba17dd9475313188 (patch)
tree4f05ff73855daeacdd2bad9098b1c9ee4a22e9b2 /drivers/usb/cdns3/cdns3-trace.c
parent9e35276a5344f74d4a3600fc4100b3dd251d5c56 (diff)
virtio-pci: harden INTX interrupts
This patch tries to make sure the virtio interrupt handler for INTX won't be called after a reset and before virtio_device_ready(). We can't use IRQF_NO_AUTOEN since we're using shared interrupt (IRQF_SHARED). So this patch tracks the INTX enabling status in a new intx_soft_enabled variable and toggle it during in vp_disable/enable_vectors(). The INTX interrupt handler will check intx_soft_enabled before processing the actual interrupt. Cc: Boqun Feng <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Paul E. McKenney <[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]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-trace.c')
0 files changed, 0 insertions, 0 deletions