Hello!
On 08/05/23 21:26, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.111 release. There are 370 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, 11 May 2023 03:05:05 +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.15.111-rc... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y and the diffstat can be found below.
thanks,
greg k-h
New warnings are introduced for Arm, PowerPC, RISC-V:
/builds/linux/kernel/sched/debug.c: In function 'print_cfs_group_stats': /builds/linux/kernel/sched/debug.c:465:41: warning: unused variable 'stats' [-Wunused-variable] struct sched_statistics *stats = __schedstats_from_se(se); ^~~~~
These combinations fail:
arm gcc-8 bcm2835_defconfig arm gcc-8 keystone_defconfig arm gcc-12 bcm2835_defconfig arm gcc-12 keystone_defconfig arm clang-16 bcm2835_defconfig arm clang-16 keystone_defconfig powerpc gcc-8 defconfig powerpc gcc-8 ppc6xx_defconfig powerpc gcc-12 defconfig powerpc gcc-12 ppc6xx_defconfig powerpc clang-16 defconfig riscv gcc-8 defconfig riscv gcc-12 defconfig riscv clang-16 defconfig
Greetings!
Daniel Díaz daniel.diaz@linaro.org