Re: [PATCH 4.4 000/101] 4.4.228-rc1 review

From: Greg Kroah-Hartman
Date: Sat Jun 20 2020 - 03:46:27 EST


On Fri, Jun 19, 2020 at 09:40:55AM -0700, Guenter Roeck wrote:
> On Fri, Jun 19, 2020 at 04:31:49PM +0200, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 4.4.228 release.
> > There are 101 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 Sun, 21 Jun 2020 14:15:50 +0000.
> > Anything received after that time might be too late.
> >
>
> Building powerpc:defconfig ... failed
> --------------
> Error log:
>
> drivers/macintosh/windfarm_pm112.c: In function âcreate_cpu_loopâ:
> drivers/macintosh/windfarm_pm112.c:148:2: error: implicit declaration of function âkfreeâ
>
> Affects v4.4.y.queue and v4.9.y.queue.

Thanks, I've fixed this up by adding an #include <linux/slab.h> to the
top of that driver for those trees.

greg k-h