From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1A8542C9D for ; Fri, 25 Nov 2022 14:54:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4FCEEC433C1; Fri, 25 Nov 2022 14:54:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1669388084; bh=X6duHG1DzBZC/eiNX9qpygv77VpsBbT5+iXpjXIGEkA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=l/dl7Hwmgdaj6MxO/pCTgdFwlnEPhk8v1MD0NMui1v5oBmDHWPy0N0n6Ui60F3AQU ceyF3e3rjFlisClTQDa4tyWzVJHwV8YNEQG4pf0TXACO0ZggxXTnXtg+IaSdq3oaDq 89g7u6+rlzAayKMyuWIl8rwv8CPNMiogCgCEBie4= Date: Fri, 25 Nov 2022 15:54:41 +0100 From: Greg Kroah-Hartman To: Arnd Bergmann Cc: YueHaibing , Naresh Kamboju , stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@vger.kernel.org, Linus Torvalds , Andrew Morton , Guenter Roeck , shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, Pavel Machek , Jon Hunter , Florian Fainelli , Sudip Mukherjee , srw@sladewatkins.net, rwarsow@gmx.de, Netdev , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Daniel =?iso-8859-1?Q?D=EDaz?= Subject: Re: [PATCH 5.10 000/149] 5.10.156-rc1 review Message-ID: References: <20221123084557.945845710@linuxfoundation.org> <23b0fa9c-d041-8c56-ec4b-04991fa340d4@huawei.com> <78fc17ac-bdce-4835-953d-d50d0a467146@app.fastmail.com> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <78fc17ac-bdce-4835-953d-d50d0a467146@app.fastmail.com> On Fri, Nov 25, 2022 at 11:32:49AM +0100, Arnd Bergmann wrote: > On Fri, Nov 25, 2022, at 11:25, YueHaibing wrote: > > On 2022/11/25 18:02, Arnd Bergmann wrote: > >> On Fri, Nov 25, 2022, at 09:05, Naresh Kamboju wrote: > >>> On Fri, 25 Nov 2022 at 12:57, Greg Kroah-Hartman wrote: > >>>> On Thu, Nov 24, 2022 at 09:17:36PM +0530, Naresh Kamboju wrote: > >>>>> > >>>>> Daniel bisected this reported problem and found the first bad commit, > >>>>> > >>>>> YueHaibing > >>>>> net: broadcom: Fix BCMGENET Kconfig > >>>> > >>>> But that is in 5.10.155, 5.15.79, 6.0.9, and 6.1-rc5. It is not new to > >>>> this -rc release. > >>> > >>> It started from 5.10.155 and this is only seen on 5.10 and other > >>> branches 5.15, 6.0 and mainline are looking good. > >> > >> I think the original patch is wrong and should be fixed upstream. > >> The backported patch in question is a one-line Kconfig change doing > > > > It seems lts 5.10 do not contain commit e5f31552674e ("ethernet: fix > > PTP_1588_CLOCK dependencies"), > > there is not PTP_1588_CLOCK_OPTIONAL option. > > Ok, so there is a second problem then. > > Greg, please just revert fbb4e8e6dc7b ("net: broadcom: Fix BCMGENET Kconfig") > in stable/linux-5.10.y: it depends on e5f31552674e ("ethernet: fix > PTP_1588_CLOCK dependencies"), which we probably don't want backported > from 5.15 to 5.10. Now reverted, thanks. greg k-h