On Wed, Nov 23, 2022 at 09:03:22AM -0800, Guenter Roeck wrote: > On Wed, Nov 23, 2022 at 09:47:25AM +0100, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 6.0.10 release. > > There are 314 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: v6.0.9-315-gdcf677c > 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:1347:13: error: 'rtc_wake_setup' defined but not used [-Werror=unused-function] > 1347 | static void rtc_wake_setup(struct device *dev) Now fixed, this commit should not have been added, as it wasn't obvious that it was fixing an issue only in 6.1-rc, not the stable trees. Dropped from everywhere. greg k-h