Commit 2e6259d
committed
Merge tag 'linux-can-fixes-for-6.15-20250506' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
Marc Kleine-Budde says:
====================
pull-request: can 2025-05-06
The first patch is by Antonios Salios and adds a missing
spin_lock_init() to the m_can driver.
The next 3 patches are by me and fix the unregistration order in the
mcp251xfd, rockchip_canfd and m_can driver.
The last patch is by Oliver Hartkopp and fixes RCU and BH
locking/handling in the CAN gw protocol.
* tag 'linux-can-fixes-for-6.15-20250506' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can:
can: gw: fix RCU/BH usage in cgw_create_job()
can: mcan: m_can_class_unregister(): fix order of unregistration calls
can: rockchip_canfd: rkcanfd_remove(): fix order of unregistration calls
can: mcp251xfd: mcp251xfd_remove(): fix order of unregistration calls
can: mcp251xfd: fix TDC setting for low data bit rates
can: m_can: m_can_class_allocate_dev(): initialize spin lock on device probe
====================
Link: https://patch.msgid.link/20250506135939.652543-1-mkl@pengutronix.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>4 files changed
Lines changed: 126 additions & 70 deletions
File tree
- drivers/net/can
- m_can
- rockchip
- spi/mcp251xfd
- net/can
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2379 | 2379 | | |
2380 | 2380 | | |
2381 | 2381 | | |
| 2382 | + | |
2382 | 2383 | | |
2383 | 2384 | | |
2384 | 2385 | | |
| |||
2462 | 2463 | | |
2463 | 2464 | | |
2464 | 2465 | | |
| 2466 | + | |
2465 | 2467 | | |
2466 | 2468 | | |
2467 | | - | |
2468 | 2469 | | |
2469 | 2470 | | |
2470 | 2471 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
937 | 937 | | |
938 | 938 | | |
939 | 939 | | |
940 | | - | |
941 | 940 | | |
| 941 | + | |
942 | 942 | | |
943 | 943 | | |
944 | 944 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
78 | 96 | | |
79 | 97 | | |
80 | 98 | | |
| |||
510 | 528 | | |
511 | 529 | | |
512 | 530 | | |
513 | | - | |
514 | | - | |
| 531 | + | |
515 | 532 | | |
516 | 533 | | |
517 | 534 | | |
| |||
575 | 592 | | |
576 | 593 | | |
577 | 594 | | |
578 | | - | |
579 | | - | |
580 | | - | |
581 | | - | |
582 | | - | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
583 | 605 | | |
584 | 606 | | |
585 | 607 | | |
| |||
2083 | 2105 | | |
2084 | 2106 | | |
2085 | 2107 | | |
| 2108 | + | |
2086 | 2109 | | |
2087 | 2110 | | |
2088 | 2111 | | |
2089 | | - | |
| 2112 | + | |
| 2113 | + | |
2090 | 2114 | | |
2091 | 2115 | | |
2092 | 2116 | | |
| |||
2174 | 2198 | | |
2175 | 2199 | | |
2176 | 2200 | | |
2177 | | - | |
2178 | 2201 | | |
| 2202 | + | |
2179 | 2203 | | |
2180 | 2204 | | |
2181 | 2205 | | |
| |||
0 commit comments