On Mon, Oct 18, 2021 at 04:40:03PM -0700, Guenter Roeck wrote:
On 10/18/21 6:22 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.14.14 release. There are 151 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, 20 Oct 2021 13:23:15 +0000. Anything received after that time might be too late.
Building arm64:allmodconfig ... failed
Error log: drivers/firmware/arm_ffa/bus.c:96:27: error: initialization of 'int (*)(struct device *)' from incompatible pointer type 'void (*)(struct device *)' [-Werror=incompatible-pointer-types] 96 | .remove = ffa_device_remove, | ^~~~~~~~~~~~~~~~~ drivers/firmware/arm_ffa/bus.c:96:27: note: (near initialization for 'ffa_bus_type.remove')
Ah, function type changes, I'll go fix this up now and push out a -rc2.
thanks,
greg k-h