Merge branch 'sja1105-driver-fixes'
authorJakub Kicinski <kuba@kernel.org>
Mon, 24 Mar 2025 22:20:26 +0000 (15:20 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 24 Mar 2025 22:20:26 +0000 (15:20 -0700)
commitd7a550d6c68b6f13a9bbc208de9894abb41f2e97
treeb8beaaacc4dc9daf2985243254e7205b30910cd6
parent4af9939a4977e05ccaaa645848f6208e82e06c61
parent5f2b28b79d2d1946ee36ad8b3dc0066f73c90481
Merge branch 'sja1105-driver-fixes'

Vladimir Oltean says:

====================
sja1105 driver fixes

This is a collection of 3 fixes for the sja1105 DSA driver:
- 1/3: "ethtool -S" shows a bogus counter with no name, and doesn't show
  a valid counter because of it (either "n_not_reach" or "n_rx_bcast").
- 2/3: RX timestamping filters other than L2 PTP event messages don't work,
  but are not rejected, either.
- 3/3: there is a KASAN out-of-bounds warning in sja1105_table_delete_entry()
====================

Link: https://patch.msgid.link/20250318115716.2124395-1-vladimir.oltean@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>