All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] can: kvaser_pciefd: Fix ISR race conditions
@ 2025-03-31  7:25 Axel Forsman
  2025-03-31  7:25 ` [PATCH 1/3] can: kvaser_pciefd: Force IRQ edge in case of nested IRQ Axel Forsman
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Axel Forsman @ 2025-03-31  7:25 UTC (permalink / raw)
  To: linux-can; +Cc: mkl, mailhol.vincent, Axel Forsman

This patch series fixes a couple of race conditions in the
kvaser_pciefd driver surfaced by enabling MSI interrupts and the new
Kvaser PCIe 8xCAN.

Axel Forsman (3):
  can: kvaser_pciefd: Force IRQ edge in case of nested IRQ
  can: kvaser_pciefd: Fix echo_skb race conditions
  can: kvaser_pciefd: Continue parsing DMA buf after dropped RX

 drivers/net/can/kvaser_pciefd.c | 161 ++++++++++++++++++--------------
 1 file changed, 92 insertions(+), 69 deletions(-)

-- 
2.47.2


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-04-09 10:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-31  7:25 [PATCH 0/3] can: kvaser_pciefd: Fix ISR race conditions Axel Forsman
2025-03-31  7:25 ` [PATCH 1/3] can: kvaser_pciefd: Force IRQ edge in case of nested IRQ Axel Forsman
2025-04-07 14:34   ` Marc Kleine-Budde
2025-04-08 12:24     ` Axel Forsman
2025-03-31  7:25 ` [PATCH 2/3] can: kvaser_pciefd: Fix echo_skb race conditions Axel Forsman
2025-04-07 15:04   ` Marc Kleine-Budde
2025-04-09 10:09     ` Axel Forsman
2025-03-31  7:25 ` [PATCH 3/3] can: kvaser_pciefd: Continue parsing DMA buf after dropped RX Axel Forsman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.