On 7/2/2026 6:18 PM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.6.144 release. There are 175 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 Sat, 04 Jul 2026 15:50:58 +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/v6.x/stable-review/patch-6.6.144-rc1... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.6.y and the diffstat can be found below.
thanks,
greg k-h
On ARCH_BRCMSTB using 32-bit and 64-bit ARM kernels, same build failure as 6.1 for MIPS:
arch/mips/kernel/smp.c: In function 'stop_this_cpu': arch/mips/kernel/smp.c:396:2: error: implicit declaration of function 'rcutree_report_cpu_dead'; did you mean 'rcutree_prepare_cpu'? [-Werror=implicit-function-declaration] rcutree_report_cpu_dead(); ^~~~~~~~~~~~~~~~~~~~~~~ rcutree_prepare_cpu
Tested-by: Florian Fainelli florian.fainelli@broadcom.com