[PATCH v2 0/3] net: phy: fix uninitalized WOL struct in phy_ethtool_get_wol

From: Sebastian Hesselbarth
Date: Mon Mar 10 2014 - 16:52:26 EST


David,

this is a small patch set based on a single patch sent earlier [1] to
fix uninitalized struct ethtool_wolinfo in phy_ethtool_get_wol.
Compared to the single patch, this clears the whole struct
ethtool_wolinfo passed to phy_ethtool_get_wol and adds a check for
non-NULL struct phy_device.

I also added two cleanup patches for current users of
phy_ethtool_get_wol. Those two patches are also based on v3.14-rc1 but
aren't really part of the fix. They can wait for v3.15 and I'll rebase
on request.

[1] https://lkml.org/lkml/2014/3/9/169

Sebastian Hesselbarth (3):
net: phy: fix uninitalized WOL parameters in phy_ethtool_get_wol
net: mv643xx_eth: simplify phy_ethtool_get_wol call
net: cpsw: simplify phy_ethtool_get_wol call

drivers/net/ethernet/marvell/mv643xx_eth.c | 5 +----
drivers/net/ethernet/ti/cpsw.c | 7 +------
drivers/net/phy/phy.c | 4 +++-
3 files changed, 5 insertions(+), 11 deletions(-)

---
Cc: David Miller <davem@xxxxxxxxxxxxx>
Cc: Florian Fainelli <f.fainelli@xxxxxxxxx>
Cc: netdev@xxxxxxxxxxxxxxx
Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
Cc: linux-kernel@xxxxxxxxxxxxxxx
--
1.8.5.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/