Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755199AbdLGPmV (ORCPT ); Thu, 7 Dec 2017 10:42:21 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:41352 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754545AbdLGPmO (ORCPT ); Thu, 7 Dec 2017 10:42:14 -0500 X-Google-Smtp-Source: AGs4zMbHVLaWRtxI23HkYSFZOI2JFRznX5O0lJW7EW27llic4utAQXbihp4pU1SisQ6iqWN1Ab8kpw== Message-ID: <1512661332.7042.5.camel@baylibre.com> Subject: Re: [PATCH net-next v2 5/8] net: phy: meson-gxl: detect LPA corruption From: Jerome Brunet To: Andrew Lunn 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 Date: Thu, 07 Dec 2017 16:42:12 +0100 In-Reply-To: <20171207153403.GE24750@lunn.ch> References: <20171207142715.32578-1-jbrunet@baylibre.com> <20171207142715.32578-6-jbrunet@baylibre.com> <20171207153403.GE24750@lunn.ch> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.2 (3.26.2-1.fc27) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 725 Lines: 21 On Thu, 2017-12-07 at 16:34 +0100, Andrew Lunn wrote: > 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. I hesitated on this. For this fix to be "not too ugly" I need at least the helper functions (patch 1 to 3) ... which are not really fixes. Would it be Ok if send patches 1 to 5 to net ? and 6 to 8 separately on net-next ? > > Thanks > Andrew