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 1BB41205E2F; Wed, 27 Aug 2025 07:36:28 +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=1756280189; cv=none; b=SmtfZ3de/BhOkjeJ6oFgRjSH/GO4w7MITBlEQY40lMMil+XYyJB+FeRs5JruLhtB8CeFZW+Ixg1U2wFHWYxYRPeYmxzIpdo8bK7vzouK25vehmxlkRfDvcoljuMBhHa2TjlmhM6kHbA0olE7GQdpvJtdyyeILXlEgzout7MgWhc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756280189; c=relaxed/simple; bh=vJ8lyXm/uE+gSKf8k0re08fzYmCi0e/Jqt7zCEKeCHE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rkF+Q2HIZi/dzX/k8rt3S0PO0/q7RVB5czytw7LwD4Zj6UKIwrmPCDs4ACsohPmiiPIkQaZxjqxDYUD2s1LvYgiimUebLhFsRfhMv8m97KoJdr6YZk0ucbv4fFfD9GewmoStxfDsDAVdFHAjBbsHN+EyNCUGzHxOwyLvN7xz/QE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=NjH9EQ0V; 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="NjH9EQ0V" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 19C20C4CEEB; Wed, 27 Aug 2025 07:36:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1756280188; bh=vJ8lyXm/uE+gSKf8k0re08fzYmCi0e/Jqt7zCEKeCHE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NjH9EQ0VPG/80aHMBLiQ/NrAvR1ydvD5JywGzs5jSJ8Lzc/Ayqer1iAFYTJWyyNa6 DrfLUyXSehOD2Y9MZZioGsTzANCUARMQc43P/XVwPm99IPJg0wtXNpvwwuMDDVYpfl 3yVS23UzSw0MmCCdqS319UzcnnQOOG19Eijv8QU8= Date: Wed, 27 Aug 2025 09:36:24 +0200 From: Greg Kroah-Hartman To: Jon Hunter Cc: 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, pavel@denx.de, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de, conor@kernel.org, hargar@microsoft.com, broonie@kernel.org, achill@achill.org Subject: Re: [PATCH 5.4 000/403] 5.4.297-rc1 review Message-ID: <2025082705-ascent-parted-b05d@gregkh> References: <20250826110905.607690791@linuxfoundation.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 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Tue, Aug 26, 2025 at 03:46:37PM +0100, Jon Hunter wrote: > Hi Greg, > > On 26/08/2025 12:05, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.4.297 release. > > There are 403 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 Thu, 28 Aug 2025 11:08:17 +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.4.297-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.4.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > > > ------------- > > Pseudo-Shortlog of commits: > > ... > > Prashant Malani > > cpufreq: CPPC: Mark driver with NEED_UPDATE_LIMITS flag > > > The above commit is causing the following build failure ... > > drivers/cpufreq/cppc_cpufreq.c:410:40: error: ‘CPUFREQ_NEED_UPDATE_LIMITS’ undeclared here (not in a function) > 410 | .flags = CPUFREQ_CONST_LOOPS | CPUFREQ_NEED_UPDATE_LIMITS, > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > make[2]: *** [scripts/Makefile.build:262: drivers/cpufreq/cppc_cpufreq.o] Error 1 > > > This is seen with ARM64 but I am guessing will be seen for > other targets too. Thanks, somehow this missed my build tests. I've dropped it from the tree now and will push out a -rc2. greg k-h