Hi!
This is the start of the stable review cycle for the 5.10.199 release. There are 202 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, 25 Oct 2023 10:47:57 +0000. Anything received after that time might be too late.
This does not build in our configs:
AR drivers/pci/controller/mobiveil/built-in.a 2158 CC drivers/pci/controller/pci-mvebu.o 2159 CC net/core/failover.o 2160drivers/gpio/gpio-vf610.c:249:11: error: 'IRQCHIP_IMMUTABLE' undeclared here (not in a function); did you mean 'IS_IMMUTABLE'? 2161 249 | .flags = IRQCHIP_IMMUTABLE | IRQCHIP_MASK_ON_SUSPEND 2162 | ^~~~~~~~~~~~~~~~~ 2163 | IS_IMMUTABLE 2164drivers/gpio/gpio-vf610.c:251:2: error: 'GPIOCHIP_IRQ_RESOURCE_HELPERS' undeclared here (not in a function) 2165 251 | GPIOCHIP_IRQ_RESOURCE_HELPERS, 2166 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2167drivers/gpio/gpio-vf610.c:251:2: warning: excess elements in struct initializer 2168drivers/gpio/gpio-vf610.c:251:2: note: (near initialization for 'vf610_irqchip') 2169 CC fs/ubifs/misc.o 2170drivers/gpio/gpio-vf610.c: In function 'vf610_gpio_probe': 2171drivers/gpio/gpio-vf610.c:340:2: error: implicit declaration of function 'gpio_irq_chip_set_chip' [-Werror=implicit-function-declaration] 2172 340 | gpio_irq_chip_set_chip(girq, &vf610_irqchip); 2173 | ^~~~~~~~~~~~~~~~~~~~~~ 2174cc1: some warnings being treated as errors 2175make[2]: *** [scripts/Makefile.build:286: drivers/gpio/gpio-vf610.o] Error 1 2176make[2]: *** Waiting for unfinished jobs.... 2177 CC kernel/kexec_core.o
And same error in other config:
CC fs/fat/dir.o 1116 CC crypto/md4.o 1117drivers/gpio/gpio-vf610.c:249:11: error: 'IRQCHIP_IMMUTABLE' undeclared here (not in a function); did you mean 'IS_IMMUTABLE'? 1118 249 | .flags = IRQCHIP_IMMUTABLE | IRQCHIP_MASK_ON_SUSPEND 1119 | ^~~~~~~~~~~~~~~~~ 1120 | IS_IMMUTABLE 1121drivers/gpio/gpio-vf610.c:251:2: error: 'GPIOCHIP_IRQ_RESOURCE_HELPERS' undeclared here (not in a function) 1122 251 | GPIOCHIP_IRQ_RESOURCE_HELPERS, 1123 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1124drivers/gpio/gpio-vf610.c:251:2: warning: excess elements in struct initializer 1125drivers/gpio/gpio-vf610.c:251:2: note: (near initialization for 'vf610_irqchip') 1126drivers/gpio/gpio-vf610.c: In function 'vf610_gpio_probe': 1127drivers/gpio/gpio-vf610.c:340:2: error: implicit declaration of function 'gpio_irq_chip_set_chip' [-Werror=implicit-function-declaration] 1128 340 | gpio_irq_chip_set_chip(girq, &vf610_irqchip); 1129 | ^~~~~~~~~~~~~~~~~~~~~~ 1130cc1: some warnings being treated as errors 1131 CC fs/fat/fatent.o
Details are here:
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-5...
Best regards, Pavel