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: Wed, 13 Apr 2022 17:52:12 +0100 From: "Russell King (Oracle)" <linux@...linux.org.uk> To: Andrew Lunn <andrew@...n.ch>, Vivien Didelot <vivien.didelot@...il.com> Cc: "David S. Miller" <davem@...emloft.net>, Florian Fainelli <f.fainelli@...il.com>, Jakub Kicinski <kuba@...nel.org>, Marek BehĂșn <kabel@...nel.org>, netdev@...r.kernel.org, Paolo Abeni <pabeni@...hat.com>, Vladimir Oltean <olteanv@...il.com> Subject: [PATCH net 0/3] net: dsa: mv88e6xxx serdes fixes Hi, This series addresses a number of deficiencies in the mv88e6xxx serdes handling, namely: 1) incorrectly filling out state->an_complete - which was incorrectly fixed due to confusion with the ANEGCAPABLE bit - patch from Marek to fix this. 2) make the error print in patch 1 consistent with all the other error prints. 3) ensure that we always capture a link-drop event by reading the link status from the BMSR as well, and report link down if BMSR says the link failed. drivers/net/dsa/mv88e6xxx/serdes.c | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) -- 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