messages from 2026-07-07 10:33:29 to 2026-07-10 00:40:38 UTC [more...]
[PATCH v12 00/11] can: bcm: collected fixes - final7 \o/ \o/
2026-07-10 0:40 UTC (20+ messages)
` [PATCH v12 01/11] can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF
` [PATCH v12 02/11] can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure
` [PATCH v12 03/11] can: bcm: add locking when updating filter and timer values
` [PATCH v12 04/11] can: bcm: fix CAN frame rx/tx statistics
` [PATCH v12 05/11] can: bcm: add missing rcu list annotations and operations
` [PATCH v12 06/11] can: bcm: extend bcm_tx_lock usage for data and timer updates
` [PATCH v12 07/11] can: bcm: validate frame length in bcm_rx_setup() for RTR replies
` [PATCH v12 08/11] can: bcm: add missing device refcount for CAN filter removal
` [PATCH v12 09/11] can: bcm: fix stale rx/tx ops after device removal
` [PATCH v12 10/11] can: bcm: fix data race on rx_stamp/rx_ifindex in bcm_rx_handler()
` [PATCH v12 11/11] can: bcm: track a single source interface for ANYDEV timeout/throttle ops
[PATCH v11 00/11] can: bcm: collected fixes - final6 \o/
2026-07-09 18:43 UTC (20+ messages)
` [PATCH v11 01/11] can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF
` [PATCH v11 02/11] can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure
` [PATCH v11 03/11] can: bcm: add locking when updating filter and timer values
` [PATCH v11 04/11] can: bcm: fix CAN frame rx/tx statistics
` [PATCH v11 05/11] can: bcm: add missing rcu list annotations and operations
` [PATCH v11 06/11] can: bcm: extend bcm_tx_lock usage for data and timer updates
` [PATCH v11 07/11] can: bcm: validate frame length in bcm_rx_setup() for RTR replies
` [PATCH v11 08/11] can: bcm: add missing device refcount for CAN filter removal
` [PATCH v11 09/11] can: bcm: fix stale rx/tx ops after device removal
` [PATCH v11 10/11] can: bcm: fix data race on rx_stamp/rx_ifindex in bcm_rx_handler()
` [PATCH v11 11/11] can: bcm: track a single source interface for ANYDEV timeout/throttle ops
[PATCH v2 0/8] can: rcar_canfd: Add support for Renesas RZ/G3S
2026-07-09 18:40 UTC (12+ messages)
` [PATCH v2 1/8] clk: r9a08g045-cpg: Add clocks and resets for CAN-FD
` [PATCH v2 2/8] dt-bindings: can: renesas,rcar-canfd: Document RZ/G3S SoC
` [PATCH v2 3/8] can: rcar_canfd: Fix typos in macro names
` [PATCH v2 4/8] can: rcar_canfd: Allow the CAN FD clock to be sourced from fck
` [PATCH v2 5/8] can: rcar_canfd: Do not set registers selecting the CAN mode
` [PATCH v2 6/8] can: rcar_canfd: Add support for Renesas RZ/G3S
` [PATCH v2 7/8] arm64: dts: renesas: r9a08g045: Add CAN-FD node
` [PATCH v2 8/8] arm64: dts: renesas: rzg3s-smarc: Enable CAN-FD
[PATCH net] can: esd_usb: kill anchored URBs before freeing netdevs
2026-07-09 16:41 UTC (3+ messages)
` [PATCH net v2] "
[PATCH net-next] net: Convert %pK back to %p
2026-07-09 16:18 UTC (3+ messages)
[PATCH 0/8] can: rcar_canfd: Add support for Renesas RZ/G3S
2026-07-09 15:45 UTC (14+ messages)
` [PATCH 1/8] clk: r9a08g045-cpg: Add clocks and resets for CAN-FD
` [PATCH 2/8] dt-bindings: can: renesas,rcar-canfd: Document RZ/G3S SoC
` [PATCH 4/8] can: rcar_canfd: Allow the CAN FD clock to be sourced from fck
` [PATCH 5/8] can: rcar_canfd: Do not set registers selecting the CAN mode
` [PATCH 6/8] can: rcar_canfd: Add support for Renesas RZ/G3S
[PATCH can-next] can: m_can: switch to rx-offload implementation
2026-07-09 15:45 UTC (2+ messages)
[PATCH] can: gs_usb: gs_usb_receive_bulk_callback(): resubmit URB on skb allocation failure
2026-07-09 15:07 UTC (3+ messages)
[PATCH v10 00/10] can: bcm: collected fixes - final5 :-(
2026-07-09 12:58 UTC (19+ messages)
` [PATCH v10 01/10] can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF
` [PATCH v10 02/10] can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure
` [PATCH v10 03/10] can: bcm: add locking when updating filter and timer values
` [PATCH v10 04/10] can: bcm: fix CAN frame rx/tx statistics
` [PATCH v10 05/10] can: bcm: add missing rcu list annotations and operations
` [PATCH v10 06/10] can: bcm: extend bcm_tx_lock usage for data and timer updates
` [PATCH v10 07/10] can: bcm: validate frame length in bcm_rx_setup() for RTR replies
` [PATCH v10 08/10] can: bcm: add missing device refcount for CAN filter removal
` [PATCH v10 09/10] can: bcm: fix stale rx/tx ops after device removal
` [PATCH v10 10/10] can: bcm: fix data race on rx_stamp/rx_ifindex in bcm_rx_handler()
[PATCH v9 00/10] can: bcm: collected fixes - final4 :-O
2026-07-09 8:39 UTC (16+ messages)
` [PATCH v9 01/10] can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF
` [PATCH v9 02/10] can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure
` [PATCH v9 03/10] can: bcm: add locking when updating filter and timer values
` [PATCH v9 04/10] can: bcm: fix CAN frame rx/tx statistics
` [PATCH v9 05/10] can: bcm: add missing rcu list annotations and operations
` [PATCH v9 06/10] can: bcm: extend bcm_tx_lock usage for data and timer updates
` [PATCH v9 07/10] can: bcm: validate frame length in bcm_rx_setup() for RTR replies
` [PATCH v9 08/10] can: bcm: add missing device refcount for CAN filter removal
` [PATCH v9 09/10] can: bcm: fix stale rx/tx ops after device removal
` [PATCH v9 10/10] can: bcm: fix data race on rx_stamp/rx_ifindex in bcm_rx_handler()
[PATCH v8 00/10] can: bcm: collected fixes - final3 :-/
2026-07-08 21:23 UTC (19+ messages)
` [PATCH v8 01/10] can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF
` [PATCH v8 02/10] can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure
` [PATCH v8 03/10] can: bcm: add locking when updating filter and timer values
` [PATCH v8 04/10] can: bcm: fix CAN frame rx/tx statistics
` [PATCH v8 05/10] can: bcm: add missing rcu list annotations and operations
` [PATCH v8 06/10] can: bcm: extend bcm_tx_lock usage for data and timer updates
` [PATCH v8 07/10] can: bcm: validate frame length in bcm_rx_setup() for RTR replies
` [PATCH v8 08/10] can: bcm: add missing device refcount for CAN filter removal
` [PATCH v8 09/10] can: bcm: fix stale rx/tx ops after device removal
` [PATCH v8 10/10] can: bcm: fix data race on rx_stamp/rx_ifindex in bcm_rx_handler()
[PATCH v7 00/10] can: bcm: collected fixes - final2 :-D
2026-07-08 15:48 UTC (18+ messages)
` [PATCH v7 01/10] can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF
` [PATCH v7 02/10] can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure
` [PATCH v7 03/10] can: bcm: add locking when updating filter and timer values
` [PATCH v7 04/10] can: bcm: fix CAN frame rx/tx statistics
` [PATCH v7 05/10] can: bcm: add missing rcu list annotations and operations
` [PATCH v7 06/10] can: bcm: extend bcm_tx_lock usage for data and timer updates
` [PATCH v7 07/10] can: bcm: validate frame length in bcm_rx_setup() for RTR replies
` [PATCH v7 08/10] can: bcm: add missing device refcount for CAN filter removal
` [PATCH v7 09/10] can: bcm: fix stale rx/tx ops after device removal
` [PATCH v7 10/10] can: bcm: fix data race on rx_stamp/rx_ifindex in bcm_rx_handler()
[PATCH] can: ems_usb: validate received CAN message payloads
2026-07-08 13:15 UTC (2+ messages)
[PATCH v6 0/9] can: bcm: collected fixes - final
2026-07-08 9:49 UTC (17+ messages)
` [PATCH v6 1/9] can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF
` [PATCH v6 2/9] can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure
` [PATCH v6 3/9] can: bcm: add locking when updating filter and timer values
` [PATCH v6 4/9] can: bcm: fix CAN frame rx/tx statistics
` [PATCH v6 5/9] can: bcm: add missing rcu list annotations and operations
` [PATCH v6 6/9] can: bcm: extend bcm_tx_lock usage for data and timer updates
` [PATCH v6 7/9] can: bcm: validate frame length in bcm_rx_setup() for RTR replies
` [PATCH v6 8/9] can: bcm: add missing device refcount for CAN filter removal
` [PATCH v6 9/9] can: bcm: fix data race on rx_stamp/rx_ifindex in bcm_rx_handler()
[PATCH v3] can: m_can: Use of_property_present() for wakeup-source
2026-07-08 3:05 UTC
[PATCH net] can: esd_usb: free_candev() after unlink_all_urbs() in disconnect
2026-07-07 20:35 UTC (3+ messages)
[PATCH v5 0/8] can: bcm: collected fixes
2026-07-07 18:18 UTC (11+ messages)
` [PATCH v5 1/8] can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF
` [PATCH v5 2/8] can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure
` [PATCH v5 3/8] can: bcm: add locking when updating filter and timer values
` [PATCH v5 4/8] can: bcm: fix CAN frame rx/tx statistics
` [PATCH v5 5/8] can: bcm: add missing rcu list annotations and operations
` [PATCH v5 6/8] can: bcm: extend bcm_tx_lock usage for data and timer updates
` [PATCH v5 7/8] can: bcm: validate frame length in bcm_rx_setup() for RTR replies
` [PATCH v5 8/8] can: bcm: add missing device refcount for CAN filter removal
[PATCH v4 0/7] can: bcm: collected fixes
2026-07-07 14:54 UTC (16+ messages)
` [PATCH v4 1/7] can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF
` [PATCH v4 2/7] can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure
` [PATCH v4 3/7] can: bcm: add locking when updating filter and timer values
` [PATCH v4 4/7] can: bcm: fix CAN frame rx/tx statistics
` [PATCH v4 5/7] can: bcm: add missing rcu list annotations and operations
` [PATCH v4 6/7] can: bcm: extend bcm_tx_lock usage for data and timer updates
` [PATCH v4 7/7] can: bcm: validate frame length in bcm_rx_setup() for RTR replies
[PATCH v3 0/7] can: bcm: collected fixes
2026-07-07 12:38 UTC (19+ messages)
` [PATCH v3 1/7] can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF
` [PATCH v3 2/7] can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure
` [PATCH v3 3/7] can: bcm: add locking when updating filter and timer values
` [PATCH v3 4/7] can: bcm: fix CAN frame rx/tx statistics
` [PATCH v3 5/7] can: bcm: add missing rcu list annotations and operations
` [PATCH v3 6/7] can: bcm: extend bcm_tx_lock usage for data and timer updates
[PATCH v5 0/8] can: flexcan: Add NXP S32N79 SoC support
2026-07-07 10:36 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox