From: Marc Kleine-Budde Date: Tue, 20 May 2025 19:35:41 +0000 (+0200) Subject: Merge patch series "can: kvaser_pciefd: Fix ISR race conditions" X-Git-Tag: v6.15~18^2^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be19a9228d08de2e7f20602b1fd68bac241330e4;p=thirdparty%2Flinux.git Merge patch series "can: kvaser_pciefd: Fix ISR race conditions" Axel Forsman says: 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. Changes since version 2: * Rebase onto linux-can/main to resolve del_timer()/timer_delete() merge conflict. * Reword 2nd commit message slightly. Changes since version 1: * Change type of srb_cmd_reg from "__le32 __iomem *" to "void __iomem *". * Maintain TX FIFO count in driver instead of querying HW. * Stop queue at end of .start_xmit() if full. Link: https://patch.msgid.link/20250520114332.8961-1-axfo@kvaser.com Signed-off-by: Marc Kleine-Budde --- be19a9228d08de2e7f20602b1fd68bac241330e4