On Thu, Jan 02, 2020 at 11:06:42PM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.14.162 release. > There are 91 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 Sat, 04 Jan 2020 22:01:54 +0000. > Anything received after that time might be too late. > drivers/pci/switch/switchtec.c: In function 'ioctl_event_summary': drivers/pci/switch/switchtec.c:901:18: error: implicit declaration of function 'readq'; did you mean 'readl'? The problem also affects v4.19.y. Seen with various 32-bit builds, including i386:allmodconfig and arm:allmodconfig. The backport replaces ioread64 with readq, which may not have been such a good idea. Guenter