Re: [PATCH 4.4 00/36] 4.4.196-stable review

From: Greg Kroah-Hartman
Date: Tue Oct 08 2019 - 01:15:22 EST


On Mon, Oct 07, 2019 at 03:36:46PM -0700, Guenter Roeck wrote:
> On 10/7/19 7:49 AM, Greg Kroah-Hartman wrote:
> > On Mon, Oct 07, 2019 at 05:53:55AM -0700, Guenter Roeck wrote:
> > > On 10/6/19 10:18 AM, Greg Kroah-Hartman wrote:
> > > > This is the start of the stable review cycle for the 4.4.196 release.
> > > > There are 36 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 Tue 08 Oct 2019 05:07:10 PM UTC.
> > > > Anything received after that time might be too late.
> > > >
> > >
> > > powerpc:defconfig fails to build.
> > >
> > > arch/powerpc/kernel/eeh_driver.c: In function âeeh_handle_normal_eventâ:
> > > arch/powerpc/kernel/eeh_driver.c:678:2: error: implicit declaration of function âeeh_for_each_peâ; did you mean âbus_for_each_devâ?
> > >
> > > It has a point:
> > >
> > > ... HEAD is now at 13cac61d31df Linux 4.4.196-rc1
> > > $ git grep eeh_for_each_pe
> > > arch/powerpc/kernel/eeh_driver.c: eeh_for_each_pe(pe, tmp_pe)
> > > arch/powerpc/kernel/eeh_driver.c: eeh_for_each_pe(pe, tmp_pe)
> > >
> > > Caused by commit 3fb431be8de3a ("powerpc/eeh: Clear stale EEH_DEV_NO_HANDLER flag").
> > > Full report will follow later.
> >
> > Thanks for letting me know, I've dropped this from the queue now and
> > pushed out a -rc2 with that removed.
> >
>
> For v4.4.195-36-g898f6e5cf82f:
>
> Build results:
> total: 170 pass: 170 fail: 0
> Qemu test results:
> total: 324 pass: 324 fail: 0

Wonderful, thanks for letting me know!

greg k-h