linux-can archive
Most active threads (last 7 days)
-
HOTtoday
[PATCH v5 0/3] can_rx_offload keeps a lockless irq_queue that the IRQ handlers fill and that is later spliced under skb_queue.lock into the NAPI-facing skb_queue. This works as long as a single context fills the irq_queue. flexcan with FLEXCAN_QUIRK_SECONDARY_MB_IRQ and mcf5441x use two mailbox IRQ lines. When those are affined to different CPUs the two handlers can enqueue into the same list at the same time and corrupt it.
2026-09-07 15:07 · 7 replies in 7d · Ciprian Costea <ciprianmarian.costea@oss.nxp.com> -
HOTtoday
[PATCH net-next 00/33] Remove comma after sentinel entries in match table
2026-09-07 04:29 · 49 replies in 7d · Siddharth Vadapalli <s-vadapalli@ti.com> -
HOTtoday
[PATCH V5 0/4] arm64: dts: freescale: Add chargebyte Charge Control Y
2026-09-07 15:04 · 4 replies in 7d · Stefan Wahren <wahrenst@gmx.net> -
HOTtoday
[PATCHv3 0/3] m68k: coldfire: fix non-standard readX()/writeX() functions
2026-09-07 13:43 · 3 replies in 7d · Greg Ungerer <gerg@linux-m68k.org> -
HOTtoday
[PATCH 0/2] can: j1939: tighten TP receive-path checks
2026-09-07 14:57 · 2 replies in 7d · Liu Chao <hidden> -
HOTtoday
[BUG] drivers/net: out-of-bounds in pcan_usb_decode_buf()
2026-09-07 08:27 · 5 replies in 7d · co <hidden> -
HOTtoday
[PATCH v4 0/7] can: rcar_canfd: Add support for Renesas RZ/G3S
2026-09-07 12:37 · 11 replies in 7d · Claudiu Beznea <hidden> -
HOTtoday
[PATCH v4 0/3] can: rx-offload: make skb_irq_queue per-CPU
2026-09-07 09:41 · 5 replies in 7d · Ciprian Costea <ciprianmarian.costea@oss.nxp.com> -
HOTtoday
[PATCH V4 0/4] arm64: dts: freescale: Add chargebyte Charge Control Y
2026-09-07 08:45 · 7 replies in 7d · Stefan Wahren <wahrenst@gmx.net> -
HOTtoday
[PATCH net] can: peak_usb: fix slab-out-of-bounds read in pcan_usb_handle_bus_evt()
2026-09-06 22:36 · 1 reply in 7d · Xiang Mei <hidden>
Most active subsystems (last 7 days)
-
can network drivers
31 messages in 7d -
networking drivers
28 messages in 7d -
networking [dsa]
16 messages in 7d -
open firmware and flattened device tree bindings
10 messages in 7d -
can network layer
9 messages in 7d -
generic phy framework
5 messages in 7d -
can-j1939 network layer
5 messages in 7d -
ethernet phy library
4 messages in 7d -
arm/freescale imx / mxc / layerscape arm architecture
3 messages in 7d -
mcan device driver
3 messages in 7d
This day, 5 years ago
-
STALE1816d
[PATCH v3 2/2] can: esd: add support for esd GmbH PCIe/402 CAN interface family
2021-09-08 16:46 · Stefan Mätje <stefan.maetje@esd.eu> -
STALE1816d
[PATCH v3 1/2] MAINTAINERS: add Stefan Mätje as maintainer for the esd electronics GmbH CAN drivers
2021-09-08 16:46 · Stefan Mätje <stefan.maetje@esd.eu> -
STALE1816d
[PATCH v3 0/2] can: esd: add support for esd GmbH PCIe/402 CAN interface
2021-09-08 16:46 · Stefan Mätje <stefan.maetje@esd.eu>
Recent messages
-
DORMANTno replies
Re: [PATCH v5 0/3] can_rx_offload keeps a lockless irq_queue that the IRQ handlers fill and that is later spliced under skb_queue.lock into the NAPI-facing skb_queue. This works as long as a single context fills the irq_queue. flexcan with FLEXCAN_QUIRK_SECONDARY_MB_IRQ and mcf5441x use two mailbox IRQ lines. When those are affined to different CPUs the two handlers can enqueue into the same list at the same time and corrupt it.
2026-09-07 15:07 · Ciprian Marian Costea <ciprianmarian.costea@oss.nxp.com> -
DORMANTno replies
REVIEWED: 3 (3M) [PATCH V5 3/4] dt-bindings: phy: ti,tcan104x-can: Document Microchip MCP2542
2026-09-07 15:04 · Stefan Wahren <wahrenst@gmx.net> -
HOTtoday
[PATCH V5 4/4] arm64: dts: freescale: Add chargebyte Charge Control Y
2026-09-07 15:04 · Stefan Wahren <wahrenst@gmx.net> -
HOTtoday
REVIEWED: 3 (3M) [PATCH V5 2/4] dt-bindings: arm: fsl: Add chargebyte Charge Control Y
2026-09-07 15:04 · Stefan Wahren <wahrenst@gmx.net> -
HOTtoday
REVIEWED: 1 (0M) [PATCH V5 1/4] dt-bindings: phy: ti,tcan104x-can: Fix property constrains
2026-09-07 15:04 · Stefan Wahren <wahrenst@gmx.net> -
HOTtoday
[PATCH V5 0/4] arm64: dts: freescale: Add chargebyte Charge Control Y
2026-09-07 15:04 · Stefan Wahren <wahrenst@gmx.net> -
DORMANTno replies
[PATCH 2/2] can: j1939: check received packet count before completing session
2026-09-07 14:57 · Liu Chao <hidden> -
HOTtoday
[PATCH 1/2] can: j1939: reject TP RTS with wrong packet count
2026-09-07 14:57 · Liu Chao <hidden> -
HOTtoday
[PATCH 0/2] can: j1939: tighten TP receive-path checks
2026-09-07 14:56 · Liu Chao <hidden> -
HOTtoday
Re: [PATCH v5 0/3] can_rx_offload keeps a lockless irq_queue that the IRQ handlers fill and that is later spliced under skb_queue.lock into the NAPI-facing skb_queue. This works as long as a single context fills the irq_queue. flexcan with FLEXCAN_QUIRK_SECONDARY_MB_IRQ and mcf5441x use two mailbox IRQ lines. When those are affined to different CPUs the two handlers can enqueue into the same list at the same time and corrupt it.
2026-09-07 13:52 · Marc Kleine-Budde <mkl@pengutronix.de>