lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 30 May 2019 12:58:33 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     richardcochran@...il.com
Cc:     netdev@...r.kernel.org, devicetree@...r.kernel.org, andrew@...n.ch,
        f.fainelli@...il.com, jacob.e.keller@...el.com,
        mark.rutland@....com, mlichvar@...hat.com, robh+dt@...nel.org,
        willemb@...gle.com
Subject: Re: [PATCH V4 net-next 0/6] Peer to Peer One-Step time stamping

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ