Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 01A35C05027 for ; Tue, 14 Feb 2023 15:26:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232153AbjBNP0F (ORCPT ); Tue, 14 Feb 2023 10:26:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45612 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232916AbjBNP0C (ORCPT ); Tue, 14 Feb 2023 10:26:02 -0500 Received: from pandora.armlinux.org.uk (pandora.armlinux.org.uk [IPv6:2001:4d48:ad52:32c8:5054:ff:fe00:142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0D7B52BEC6; Tue, 14 Feb 2023 07:26:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=kTyUSKK7hvPiQEADgfxatgjm3C74+H+ZAOqQmAnnxTI=; b=nrUawyRgW9aOP52Ra7t5w0yh3H wg7vqOZKVF/gV+g0fQbgp+vIBCIwQuYpWgTfm6DBE+wKyAJOBVxh65HYP7PIrIkV5TqdTR2+KjOVI 5ghBfnubfvWcnbIEMgPIp9dXdzObeT97SYI2l/ilmBXtlVePZR+BySPCG7BCV4OoAVSFHy3EILgqu MTdQTCETJ3kRv8x6z5LZxnbpqy8UPsIRxKBEW35m3Z0Dx2K0thxs1kPdRQA/5dC8/dR+INkWp2BLQ lWQWvgFT9LarvSG0u9FQL7Ee27qvkDA6xgFtVAubBPTnU4jj1p+9Fj+trmEjam7NbNihSam6YwzWJ /MKCxO9g==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:52916) by pandora.armlinux.org.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pRxBr-0005ff-79; Tue, 14 Feb 2023 15:25:55 +0000 Received: from linux by shell.armlinux.org.uk with local (Exim 4.94.2) (envelope-from ) id 1pRxBo-000419-NX; Tue, 14 Feb 2023 15:25:52 +0000 Date: Tue, 14 Feb 2023 15:25:52 +0000 From: "Russell King (Oracle)" To: Sasha Levin Cc: Greg Kroah-Hartman , Florian Fainelli , stable@vger.kernel.org, Srinivas Kandagatla , patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de Subject: Re: [PATCH 5.10 000/139] 5.10.168-rc1 review Message-ID: References: <20230213144745.696901179@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Russell King (Oracle) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 14, 2023 at 10:09:38AM -0500, Sasha Levin wrote: > On Tue, Feb 14, 2023 at 02:53:13PM +0000, Russell King (Oracle) wrote: > > On Tue, Feb 14, 2023 at 07:20:46AM +0100, Greg Kroah-Hartman wrote: > > > On Mon, Feb 13, 2023 at 11:50:24AM -0800, Florian Fainelli wrote: > > > > On 2/13/23 06:49, Greg Kroah-Hartman wrote: > > > > > This is the start of the stable review cycle for the 5.10.168 release. > > > > > There are 139 patches in this series, all will be posted as a response > > > > > to this one. If anyone has any issues with these being applied, please > > > > > let me know. > > > > > > > > > > Responses should be made by Wed, 15 Feb 2023 14:46:51 +0000. > > > > > Anything received after that time might be too late. > > > > > > > > > > The whole patch series can be found in one patch at: > > > > > https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.10.168-rc1.gz > > > > > or in the git tree and branch at: > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.10.y > > > > > and the diffstat can be found below. > > > > > > > > > > thanks, > > > > > > > > > > greg k-h > > > > > > > > There is a regression coming from: > > > > > > > > nvmem: core: fix registration vs use race > > > > > > > > which causes the following to happen for MTD devices: > > > > > > > > [ 6.031640] kobject_add_internal failed for mtd0 with -EEXIST, don't try > > > > to register things with the same name in the same directory. > > > > [ 7.846965] spi-nor: probe of spi0.0 failed with error -17 > > > > > > > > attached is a full log with the call trace. This does not happen with > > > > v6.2-rc8 where the MTD partitions are successfully registered. > > > > > > Can you use `git bisect` to find the offending commit? > > > > The reason for this is because, due to how my patch series was > > backported, you have ended up with nvmem_register() initialising > > its embedded device, and then calling device_add() on it _twice_. > > > > Basically, the backport of: > > > > "nvmem: core: fix registration vs use race" > > > > is broken, because the original patch _moved_ the device_add() and > > that has not been carried forward to whatever got applied to stable > > trees. > > > > It looks like the 5.15-stable version of this patch was correct. > > > > Maybe whoever tried to fixup the failure needs to try again? > > I've dropped the backport series from both 5.15 and 5.10. So you've dropped what looks to be a perfectly good backport in 5.15, and all of the 5.10 despite it just being the last patch which is the problem. Sounds like a total over-reaction to me. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!