[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170206235523.23216-1-f.fainelli@gmail.com>
Date: Mon, 6 Feb 2017 15:55:19 -0800
From: Florian Fainelli <f.fainelli@...il.com>
To: netdev@...r.kernel.org
Cc: zefir.kurtisi@...atec.com, Florian Fainelli <f.fainelli@...il.com>,
Sebastian Hesselbarth <sebastian.hesselbarth@...il.com>,
Wingman Kwok <w-kwok2@...com>,
Murali Karicheri <m-karicheri2@...com>,
Andrew Lunn <andrew@...n.ch>,
Vivien Didelot <vivien.didelot@...oirfairelinux.com>,
"David S. Miller" <davem@...emloft.net>,
Philippe Reynes <tremyfr@...il.com>,
Sergei Shtylyov <sergei.shtylyov@...entembedded.com>,
Jisheng Zhang <jszhang@...vell.com>,
Jarod Wilson <jarod@...hat.com>,
linux-kernel@...r.kernel.org (open list)
Subject: [PATCH net-next 0/4] net: Incorrect use of phy_read_status()
Hi all,
This patch series removes incorrect uses of phy_read_status() which can clobber
the PHY device link while we are executing with the state machine running.
greth was potentially another candidate, but it does funky stuff with
auto-negotation that I am still trying to understand.
Florian Fainelli (4):
net: mv643xx_eth: Do not clobber PHY link outside of state machine
net: pxa168_eth: Do not clobber PHY link outside of state machine
net: netcp: Do not clobber PHY link outside of state machine
net: dsa: Do not clobber PHY link outside of state machine
drivers/net/ethernet/marvell/mv643xx_eth.c | 4 +---
drivers/net/ethernet/marvell/pxa168_eth.c | 20 +-------------------
drivers/net/ethernet/ti/netcp_ethss.c | 2 --
net/dsa/slave.c | 10 +++-------
4 files changed, 5 insertions(+), 31 deletions(-)
--
2.9.3
Powered by blists - more mailing lists