From: Vladimir Oltean <olteanv@gmail.com> Date: 2024-12-12 19:38:51
On Tue, Dec 10, 2024 at 02:26:14PM +0000, Russell King (Oracle) wrote:
dsa_user_get_eee() calls the DSA switch get_mac_eee() method followed
by phylink_ethtool_get_eee(), which goes on to call
phy_ethtool_get_eee(). This overwrites all members of the passed
ethtool_keee, which means anything written by the DSA switch
get_mac_eee() method will discarded.