Sasha Levin wrote:
This is the start of the stable review cycle for the 5.10.252 release. There are 147 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 Mon Mar 2 06:17:30 PM UTC 2026. Anything received after that time might be too late.
The whole patch series can be found in one patch at: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/p... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.10.y and the diffstat can be found below.
Built and booted on an i386 device OK. No problems noticed in dmesg.
Tested-by: Woody Suwalski terraluna977@gmail.com
I still vote for a unified patch rather then a series of patches. The unified patch can be applied to a source tree and then reversed. With series of patches it will fail if 2 patches are touching the same area of a file.
In my setup I first do a dry-run-apply patch, and it has failed with the current 5.10.252-rc1 series.
Yes, git would have worked as well, however copying the patch to a build machine with a ready src tree is much faster ;-)
Thanks, Woody