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 BE2702574 for ; Thu, 16 Mar 2023 09:23:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 12161C433D2; Thu, 16 Mar 2023 09:23:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678958632; bh=9fTMeBuj4pWb4ZEkn77Z2T6VSs8vZLru6yhzXFc39Hs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bp6DEOaRpqQpo05r322gNBaeXsyS12LBdhRbiQffRwa4IAQ0GGCnh4vp2AZJppisX sEzN5+xgpZOpH6zV+qYbiJzEAUVEMz9VU01h4r+10p8nSWeqhirbT3gutyPfgeCcdZ sGhnqDxZijg4mHUQ0dygcXiYAsMu8ZEs9Iu5NoUc= Date: Thu, 16 Mar 2023 10:23:49 +0100 From: Greg Kroah-Hartman To: Dmitry Baryshkov Cc: Pavel Machek , stable@vger.kernel.org, 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, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de, paul.elder@ideasonboard.com Subject: Re: [PATCH 4.14 00/20] 4.14.310-rc2 review Message-ID: References: <20230316083335.429724157@linuxfoundation.org> <0a3a9c3d-8d04-5b58-0f74-eb20759b1430@linaro.org> 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: <0a3a9c3d-8d04-5b58-0f74-eb20759b1430@linaro.org> On Thu, Mar 16, 2023 at 11:01:01AM +0200, Dmitry Baryshkov wrote: > On 16/03/2023 11:00, Pavel Machek wrote: > > (added patch authors to cc) > > > > > > This is the start of the stable review cycle for the 4.14.310 release. > > > > There are 20 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. > > > > > > > Dmitry Baryshkov > > > > clk: qcom: mmcc-apq8084: remove spdm clocks > > > > > > This looks like a cleanup, we should not need it in stable. > > Totally agree here. Now dropped, thanks. greg k-h