Message ID | 20241122221650.633981-1-dario.binacchi@amarulasolutions.com (mailing list archive) |
---|---|
Headers | show |
Series | Fix {rx,tx}_errors CAN statistics | expand |
On 22.11.2024 23:15:41, Dario Binacchi wrote: > This series extends the patch 4d6d26537940 ("can: c_can: fix {rx,tx}_errors statistics"), > already merged into the mainline, to other CAN devices that similarly do > not correctly increment the error counters for reception/transmission. I've re-phrased the commit messages of the earlier patches to imperative language. Marc
On 22.11.2024 23:15:41, Dario Binacchi wrote: > This series extends the patch 4d6d26537940 ("can: c_can: fix {rx,tx}_errors statistics"), > already merged into the mainline, to other CAN devices that similarly do > not correctly increment the error counters for reception/transmission. > > Changes in v2: > - Fix patches 7 through 12 to ensure that statistics are updated even > if the allocation of skb fails. > - Add five new patches (i. e. 1-5), created during the further analysis > of the code while correcting patches from the v1 series (i. e. 7-12). Applied with some changes to linux-can, omitted patch 3, it will to into linux-can-next. Marc