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 reference: v5.15.79-182-g1ac88d934860 Compiler version: arm-linux-gnueabi-gcc (GCC) 11.3.0 Assembler version: GNU assembler (GNU Binutils) 2.39 Building arm:allmodconfig ... failed -------------- 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) Oddly enough caused by "rtc: cmos: fix build on non-ACPI platforms". Guenter