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 AD2BE1DB95E; Wed, 25 Feb 2026 01:14:12 +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=1771982052; cv=none; b=tMiELVdDtzJNznS9AcciqYLdRZ465J5HZaoTtN+osX5UY9WyRi2c8tbjEDyIBkbnFDXyLoCoZNqZKddJf2GxNFzVXyEeL43+ah9Ik8r5H7Qd9ND0IEnr3bGAlSTn5Tnwls38ut++YPQ1R2huZC3hqFPXLTNIRyhX+2Ys+Bi6+VI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771982052; c=relaxed/simple; bh=yZcJQ3bdWRi58oPxdmGvsDv2iXPtfZhU1w6KHSLYYSc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=iW/2/SSJIRmmMQJwJhiNL9P1i3dBEDPWsyEMo1CW9CkDrrls0Uz1eqoPRNvwum6l05pTIlD/Bh8x6pPdqC7bnMdx9DfbMxiXr+wZ34bBkLim7yfOQvyCcxPiPq8sPztyurjj+700GcNs/+PDoa5yKCsXMjX3mw8AxUUFhJiqPPA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=VBboYMWM; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="VBboYMWM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1D2E4C116D0; Wed, 25 Feb 2026 01:14:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1771982052; bh=yZcJQ3bdWRi58oPxdmGvsDv2iXPtfZhU1w6KHSLYYSc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VBboYMWMoYR9PSDW3zGz95pERFrkobRNpRvkz0NpNuKe7O7s2n+mtsqog/3GVQvSO OcKhHTU754z1yOM5pJNeXz2p5Ac1kKNZYOCVMHbwrH/ltQibE4JloOPCK2FjynwcDx MJ+w3fL/pl9jKh65spEUvxP+HVEiZr3ZCRbJNBuU= Date: Tue, 24 Feb 2026 17:14:05 -0800 From: Greg KH To: Nicolas Frattaroli Cc: stable-commits@vger.kernel.org, stable@vger.kernel.org, Michael Turquette , Stephen Boyd Subject: Re: Patch "clk: Respect CLK_OPS_PARENT_ENABLE during recalc" has been added to the 6.19-stable tree Message-ID: <2026022455-kissable-anybody-e386@gregkh> References: <20260221160309.4048102-1-sashal@kernel.org> <2819833.mvXUDI8C0e@workhorse> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2819833.mvXUDI8C0e@workhorse> On Mon, Feb 23, 2026 at 12:13:48PM +0100, Nicolas Frattaroli wrote: > On Saturday, 21 February 2026 17:03:09 Central European Standard Time Sasha Levin wrote: > > This is a note to let you know that I've just added the patch titled > > > > clk: Respect CLK_OPS_PARENT_ENABLE during recalc > > > > to the 6.19-stable tree which can be found at: > > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary > > > > The filename of the patch is: > > clk-respect-clk_ops_parent_enable-during-recalc.patch > > and it can be found in the queue-6.19 subdirectory. > > > > If you, or anyone else, feels it should not be added to the stable tree, > > please let know about it. > > Drop this, it introduces a regression and has been reverted in [1] > > Link: https://lore.kernel.org/lkml/20260203002439.1223213-1-sboyd@kernel.org/ [1] Now dropped, thanks. greg kh