Skip to content
Commit 6b292a04 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by David S. Miller
Browse files

pci_irq_vector() can't be used in atomic context any longer. This conflicts

with the usage of this function in nic_mbx_intr_handler().

Cache the Linux interrupt numbers in struct nicpf and use that cache in the
interrupt handler to select the mailbox.

Fixes: 495c66ac

 ("genirq/msi: Convert to new functions")
Reported-by: default avatarOndrej Mosnacek <omosnace@redhat.com>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: Sunil Goutham <sgoutham@marvell.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Paolo Abeni <pabeni@redhat.com>
Cc: netdev@vger.kernel.org
Cc: stable@vger.kernel.org
Link: https://bugzilla.redhat.com/show_bug.cgi?id=2041772
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b6693611
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment