On 8/9/23 03:40, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.126 release. There are 92 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 Fri, 11 Aug 2023 10:36:10 +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.126-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
SCMI with the SMC transport fails to build because of "[PATCH 5.15 11/92] firmware: arm_scmi: Fix chan_free cleanup on SMC" where the specific details have been reported there. Here is the build failure FWIW:
drivers/firmware/arm_scmi/smc.c:39:6: error: duplicate member 'irq' int irq; ^~~ drivers/firmware/arm_scmi/smc.c: In function 'smc_chan_setup': drivers/firmware/arm_scmi/smc.c:118:20: error: 'irq' undeclared (first use in this function); did you mean 'rq'? scmi_info->irq = irq; ^~~ rq drivers/firmware/arm_scmi/smc.c:118:20: note: each undeclared identifier is reported only once for each function it appears in CC drivers/mmc/core/slot-gpio.o host-make[5]: *** [scripts/Makefile.build:289: drivers/firmware/arm_scmi/smc.o] Error 1 host-make[5]: *** Waiting for unfinished jobs....