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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sat, 9 Apr 2022 12:22:18 +0100 From: "Russell King (Oracle)" <linux@...linux.org.uk> To: YueHaibing <yuehaibing@...wei.com> Cc: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com, vladimir.oltean@....com, s-vadapalli@...com, netdev@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH -next] net: ethernet: ti: am65-cpsw: Fix build error without PHYLINK On Sat, Apr 09, 2022 at 06:59:31PM +0800, YueHaibing wrote: > If PHYLINK is n, build fails: > > drivers/net/ethernet/ti/am65-cpsw-ethtool.o: In function `am65_cpsw_set_link_ksettings': > am65-cpsw-ethtool.c:(.text+0x118): undefined reference to `phylink_ethtool_ksettings_set' > drivers/net/ethernet/ti/am65-cpsw-ethtool.o: In function `am65_cpsw_get_link_ksettings': > am65-cpsw-ethtool.c:(.text+0x138): undefined reference to `phylink_ethtool_ksettings_get' > drivers/net/ethernet/ti/am65-cpsw-ethtool.o: In function `am65_cpsw_set_eee': > am65-cpsw-ethtool.c:(.text+0x158): undefined reference to `phylink_ethtool_set_eee' > > Select PHYLINK for TI_K3_AM65_CPSW_NUSS to fix this. > > Fixes: e8609e69470f ("net: ethernet: ti: am65-cpsw: Convert to PHYLINK") > Signed-off-by: YueHaibing <yuehaibing@...wei.com> Reviewed-by: Russell King (Oracle) <rmk+kernel@...linux.org.uk> Thanks. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!
Powered by blists - more mailing lists