]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge patch series "can: drivers: drop skb in xmit if device is in listen only mode"
authorMarc Kleine-Budde <mkl@pengutronix.de>
Mon, 20 Oct 2025 15:18:39 +0000 (17:18 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Mon, 20 Oct 2025 15:18:39 +0000 (17:18 +0200)
Marc Kleine-Budde <mkl@pengutronix.de> says:

I notived that 3 drivers (bxcan, esd and rockchip) use the function
can_dropped_invalid_skb(), that doesn't check if the device is in listen
only mode. This series converts these driver to use the new
can_dev_dropped_skb() function.

Link: https://patch.msgid.link/20251017-fix-skb-drop-check-v1-0-556665793fa4@pengutronix.de
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

Trivial merge