2014-03-10 13:50 GMT-07:00 Sebastian Hesselbarth <sebastian.hesselba...@gmail.com>: > 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.
Looks good to me, thanks Sebastian: Reviewed-by: Florian Fainelli <f.faine...@gmail.com> > > [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 <da...@davemloft.net> > Cc: Florian Fainelli <f.faine...@gmail.com> > Cc: net...@vger.kernel.org > Cc: linux-arm-ker...@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > -- > 1.8.5.3 > -- Florian -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/