]> www.infradead.org Git - users/willy/pagecache.git/commit
Merge patch series "Fix {rx,tx}_errors CAN statistics"
authorMarc Kleine-Budde <mkl@pengutronix.de>
Tue, 26 Nov 2024 10:09:07 +0000 (11:09 +0100)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Tue, 26 Nov 2024 10:09:07 +0000 (11:09 +0100)
commita39dc2e20a214a51e07be87ba3e868575ed67407
tree50051bfd120f1a2bd2f2071e423b82fe75dc4583
parent889b2ae9139a87b3390f7003cb1bb3d65bf90a26
parentd7b916540c2ba3d2a88c27b2a6287b39d8eac052
Merge patch series "Fix {rx,tx}_errors CAN statistics"

Dario Binacchi <dario.binacchi@amarulasolutions.com> says:

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).

Link: https://patch.msgid.link/20241122221650.633981-1-dario.binacchi@amarulasolutions.com
[mkl: omitted patch 3]
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>