On Tue, Jan 07, 2025 at 12:30:26AM +0530, Naresh Kamboju wrote: > On Mon, 6 Jan 2025 at 20:53, Greg Kroah-Hartman > <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > > > This is the start of the stable review cycle for the 6.6.70 release. > > There are 222 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 Wed, 08 Jan 2025 15:11:04 +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.6.70-rc1.gz > > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.6.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > The following build errors were noticed while building the > allmodconfig builds on arm64 on the stable-rc linux-6.6.y > branch. > > This is first seen on 5652330123c6a64b444f3012d9c9013742a872e7. > GOOD: v6.6.69 > BAD: 5652330123c6a64b444f3012d9c9013742a872e7 > > Reported-by: Linux Kernel Functional Testing <lkft@xxxxxxxxxx> > > Build error: > ============ > drivers/i2c/busses/i2c-xgene-slimpro.c:95: error: "PCC_SIGNATURE" > redefined [-Werror] > 95 | #define PCC_SIGNATURE 0x50424300 > | > In file included from drivers/i2c/busses/i2c-xgene-slimpro.c:12: > include/acpi/pcc.h:23: note: this is the location of the previous definition > 23 | #define PCC_SIGNATURE 0x50434300 > | > cc1: all warnings being treated as errors > make[6]: *** [scripts/Makefile.build:243: drivers/i2c/busses/i2c-xgene Thanks, I've applied a patch to fix this up. greg k-h