On 9/11/26 23:45, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.1.188 release. There are 1191 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, 14 Sep 2026 06:54: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/v6.x/stable-review/patch-6.1.188-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.1.y and the diffstat can be found below.
thanks,
greg k-h
The build fails with:
sound/soc/fsl/fsl_audmix.c:461:12: warning: 'fsl_audmix_runtime_resume' used but never defined 461 | static int fsl_audmix_runtime_resume(struct device *dev); | ^~~~~~~~~~~~~~~~~~~~~~~~~ sound/soc/fsl/fsl_audmix.c:462:12: warning: 'fsl_audmix_runtime_suspend' used but never defined 462 | static int fsl_audmix_runtime_suspend(struct device *dev); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ERROR: modpost: "fsl_audmix_runtime_suspend" [sound/soc/fsl/snd-soc-fsl-audmix.ko] undefined! ERROR: modpost: "fsl_audmix_runtime_resume" [sound/soc/fsl/snd-soc-fsl-audmix.ko] undefined! make[1]: *** [scripts/Makefile.modpost:127: Module.symvers] Error 1 make: *** [Makefile:1977: modpost] Error 2
This is due to commit "ASoC: fsl_audmix: rework runtime PM handling in probe" commit id d8f18d3367a252b194e2eed54ef785f7fff479da and I have CONFIG_PM=n in my config.