On 6/20/20 12:46 AM, Greg Kroah-Hartman wrote: > 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. > Guess you didn't update linux-stable-rc/linux-4.{4,9}.y, but v4.4.228 and v4.9.228 build ok, so looks like that fixed the problem. Guenter