From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 24FEEC5DF60 for ; Thu, 7 Nov 2019 08:44:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D635621D7B for ; Thu, 7 Nov 2019 08:44:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573116294; bh=6JG2jHSq+7WpmqBEmPdYk14g3REa4K6JE9uXqhH3ZtI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=oi7nGoGfUEUhohkBcEGRGKvjNDDDRx0Dz0H/YLkgIg+0BYWoOI4gv7J7/4D+iSyXD vCe31xDEHTJ/n0zs01MGnPMH2+AE/7zKbU5SQhyzRllzLnmbPKjfSOxyP/pivHy9ng Y/rC0pQ/gni8rqofuwECN4gN9dmW6WvrG6kr9YL4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733264AbfKGIox (ORCPT ); Thu, 7 Nov 2019 03:44:53 -0500 Received: from mail.kernel.org ([198.145.29.99]:46456 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727120AbfKGIox (ORCPT ); Thu, 7 Nov 2019 03:44:53 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E4BDD21D79; Thu, 7 Nov 2019 08:44:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573116292; bh=6JG2jHSq+7WpmqBEmPdYk14g3REa4K6JE9uXqhH3ZtI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=k2Mhl2+QSnnHnT/ZYPZgwf9YxaOSEHwOTV6DzZsmENj/R2eJYD0UbanOivYhLS8vp JUNOM/+eHRJUmld3Xqmi/lPWO08K/fBZzGUIGVRzEwlzV9kVvS1poXxUtkl3aVincR 6mRL07Z9YPDmPJhvED7V8Whhj/6ugOTbGa/aVHWw= Date: Thu, 7 Nov 2019 09:44:50 +0100 From: Greg Kroah-Hartman To: Doug Berger Cc: "David S. Miller" , Florian Fainelli , stable-commits@vger.kernel.org, stable@vger.kernel.org Subject: Re: Patch "net: bcmgenet: soft reset 40nm EPHYs before MAC init" has been added to the 5.3-stable tree Message-ID: <20191107084450.GB1218282@kroah.com> References: <157305078718623@kroah.com> <20191106145629.GA3730817@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.2 (2019-09-21) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Nov 06, 2019 at 11:55:38AM -0800, Doug Berger wrote: > For clarity, this commit should be handled the same way for all stable > trees (not just 5.3), and I am replying again since my phone used HTML > which was blocked by the mailing lists :(. > > My preference is to omit this commit rather than reverting it in the > near future, but if you would prefer to add this one and then revert it > because it is easier for you I will let you make that call. Not a problem, I've dropped it now from the 5.3.y queue, thanks! greg k-h