From: David Miller <davem@xxxxxxxxxxxxx> 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); ^~