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 90B7144D685 for ; Tue, 10 Mar 2026 09:52:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773136322; cv=none; b=KeX0I5A7FFA+K9brscAo9fM2wrSezY+Uqu+j7MCxWiaFicIfobMbKsvQYdoWxMGf/J1rl4na1XKpDAriO2isngIDmxa51h2RfmPL3jVnh4iOQMDlf2zFHma2o61VpS9zlvZk4fpQfAgB8cRyGBSqm1qKVqEXJ8wV3kCf4aNNFTQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773136322; c=relaxed/simple; bh=8ysz94gib4MN0k3nl5PPYgdRJBfMJOzqmlFpZ18fESM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=NJfLc1fGS90aCU6MsVfOQoKL3G/akZ7tpNFdbzciNP3GYtsSbfShBtPcu8LVMxW0rQMnlBqtSJ6RzvRn8B91YJgiKCCZ3Qa6lFq4Pipy45rYLLpd2wigT+43KPJF8GxqnjWS9LoAv3X0H6kkYwa0QkzqEA4sCWNVph9g9MQLO2I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=vHC9I1dC; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="vHC9I1dC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9360DC19423; Tue, 10 Mar 2026 09:52:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773136322; bh=8ysz94gib4MN0k3nl5PPYgdRJBfMJOzqmlFpZ18fESM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vHC9I1dCFfL9Y4CseLhfg6SY9WxTe88WXMnVvkIrT/7GDZ1pQ+vA3NV+snMTjwmiP Rhp+h45ydL84Hx8EcGRsuqwnEbT0oaJATK2uU3sxiuTDOLvLITqA1cPaa542lBZ3ki KMlsqCBA+RFbPmMrDMc9iwo+m0rAh4coJ04N6dQN5YcN0ZaZqpYHXzZBf5QoAQih/L ALQmt6sl55G5KNX1YJBteu/+q2X5eseGQ9oqTtJitGXFrkW3TmTTqAibJjwxogCSts 2F9h3iLOY0HZBJeKQFvMbYa713Rpzo94DNmLb/pF7dgxOKhuHAGd18Lbsjh/uu28h9 woviAaCmuSH2g== Date: Tue, 10 Mar 2026 05:52:00 -0400 From: Sasha Levin To: Doug Anderson Cc: stable@vger.kernel.org, Lee Jones Subject: Re: FAILED: Patch "mfd: core: Add locking around 'mfd_of_node_list'" failed to apply to 6.12-stable tree Message-ID: References: <20260301012249.1679321-1-sashal@kernel.org> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Mon, Mar 09, 2026 at 03:50:33PM -0700, Doug Anderson wrote: >Hi, > >On Sun, Mar 1, 2026 at 7:01 PM Doug Anderson wrote: >> >> Sasha, >> >> On Sat, Feb 28, 2026 at 5:22 PM Sasha Levin wrote: >> > >> > The patch below does not apply to the 6.12-stable tree. >> > If someone wants it applied there, or to any other stable or longterm >> > tree, then please email the backport, including the original git commit >> > id to . >> > >> > Thanks, >> > Sasha >> > >> > ------------------ original commit in Linus's tree ------------------ >> > >> > From 20117c92bcf9c11afd64d7481d8f94fdf410726e Mon Sep 17 00:00:00 2001 >> > From: Douglas Anderson >> > Date: Wed, 10 Dec 2025 11:30:03 -0800 >> > Subject: [PATCH] mfd: core: Add locking around 'mfd_of_node_list' >> >> Can you give any more details? I tried: >> >> git checkout v6.12.74 >> git cherry-pick 20117c92bcf9 # ("mfd: core: Add locking around >> 'mfd_of_node_list'") >> >> It seems to apply all the way back to 6.1 cleanly. NOTE: I didn't try >> building with those older kernels. I can try if need be. >> >> -Doug > >FWIW, I checked and v6.12.76 has the patch. So does the top of the 6.6 >and 6.1 stable trees. So I guess this was a false positive report? >...or maybe you tried to apply it twice? Nope, it was an issue with scripts on my end. Nothing needed for those trees :) -- Thanks, Sasha