All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: Patch "net: phylink: set the autoneg state in phylink_phy_change" has been added to the 5.1-stable tree
       [not found] <156094908410230@kroah.com>
@ 2019-06-20 14:48 ` Ioana Ciornei
  2019-06-20 16:48   ` gregkh
  0 siblings, 1 reply; 2+ messages in thread
From: Ioana Ciornei @ 2019-06-20 14:48 UTC (permalink / raw)
  To: gregkh@linuxfoundation.org, stable@vger.kernel.org
  Cc: stable-commits@vger.kernel.org, Russell King - ARM Linux admin,
	David Miller


> Subject: Patch "net: phylink: set the autoneg state in phylink_phy_change" has
> been added to the 5.1-stable tree
> 
> 
> This is a note to let you know that I've just added the patch titled
> 
>     net: phylink: set the autoneg state in phylink_phy_change
> 
> to the 5.1-stable tree which can be found at:
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git 
> 
> The filename of the patch is:
>      net-phylink-set-the-autoneg-state-in-phylink_phy_change.patch
> and it can be found in the queue-5.1 subdirectory.
> 
> If you, or anyone else, feels it should not be added to the stable tree, please let
> <stable@vger.kernel.org> know about it.

Hi all,

Sorry for the late response but this patch should not be added to stables trees since it was already reverted in net-next.
More information can be found at: https://marc.info/?l=linux-netdev&m=156104162206869&w=2

Thanks,
Ioana

> 
> 
> From foo@baz Wed 19 Jun 2019 02:33:45 PM CEST
> From: Ioana Ciornei <ioana.ciornei@nxp.com>
> Date: Thu, 13 Jun 2019 09:37:51 +0300
> Subject: net: phylink: set the autoneg state in phylink_phy_change
> 
> From: Ioana Ciornei <ioana.ciornei@nxp.com>
> 
> [ Upstream commit ef7bfa84725d891bbdb88707ed55b2cbf94942bb ]
> 
> The phy_state field of phylink should carry only valid information especially
> when this can be passed to the .mac_config callback.
> Update the an_enabled field with the autoneg state in the phylink_phy_change
> function.
> 
> Fixes: 9525ae83959b ("phylink: add phylink infrastructure")
> Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
> Signed-off-by: David S. Miller <davem@davemloft.net>
> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> ---
>  drivers/net/phy/phylink.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> --- a/drivers/net/phy/phylink.c
> +++ b/drivers/net/phy/phylink.c
> @@ -638,6 +638,7 @@ static void phylink_phy_change(struct ph
>  		pl->phy_state.pause |= MLO_PAUSE_ASYM;
>  	pl->phy_state.interface = phydev->interface;
>  	pl->phy_state.link = up;
> +	pl->phy_state.an_enabled = phydev->autoneg;
>  	mutex_unlock(&pl->state_mutex);
> 
>  	phylink_run_resolve(pl);
> 
> 
> Patches currently in stable-queue which might be from ioana.ciornei@nxp.com
> are
> 
> queue-5.1/net-phylink-set-the-autoneg-state-in-phylink_phy_change.patch

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Patch "net: phylink: set the autoneg state in phylink_phy_change" has been added to the 5.1-stable tree
  2019-06-20 14:48 ` Patch "net: phylink: set the autoneg state in phylink_phy_change" has been added to the 5.1-stable tree Ioana Ciornei
@ 2019-06-20 16:48   ` gregkh
  0 siblings, 0 replies; 2+ messages in thread
From: gregkh @ 2019-06-20 16:48 UTC (permalink / raw)
  To: Ioana Ciornei
  Cc: stable@vger.kernel.org, stable-commits@vger.kernel.org,
	Russell King - ARM Linux admin, David Miller

On Thu, Jun 20, 2019 at 02:48:18PM +0000, Ioana Ciornei wrote:
> 
> > Subject: Patch "net: phylink: set the autoneg state in phylink_phy_change" has
> > been added to the 5.1-stable tree
> > 
> > 
> > This is a note to let you know that I've just added the patch titled
> > 
> >     net: phylink: set the autoneg state in phylink_phy_change
> > 
> > to the 5.1-stable tree which can be found at:
> > 
> > https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git 
> > 
> > The filename of the patch is:
> >      net-phylink-set-the-autoneg-state-in-phylink_phy_change.patch
> > and it can be found in the queue-5.1 subdirectory.
> > 
> > If you, or anyone else, feels it should not be added to the stable tree, please let
> > <stable@vger.kernel.org> know about it.
> 
> Hi all,
> 
> Sorry for the late response but this patch should not be added to stables trees since it was already reverted in net-next.
> More information can be found at: https://marc.info/?l=linux-netdev&m=156104162206869&w=2

No problem, I've now dropped it from everywhere, thanks!

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-20 16:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <156094908410230@kroah.com>
2019-06-20 14:48 ` Patch "net: phylink: set the autoneg state in phylink_phy_change" has been added to the 5.1-stable tree Ioana Ciornei
2019-06-20 16:48   ` gregkh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.