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

2014-03-10 Thread Florian Fainelli
2014-03-10 13:50 GMT-07:00 Sebastian Hesselbarth : > 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_ethtoo

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

2014-03-10 Thread Sebastian Hesselbarth
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