From: David Miller <da...@davemloft.net> Date: Thu, 30 May 2019 11:55:07 -0700 (PDT)
> Series applied, thanks Richard. I had to revert, this doesn't build. drivers/ptp/ptp_ines.c: In function ‘ines_txtstamp’: drivers/ptp/ptp_ines.c:674:3: warning: ‘old_skb’ may be used uninitialized in this function [-Wmaybe-uninitialized] kfree_skb(old_skb); ^~~~~~~~~~~~~~~~~~ drivers/net/macvlan.c: In function ‘macvlan_ethtool_get_ts_info’: drivers/net/macvlan.c:1059:42: error: ‘struct phy_driver’ has no member named ‘ts_info’ if (phydev && phydev->drv && phydev->drv->ts_info) { ^~ drivers/net/macvlan.c:1060:22: error: ‘struct phy_driver’ has no member named ‘ts_info’ return phydev->drv->ts_info(phydev, info); ^~