From: Dario Binacchi <dario.binacchi@amarulasolutions.com>
To: linux-kernel@vger.kernel.org
Cc: linux-amarula@amarulasolutions.com,
"Dario Binacchi" <dario.binacchi@amarulasolutions.com>,
"Akshay Bhat" <akshay.bhat@timesys.com>,
"Chandrasekar Ramakrishnan" <rcsekar@samsung.com>,
"Chen-Yu Tsai" <wens@csie.org>,
"David S. Miller" <davem@davemloft.net>,
"Dong Aisheng" <b29396@freescale.com>,
"Fengguang Wu" <fengguang.wu@intel.com>,
"Gerhard Bertelsmann" <info@gerhard-bertelsmann.de>,
"Jernej Skrabec" <jernej.skrabec@gmail.com>,
"Ji-Ze Hong (Peter Hong)" <peter_hong@fintek.com.tw>,
"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
"Marc Kleine-Budde" <mkl@pengutronix.de>,
"Marek Vasut" <marex@denx.de>,
"Maxime Ripard" <mripard@kernel.org>,
"Oliver Hartkopp" <oliver.hartkopp@volkswagen.de>,
"Samuel Holland" <samuel@sholland.org>,
"Sebastian Haas" <haas@ems-wuensche.com>,
"Uwe Kleine-König" <u.kleine-koenig@baylibre.com>,
"Varka Bhadram" <varkabhadram@gmail.com>,
"Vincent Mailhol" <mailhol.vincent@wanadoo.fr>,
"Wolfgang Grandegger" <wg@grandegger.com>,
linux-arm-kernel@lists.infradead.org, linux-can@vger.kernel.org,
linux-sunxi@lists.linux.dev
Subject: [PATCH v2 00/12] Fix {rx,tx}_errors CAN statistics
Date: Fri, 22 Nov 2024 23:15:41 +0100 [thread overview]
Message-ID: <20241122221650.633981-1-dario.binacchi@amarulasolutions.com> (raw)
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).
Dario Binacchi (12):
can: c_can: update statistics if skb allocation fails
can: sun4i_can: call can_change_state() even if cf is NULL
can: sun4i_can: continue to use likely() to check skb
can: hi311x: fix txerr and rxerr reporting
can: hi311x: update state error statistics if skb allocation fails
can: m_can: fix {rx,tx}_errors statistics
can: ifi_canfd: fix {rx,tx}_errors statistics
can: hi311x: fix {rx,tx}_errors statistics
can: sja1000: fix {rx,tx}_errors statistics
can: sun4i_can: fix {rx,tx}_errors statistics
can: ems_usb: fix {rx,tx}_errors statistics
can: f81604: fix {rx,tx}_errors statistics
drivers/net/can/c_can/c_can_main.c | 26 +++++++----
drivers/net/can/ifi_canfd/ifi_canfd.c | 58 ++++++++++++++++-------
drivers/net/can/m_can/m_can.c | 33 +++++++++----
drivers/net/can/sja1000/sja1000.c | 67 ++++++++++++++++-----------
drivers/net/can/spi/hi311x.c | 55 +++++++++++++---------
drivers/net/can/sun4i_can.c | 21 +++++----
drivers/net/can/usb/ems_usb.c | 58 +++++++++++++----------
drivers/net/can/usb/f81604.c | 10 ++--
8 files changed, 205 insertions(+), 123 deletions(-)
--
2.43.0
next reply other threads:[~2024-11-22 22:16 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-22 22:15 Dario Binacchi [this message]
2024-11-22 22:15 ` [PATCH v2 01/12] can: c_can: update statistics if skb allocation fails Dario Binacchi
2024-11-22 22:15 ` [PATCH v2 02/12] can: sun4i_can: call can_change_state() even if cf is NULL Dario Binacchi
2024-11-22 22:15 ` [PATCH v2 03/12] can: sun4i_can: continue to use likely() to check skb Dario Binacchi
2024-11-26 9:18 ` Marc Kleine-Budde
2024-11-22 22:15 ` [PATCH v2 04/12] can: hi311x: fix txerr and rxerr reporting Dario Binacchi
2024-11-26 9:48 ` Marc Kleine-Budde
2024-11-22 22:15 ` [PATCH v2 05/12] can: hi311x: update state error statistics if skb allocation fails Dario Binacchi
2024-11-22 22:15 ` [PATCH v2 06/12] can: m_can: fix {rx,tx}_errors statistics Dario Binacchi
2024-11-22 22:15 ` [PATCH v2 07/12] can: ifi_canfd: " Dario Binacchi
2024-11-23 20:14 ` Marek Vasut
2024-11-22 22:15 ` [PATCH v2 08/12] can: hi311x: " Dario Binacchi
2024-11-22 22:15 ` [PATCH v2 09/12] can: sja1000: " Dario Binacchi
2024-11-22 22:15 ` [PATCH v2 10/12] can: sun4i_can: " Dario Binacchi
2024-11-26 9:32 ` Marc Kleine-Budde
2024-11-22 22:15 ` [PATCH v2 11/12] can: ems_usb: " Dario Binacchi
2024-11-22 22:15 ` [PATCH v2 12/12] can: f81604: " Dario Binacchi
2024-11-26 9:42 ` [PATCH v2 00/12] Fix {rx,tx}_errors CAN statistics Marc Kleine-Budde
2024-11-26 10:14 ` Marc Kleine-Budde
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241122221650.633981-1-dario.binacchi@amarulasolutions.com \
--to=dario.binacchi@amarulasolutions.com \
--cc=akshay.bhat@timesys.com \
--cc=b29396@freescale.com \
--cc=davem@davemloft.net \
--cc=fengguang.wu@intel.com \
--cc=haas@ems-wuensche.com \
--cc=info@gerhard-bertelsmann.de \
--cc=jernej.skrabec@gmail.com \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-amarula@amarulasolutions.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-can@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sunxi@lists.linux.dev \
--cc=mailhol.vincent@wanadoo.fr \
--cc=marex@denx.de \
--cc=mkl@pengutronix.de \
--cc=mripard@kernel.org \
--cc=oliver.hartkopp@volkswagen.de \
--cc=peter_hong@fintek.com.tw \
--cc=rcsekar@samsung.com \
--cc=samuel@sholland.org \
--cc=u.kleine-koenig@baylibre.com \
--cc=varkabhadram@gmail.com \
--cc=wens@csie.org \
--cc=wg@grandegger.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox