From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/3] net: phy: phylink: ensure the carrier is off when starting phylink Date: Wed, 19 Sep 2018 21:15:16 -0700 (PDT) Message-ID: <20180919.211516.509453409514254565.davem@davemloft.net> References: <20180919093933.24411-1-antoine.tenart@bootlin.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: linux@armlinux.org.uk, andrew@lunn.ch, f.fainelli@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, thomas.petazzoni@bootlin.com, maxime.chevallier@bootlin.com, gregory.clement@bootlin.com, miquel.raynal@bootlin.com, nadavh@marvell.com, stefanc@marvell.com, ymarkman@marvell.com, mw@semihalf.com To: antoine.tenart@bootlin.com Return-path: In-Reply-To: <20180919093933.24411-1-antoine.tenart@bootlin.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Antoine Tenart Date: Wed, 19 Sep 2018 11:39:30 +0200 > Hi Russell, > > Following the discussion we had regarding the phylink issue related to > the carrier link state not being off when starting phylink, I sent a fix > patch a few days ago for the PPv2 driver: > https://lkml.org/lkml/2018/9/14/633 > > The idea was to send a patch which could go to the stable branches, but > a better solution would be to directly call netif_carrier_off() from > within phylink_start(). This is the aim of this series. Series applied.