On Wed, Nov 23, 2022 at 09:49:23AM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.15.80 release. > There are 181 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, 25 Nov 2022 08:45:20 +0000. > Anything received after that time might be too late. > Build results: total: 159 pass: 154 fail: 5 Failed builds: arm:allmodconfig mips:allmodconfig powerpc:allmodconfig powerpc:ppc32_allmodconfig sparc64:allmodconfig Qemu test results: total: 489 pass: 489 fail: 0 As already reported, the error is: Error log: drivers/rtc/rtc-cmos.c:1299:13: error: 'rtc_wake_setup' defined but not used [-Werror=unused-function] 1299 | static void rtc_wake_setup(struct device *dev) Guenter