Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754674AbdLGPeG (ORCPT ); Thu, 7 Dec 2017 10:34:06 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:51299 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754368AbdLGPeF (ORCPT ); Thu, 7 Dec 2017 10:34:05 -0500 Date: Thu, 7 Dec 2017 16:34:03 +0100 From: Andrew Lunn To: Jerome Brunet Cc: Florian Fainelli , Kevin Hilman , netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next v2 5/8] net: phy: meson-gxl: detect LPA corruption Message-ID: <20171207153403.GE24750@lunn.ch> References: <20171207142715.32578-1-jbrunet@baylibre.com> <20171207142715.32578-6-jbrunet@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171207142715.32578-6-jbrunet@baylibre.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 420 Lines: 13 On Thu, Dec 07, 2017 at 03:27:12PM +0100, Jerome Brunet wrote: > The purpose of this change is to fix the incorrect detection of the link > partner (LP) advertised capabilities which sometimes happens with this PHY > (roughly 1 time in a dozen) Hi Jerome Since this is a real fix, please send it alone. Base it on net, not net-next. David will then get it applied to stable, so it will be backported. Thanks Andrew