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
| ||
|
Message-ID: <20160604203855.GH2063@lunn.ch> Date: Sat, 4 Jun 2016 22:38:55 +0200 From: Andrew Lunn <andrew@...n.ch> To: Florian Fainelli <f.fainelli@...il.com> Cc: netdev@...r.kernel.org, davem@...emloft.net, vivien.didelot@...oirfairelinux.com, john@...ozen.org Subject: Re: [PATCH net-next 7/9] net: dsa: Initialize CPU port ethtool ops per tree > index e8386157de30..938262010524 100644 > --- a/net/dsa/dsa2.c > +++ b/net/dsa/dsa2.c > @@ -346,7 +346,7 @@ static int dsa_ds_apply(struct dsa_switch_tree *dst, struct dsa_switch *ds) > continue; > } > > - return 0; > + return dsa_cpu_port_ethtool_setup(dst, ds); Hi Florian This is wrong. Remember, multiple CPU ports. You need to apply this to each CPU port. Andrew
Powered by blists - more mailing lists