Re: [PATCH 4.10 000/110] 4.10.10-stable review

2017-04-10 Thread Guenter Roeck

On 04/10/2017 09:48 PM, Greg Kroah-Hartman wrote:

On Mon, Apr 10, 2017 at 08:17:16PM -0700, Guenter Roeck wrote:

On 04/10/2017 09:41 AM, Greg Kroah-Hartman wrote:

This is the start of the stable review cycle for the 4.10.10 release.
There are 110 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 Apr 12 16:41:40 UTC 2017.
Anything received after that time might be too late.



Build results:
total: 149 pass: 146 fail: 3
Failed builds:
arm:allmodconfig
arm:omap2plus_defconfig
arm:davinci_all_defconfig

Qemu test results:
total: 122 pass: 107 fail: 15
Failed tests:
arm:beagle:multi_v7_defconfig:omap3-beagle
arm:beaglexm:multi_v7_defconfig:omap3-beagle-xm
arm:overo:multi_v7_defconfig:omap3-overo-tobi
arm:sabrelite:multi_v7_defconfig:imx6dl-sabrelite
arm:vexpress-a9:multi_v7_defconfig:vexpress-v2p-ca9
arm:vexpress-a15:multi_v7_defconfig:vexpress-v2p-ca15-tc1
arm:vexpress-a15-a7:multi_v7_defconfig:vexpress-v2p-ca15_a7
arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zc702
arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zc706
arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zed
arm:midway:multi_v7_defconfig:ecx-2000
arm:smdkc210:multi_v7_defconfig:exynos4210-smdkv310
arm:beagle:omap2plus_defconfig:omap3-beagle
arm:beaglexm:omap2plus_defconfig:omap3-beagle-xm
arm:overo:omap2plus_defconfig:omap3-overo-tobi

For arm, same problem as with v4.9.

Building arm:allmodconfig ... failed
--
Error log:
In file included from 
/opt/buildbot/slave/stable-queue-4.10/build/arch/arm/mach-omap2/pdata-quirks.c:15:0:
/opt/buildbot/slave/stable-queue-4.10/build/arch/arm/mach-omap2/pdata-quirks.c:536:49:
 error: 'rx51_ir_data' undeclared here (not in a function)
  OF_DEV_AUXDATA("nokia,n900-ir", 0, "n900-ir", _ir_data),


Now dropped, thanks.


but also:

Building arm:davinci_all_defconfig ... failed
--
Error log:
/opt/buildbot/slave/stable-queue-4.10/build/drivers/usb/musb/da8xx.c:461:31: 
error: 'MUSB_PRESERVE_SESSION' undeclared here (not in a function)
  .quirks  = MUSB_INDEXED_EP | MUSB_PRESERVE_SESSION,
   ^
make[4]: *** [drivers/usb/musb/da8xx.o] Error 1

This is due to
8425a79bcbfe usb: musb: da8xx: Fix host mode suspend

which does not apply to 4.10 since MUSB_PRESERVE_SESSION is indeed not 
available in 4.10.
The flag was introduced with
a926ed11e7b4 usb: musb: Add a quirk to preserve the session during 
suspend

so it is either both patches or none of them.


I'll drop it as well.  Odd that this isn't showing up as a 4.9 build
error, it should, and I'll go drop it there too.



I don't build with -i, so maybe the build didn't get to that point.


Ugh, what a mess...


:-)



thanks for the help, much appreciated.



My pleasure. I'll let you know when I have new results.

Guenter



Re: [PATCH 4.10 000/110] 4.10.10-stable review

2017-04-10 Thread Guenter Roeck

On 04/10/2017 09:48 PM, Greg Kroah-Hartman wrote:

On Mon, Apr 10, 2017 at 08:17:16PM -0700, Guenter Roeck wrote:

On 04/10/2017 09:41 AM, Greg Kroah-Hartman wrote:

This is the start of the stable review cycle for the 4.10.10 release.
There are 110 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 Apr 12 16:41:40 UTC 2017.
Anything received after that time might be too late.



Build results:
total: 149 pass: 146 fail: 3
Failed builds:
arm:allmodconfig
arm:omap2plus_defconfig
arm:davinci_all_defconfig

Qemu test results:
total: 122 pass: 107 fail: 15
Failed tests:
arm:beagle:multi_v7_defconfig:omap3-beagle
arm:beaglexm:multi_v7_defconfig:omap3-beagle-xm
arm:overo:multi_v7_defconfig:omap3-overo-tobi
arm:sabrelite:multi_v7_defconfig:imx6dl-sabrelite
arm:vexpress-a9:multi_v7_defconfig:vexpress-v2p-ca9
arm:vexpress-a15:multi_v7_defconfig:vexpress-v2p-ca15-tc1
arm:vexpress-a15-a7:multi_v7_defconfig:vexpress-v2p-ca15_a7
arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zc702
arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zc706
arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zed
arm:midway:multi_v7_defconfig:ecx-2000
arm:smdkc210:multi_v7_defconfig:exynos4210-smdkv310
arm:beagle:omap2plus_defconfig:omap3-beagle
arm:beaglexm:omap2plus_defconfig:omap3-beagle-xm
arm:overo:omap2plus_defconfig:omap3-overo-tobi

For arm, same problem as with v4.9.

Building arm:allmodconfig ... failed
--
Error log:
In file included from 
/opt/buildbot/slave/stable-queue-4.10/build/arch/arm/mach-omap2/pdata-quirks.c:15:0:
/opt/buildbot/slave/stable-queue-4.10/build/arch/arm/mach-omap2/pdata-quirks.c:536:49:
 error: 'rx51_ir_data' undeclared here (not in a function)
  OF_DEV_AUXDATA("nokia,n900-ir", 0, "n900-ir", _ir_data),


Now dropped, thanks.


but also:

Building arm:davinci_all_defconfig ... failed
--
Error log:
/opt/buildbot/slave/stable-queue-4.10/build/drivers/usb/musb/da8xx.c:461:31: 
error: 'MUSB_PRESERVE_SESSION' undeclared here (not in a function)
  .quirks  = MUSB_INDEXED_EP | MUSB_PRESERVE_SESSION,
   ^
make[4]: *** [drivers/usb/musb/da8xx.o] Error 1

This is due to
8425a79bcbfe usb: musb: da8xx: Fix host mode suspend

which does not apply to 4.10 since MUSB_PRESERVE_SESSION is indeed not 
available in 4.10.
The flag was introduced with
a926ed11e7b4 usb: musb: Add a quirk to preserve the session during 
suspend

so it is either both patches or none of them.


I'll drop it as well.  Odd that this isn't showing up as a 4.9 build
error, it should, and I'll go drop it there too.



I don't build with -i, so maybe the build didn't get to that point.


Ugh, what a mess...


:-)



thanks for the help, much appreciated.



My pleasure. I'll let you know when I have new results.

Guenter



Re: [PATCH 4.10 000/110] 4.10.10-stable review

2017-04-10 Thread Greg Kroah-Hartman
On Mon, Apr 10, 2017 at 06:41:51PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.10.10 release.
> There are 110 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 Apr 12 16:41:40 UTC 2017.
> Anything received after that time might be too late.
> 
> The whole patch series can be found in one patch at:
>   kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.10.10-rc1.gz
> or in the git tree and branch at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git 
> linux-4.10.y
> and the diffstat can be found below.

Ok, that blew up into lots of tiny pieces :(

Let's try this again...

I've released a -rc2 now:

kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.10.10-rc2.gz
or in the git tree and branch at:

git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git 
linux-4.10.y

Hopefully this should be a lot better, sorry about that.

greg k-h


Re: [PATCH 4.10 000/110] 4.10.10-stable review

2017-04-10 Thread Greg Kroah-Hartman
On Mon, Apr 10, 2017 at 06:41:51PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.10.10 release.
> There are 110 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 Apr 12 16:41:40 UTC 2017.
> Anything received after that time might be too late.
> 
> The whole patch series can be found in one patch at:
>   kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.10.10-rc1.gz
> or in the git tree and branch at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git 
> linux-4.10.y
> and the diffstat can be found below.

Ok, that blew up into lots of tiny pieces :(

Let's try this again...

I've released a -rc2 now:

kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.10.10-rc2.gz
or in the git tree and branch at:

git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git 
linux-4.10.y

Hopefully this should be a lot better, sorry about that.

greg k-h


Re: [PATCH 4.10 000/110] 4.10.10-stable review

2017-04-10 Thread Greg Kroah-Hartman
On Mon, Apr 10, 2017 at 02:39:37PM -0600, Shuah Khan wrote:
> On 04/10/2017 10:41 AM, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 4.10.10 release.
> > There are 110 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 Apr 12 16:41:40 UTC 2017.
> > Anything received after that time might be too late.
> > 
> > The whole patch series can be found in one patch at:
> > kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.10.10-rc1.gz
> > or in the git tree and branch at:
> >   git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git 
> > linux-4.10.y
> > and the diffstat can be found below.
> > 
> > thanks,
> > 
> > greg k-h
> > 
> 
> Compiled and booted on my test system. No dmesg regressions.

Thanks for testing all of these and letting me know.

greg k-h


Re: [PATCH 4.10 000/110] 4.10.10-stable review

2017-04-10 Thread Greg Kroah-Hartman
On Mon, Apr 10, 2017 at 02:39:37PM -0600, Shuah Khan wrote:
> On 04/10/2017 10:41 AM, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 4.10.10 release.
> > There are 110 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 Apr 12 16:41:40 UTC 2017.
> > Anything received after that time might be too late.
> > 
> > The whole patch series can be found in one patch at:
> > kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.10.10-rc1.gz
> > or in the git tree and branch at:
> >   git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git 
> > linux-4.10.y
> > and the diffstat can be found below.
> > 
> > thanks,
> > 
> > greg k-h
> > 
> 
> Compiled and booted on my test system. No dmesg regressions.

Thanks for testing all of these and letting me know.

greg k-h


Re: [PATCH 4.10 000/110] 4.10.10-stable review

2017-04-10 Thread Greg Kroah-Hartman
On Mon, Apr 10, 2017 at 08:17:16PM -0700, Guenter Roeck wrote:
> On 04/10/2017 09:41 AM, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 4.10.10 release.
> > There are 110 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 Apr 12 16:41:40 UTC 2017.
> > Anything received after that time might be too late.
> > 
> 
> Build results:
>   total: 149 pass: 146 fail: 3
> Failed builds:
>   arm:allmodconfig
>   arm:omap2plus_defconfig
>   arm:davinci_all_defconfig
> 
> Qemu test results:
>   total: 122 pass: 107 fail: 15
> Failed tests:
>   arm:beagle:multi_v7_defconfig:omap3-beagle
>   arm:beaglexm:multi_v7_defconfig:omap3-beagle-xm
>   arm:overo:multi_v7_defconfig:omap3-overo-tobi
>   arm:sabrelite:multi_v7_defconfig:imx6dl-sabrelite
>   arm:vexpress-a9:multi_v7_defconfig:vexpress-v2p-ca9
>   arm:vexpress-a15:multi_v7_defconfig:vexpress-v2p-ca15-tc1
>   arm:vexpress-a15-a7:multi_v7_defconfig:vexpress-v2p-ca15_a7
>   arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zc702
>   arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zc706
>   arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zed
>   arm:midway:multi_v7_defconfig:ecx-2000
>   arm:smdkc210:multi_v7_defconfig:exynos4210-smdkv310
>   arm:beagle:omap2plus_defconfig:omap3-beagle
>   arm:beaglexm:omap2plus_defconfig:omap3-beagle-xm
>   arm:overo:omap2plus_defconfig:omap3-overo-tobi
> 
> For arm, same problem as with v4.9.
> 
> Building arm:allmodconfig ... failed
> --
> Error log:
> In file included from 
> /opt/buildbot/slave/stable-queue-4.10/build/arch/arm/mach-omap2/pdata-quirks.c:15:0:
> /opt/buildbot/slave/stable-queue-4.10/build/arch/arm/mach-omap2/pdata-quirks.c:536:49:
>  error: 'rx51_ir_data' undeclared here (not in a function)
>   OF_DEV_AUXDATA("nokia,n900-ir", 0, "n900-ir", _ir_data),

Now dropped, thanks.

> but also:
> 
> Building arm:davinci_all_defconfig ... failed
> --
> Error log:
> /opt/buildbot/slave/stable-queue-4.10/build/drivers/usb/musb/da8xx.c:461:31: 
> error: 'MUSB_PRESERVE_SESSION' undeclared here (not in a function)
>   .quirks  = MUSB_INDEXED_EP | MUSB_PRESERVE_SESSION,
>^
> make[4]: *** [drivers/usb/musb/da8xx.o] Error 1
> 
> This is due to
>   8425a79bcbfe usb: musb: da8xx: Fix host mode suspend
> 
> which does not apply to 4.10 since MUSB_PRESERVE_SESSION is indeed not 
> available in 4.10.
> The flag was introduced with
>   a926ed11e7b4 usb: musb: Add a quirk to preserve the session during 
> suspend
> 
> so it is either both patches or none of them.

I'll drop it as well.  Odd that this isn't showing up as a 4.9 build
error, it should, and I'll go drop it there too.

Ugh, what a mess...

thanks for the help, much appreciated.

greg k-h


Re: [PATCH 4.10 000/110] 4.10.10-stable review

2017-04-10 Thread Greg Kroah-Hartman
On Mon, Apr 10, 2017 at 08:17:16PM -0700, Guenter Roeck wrote:
> On 04/10/2017 09:41 AM, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 4.10.10 release.
> > There are 110 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 Apr 12 16:41:40 UTC 2017.
> > Anything received after that time might be too late.
> > 
> 
> Build results:
>   total: 149 pass: 146 fail: 3
> Failed builds:
>   arm:allmodconfig
>   arm:omap2plus_defconfig
>   arm:davinci_all_defconfig
> 
> Qemu test results:
>   total: 122 pass: 107 fail: 15
> Failed tests:
>   arm:beagle:multi_v7_defconfig:omap3-beagle
>   arm:beaglexm:multi_v7_defconfig:omap3-beagle-xm
>   arm:overo:multi_v7_defconfig:omap3-overo-tobi
>   arm:sabrelite:multi_v7_defconfig:imx6dl-sabrelite
>   arm:vexpress-a9:multi_v7_defconfig:vexpress-v2p-ca9
>   arm:vexpress-a15:multi_v7_defconfig:vexpress-v2p-ca15-tc1
>   arm:vexpress-a15-a7:multi_v7_defconfig:vexpress-v2p-ca15_a7
>   arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zc702
>   arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zc706
>   arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zed
>   arm:midway:multi_v7_defconfig:ecx-2000
>   arm:smdkc210:multi_v7_defconfig:exynos4210-smdkv310
>   arm:beagle:omap2plus_defconfig:omap3-beagle
>   arm:beaglexm:omap2plus_defconfig:omap3-beagle-xm
>   arm:overo:omap2plus_defconfig:omap3-overo-tobi
> 
> For arm, same problem as with v4.9.
> 
> Building arm:allmodconfig ... failed
> --
> Error log:
> In file included from 
> /opt/buildbot/slave/stable-queue-4.10/build/arch/arm/mach-omap2/pdata-quirks.c:15:0:
> /opt/buildbot/slave/stable-queue-4.10/build/arch/arm/mach-omap2/pdata-quirks.c:536:49:
>  error: 'rx51_ir_data' undeclared here (not in a function)
>   OF_DEV_AUXDATA("nokia,n900-ir", 0, "n900-ir", _ir_data),

Now dropped, thanks.

> but also:
> 
> Building arm:davinci_all_defconfig ... failed
> --
> Error log:
> /opt/buildbot/slave/stable-queue-4.10/build/drivers/usb/musb/da8xx.c:461:31: 
> error: 'MUSB_PRESERVE_SESSION' undeclared here (not in a function)
>   .quirks  = MUSB_INDEXED_EP | MUSB_PRESERVE_SESSION,
>^
> make[4]: *** [drivers/usb/musb/da8xx.o] Error 1
> 
> This is due to
>   8425a79bcbfe usb: musb: da8xx: Fix host mode suspend
> 
> which does not apply to 4.10 since MUSB_PRESERVE_SESSION is indeed not 
> available in 4.10.
> The flag was introduced with
>   a926ed11e7b4 usb: musb: Add a quirk to preserve the session during 
> suspend
> 
> so it is either both patches or none of them.

I'll drop it as well.  Odd that this isn't showing up as a 4.9 build
error, it should, and I'll go drop it there too.

Ugh, what a mess...

thanks for the help, much appreciated.

greg k-h


Re: [PATCH 4.10 000/110] 4.10.10-stable review

2017-04-10 Thread Guenter Roeck

On 04/10/2017 09:41 AM, Greg Kroah-Hartman wrote:

This is the start of the stable review cycle for the 4.10.10 release.
There are 110 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 Apr 12 16:41:40 UTC 2017.
Anything received after that time might be too late.



Build results:
total: 149 pass: 146 fail: 3
Failed builds:
arm:allmodconfig
arm:omap2plus_defconfig
arm:davinci_all_defconfig

Qemu test results:
total: 122 pass: 107 fail: 15
Failed tests:
arm:beagle:multi_v7_defconfig:omap3-beagle
arm:beaglexm:multi_v7_defconfig:omap3-beagle-xm
arm:overo:multi_v7_defconfig:omap3-overo-tobi
arm:sabrelite:multi_v7_defconfig:imx6dl-sabrelite
arm:vexpress-a9:multi_v7_defconfig:vexpress-v2p-ca9
arm:vexpress-a15:multi_v7_defconfig:vexpress-v2p-ca15-tc1
arm:vexpress-a15-a7:multi_v7_defconfig:vexpress-v2p-ca15_a7
arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zc702
arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zc706
arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zed
arm:midway:multi_v7_defconfig:ecx-2000
arm:smdkc210:multi_v7_defconfig:exynos4210-smdkv310
arm:beagle:omap2plus_defconfig:omap3-beagle
arm:beaglexm:omap2plus_defconfig:omap3-beagle-xm
arm:overo:omap2plus_defconfig:omap3-overo-tobi

For arm, same problem as with v4.9.

Building arm:allmodconfig ... failed
--
Error log:
In file included from 
/opt/buildbot/slave/stable-queue-4.10/build/arch/arm/mach-omap2/pdata-quirks.c:15:0:
/opt/buildbot/slave/stable-queue-4.10/build/arch/arm/mach-omap2/pdata-quirks.c:536:49:
 error: 'rx51_ir_data' undeclared here (not in a function)
  OF_DEV_AUXDATA("nokia,n900-ir", 0, "n900-ir", _ir_data),

but also:

Building arm:davinci_all_defconfig ... failed
--
Error log:
/opt/buildbot/slave/stable-queue-4.10/build/drivers/usb/musb/da8xx.c:461:31: 
error: 'MUSB_PRESERVE_SESSION' undeclared here (not in a function)
  .quirks  = MUSB_INDEXED_EP | MUSB_PRESERVE_SESSION,
   ^
make[4]: *** [drivers/usb/musb/da8xx.o] Error 1

This is due to
8425a79bcbfe usb: musb: da8xx: Fix host mode suspend

which does not apply to 4.10 since MUSB_PRESERVE_SESSION is indeed not 
available in 4.10.
The flag was introduced with
a926ed11e7b4 usb: musb: Add a quirk to preserve the session during 
suspend

so it is either both patches or none of them.

Detailed logs are available at http://kerneltests.org/builders.

Guenter



Re: [PATCH 4.10 000/110] 4.10.10-stable review

2017-04-10 Thread Guenter Roeck

On 04/10/2017 09:41 AM, Greg Kroah-Hartman wrote:

This is the start of the stable review cycle for the 4.10.10 release.
There are 110 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 Apr 12 16:41:40 UTC 2017.
Anything received after that time might be too late.



Build results:
total: 149 pass: 146 fail: 3
Failed builds:
arm:allmodconfig
arm:omap2plus_defconfig
arm:davinci_all_defconfig

Qemu test results:
total: 122 pass: 107 fail: 15
Failed tests:
arm:beagle:multi_v7_defconfig:omap3-beagle
arm:beaglexm:multi_v7_defconfig:omap3-beagle-xm
arm:overo:multi_v7_defconfig:omap3-overo-tobi
arm:sabrelite:multi_v7_defconfig:imx6dl-sabrelite
arm:vexpress-a9:multi_v7_defconfig:vexpress-v2p-ca9
arm:vexpress-a15:multi_v7_defconfig:vexpress-v2p-ca15-tc1
arm:vexpress-a15-a7:multi_v7_defconfig:vexpress-v2p-ca15_a7
arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zc702
arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zc706
arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zed
arm:midway:multi_v7_defconfig:ecx-2000
arm:smdkc210:multi_v7_defconfig:exynos4210-smdkv310
arm:beagle:omap2plus_defconfig:omap3-beagle
arm:beaglexm:omap2plus_defconfig:omap3-beagle-xm
arm:overo:omap2plus_defconfig:omap3-overo-tobi

For arm, same problem as with v4.9.

Building arm:allmodconfig ... failed
--
Error log:
In file included from 
/opt/buildbot/slave/stable-queue-4.10/build/arch/arm/mach-omap2/pdata-quirks.c:15:0:
/opt/buildbot/slave/stable-queue-4.10/build/arch/arm/mach-omap2/pdata-quirks.c:536:49:
 error: 'rx51_ir_data' undeclared here (not in a function)
  OF_DEV_AUXDATA("nokia,n900-ir", 0, "n900-ir", _ir_data),

but also:

Building arm:davinci_all_defconfig ... failed
--
Error log:
/opt/buildbot/slave/stable-queue-4.10/build/drivers/usb/musb/da8xx.c:461:31: 
error: 'MUSB_PRESERVE_SESSION' undeclared here (not in a function)
  .quirks  = MUSB_INDEXED_EP | MUSB_PRESERVE_SESSION,
   ^
make[4]: *** [drivers/usb/musb/da8xx.o] Error 1

This is due to
8425a79bcbfe usb: musb: da8xx: Fix host mode suspend

which does not apply to 4.10 since MUSB_PRESERVE_SESSION is indeed not 
available in 4.10.
The flag was introduced with
a926ed11e7b4 usb: musb: Add a quirk to preserve the session during 
suspend

so it is either both patches or none of them.

Detailed logs are available at http://kerneltests.org/builders.

Guenter



Re: [PATCH 4.10 000/110] 4.10.10-stable review

2017-04-10 Thread Shuah Khan
On 04/10/2017 10:41 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.10.10 release.
> There are 110 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 Apr 12 16:41:40 UTC 2017.
> Anything received after that time might be too late.
> 
> The whole patch series can be found in one patch at:
>   kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.10.10-rc1.gz
> or in the git tree and branch at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git 
> linux-4.10.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h
> 

Compiled and booted on my test system. No dmesg regressions.

thanks,
-- Shuah



Re: [PATCH 4.10 000/110] 4.10.10-stable review

2017-04-10 Thread Shuah Khan
On 04/10/2017 10:41 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.10.10 release.
> There are 110 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 Apr 12 16:41:40 UTC 2017.
> Anything received after that time might be too late.
> 
> The whole patch series can be found in one patch at:
>   kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.10.10-rc1.gz
> or in the git tree and branch at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git 
> linux-4.10.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h
> 

Compiled and booted on my test system. No dmesg regressions.

thanks,
-- Shuah



[PATCH 4.10 000/110] 4.10.10-stable review

2017-04-10 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 4.10.10 release.
There are 110 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 Apr 12 16:41:40 UTC 2017.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.10.10-rc1.gz
or in the git tree and branch at:
  git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git 
linux-4.10.y
and the diffstat can be found below.

thanks,

greg k-h

-
Pseudo-Shortlog of commits:

Greg Kroah-Hartman 
Linux 4.10.10-rc1

Matjaz Hegedic 
x86/reboot/quirks: Fix typo in ASUS EeeBook X205TA reboot quirk

Tobias Jakobi 
usb-storage: Add ignore-residue quirk for Initio INIC-3619

Matjaz Hegedic 
x86/reboot/quirks: Add ASUS EeeBook X205TA/W reboot quirk

Matjaz Hegedic 
x86/reboot/quirks: Add ASUS EeeBook X205TA reboot quirk

Len Brown 
tools/power turbostat: dump Atom P-states correctly

Len Brown 
tools/power turbostat: decode Baytrail CC6 and MC6 demotion configuration

João Paulo Rechi Vita 
platform/x86: asus-wmi: Detect quirk_no_rfkill from the DSDT

Krzysztof Kozlowski 
watchdog: s3c2410: Fix infinite interrupt in soft mode

Sinan Kaya 
PCI: Add ACS quirk for Qualcomm QDF2400 and QDF2432

Andy Shevchenko 
PCI: Sort the list of devices with D3 delay quirk by ID

yangbo lu 
mmc: sdhci-of-esdhc: remove default broken-cd for ARM

Dongdong Liu 
PCI: Disable MSI for HiSilicon Hip06/Hip07 Root Ports

Jon Mason 
PCI: Add Broadcom Northstar2 PAXC quirk for device class and MPSS

Will Deacon 
ARM: smccc: Update HVC comment to describe new quirk parameter

Andy Gross 
firmware: qcom: scm: Fix interrupted SCM calls

Andy Gross 
arm: kernel: Add SMC structure parameter

Ping Cheng 
HID: wacom: don't apply generic settings to old devices

Mylène Josserand 
ASoC: sun4i-i2s: Add quirks to handle a31 compatible

Alexandre Bailon 
usb: musb: da8xx: Fix host mode suspend

Zhang Rui 
ACPI: save NVS memory for Lenovo G50-45

Pierre-Louis Bossart 
ASoC: Intel: cht_bsw_rt5645: add Baytrail MCLK support

Pierre-Louis Bossart 
ASoC: Intel: cht_bsw_rt5645: harden ACPI device detection

Pierre-Louis Bossart 
ASoC: Intel: Baytrail: add quirk for Lenovo Thinkpad 10

Pierre-Louis Bossart 
ASoC: codecs: rt5670: add quirk for Lenovo Thinkpad 10

Lv Zheng 
ACPI / button: Change default behavior to lid_init_state=open

Bartosz Golaszewski 
sata: ahci-da850: implement a workaround for the softreset quirk

Sean Young 
rx51: broken build

Dan Carpenter 
PCI: xgene: Fix double free on init error

Alex Williamson 
PCI: Add ACS quirk for Intel Union Point

Daniel Vetter 
drm/mga: remove device_is_agp callback

Felipe Balbi 
usb: dwc3: host: pass quirk-broken-port-ped property for known broken 
revisions

Felipe Balbi 
usb: host: xhci-plat: enable BROKEN_PED quirk if platform requested

Felipe Balbi 
usb: xhci: add quirk flag for broken PED bits

Kevin Hilman 
ARM: davinci: add skeleton for pdata-quirks

Vignesh R 
serial: 8250_omap: Add OMAP_DMA_TX_KICK quirk for AM437x

Stephen Boyd 
usb: chipidea: msm: Rely on core to override AHBBURST

Tony Lindgren 
ARM: OMAP2+: Fix init for multiple quirks for the same SoC

youling257 
ASoC: Intel: bytcr_rt5640: quirks for Insyde devices

Paulo Zanoni 
drm/i915: actually drive the BDW reserved IDs

Paulo Zanoni 
drm/i915: more .is_mobile cleanups for BDW

Paulo Zanoni 
drm/i915: fix INTEL_BDW_IDS definition

Jani Nikula 
drm/edid: constify edid quirk list

Yuta Kobayashi 
HID: multitouch: enable the Surface 4 Type Cover Pro (JP) to report 
multitouch data

Paolo Bonzini 

[PATCH 4.10 000/110] 4.10.10-stable review

2017-04-10 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 4.10.10 release.
There are 110 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 Apr 12 16:41:40 UTC 2017.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.10.10-rc1.gz
or in the git tree and branch at:
  git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git 
linux-4.10.y
and the diffstat can be found below.

thanks,

greg k-h

-
Pseudo-Shortlog of commits:

Greg Kroah-Hartman 
Linux 4.10.10-rc1

Matjaz Hegedic 
x86/reboot/quirks: Fix typo in ASUS EeeBook X205TA reboot quirk

Tobias Jakobi 
usb-storage: Add ignore-residue quirk for Initio INIC-3619

Matjaz Hegedic 
x86/reboot/quirks: Add ASUS EeeBook X205TA/W reboot quirk

Matjaz Hegedic 
x86/reboot/quirks: Add ASUS EeeBook X205TA reboot quirk

Len Brown 
tools/power turbostat: dump Atom P-states correctly

Len Brown 
tools/power turbostat: decode Baytrail CC6 and MC6 demotion configuration

João Paulo Rechi Vita 
platform/x86: asus-wmi: Detect quirk_no_rfkill from the DSDT

Krzysztof Kozlowski 
watchdog: s3c2410: Fix infinite interrupt in soft mode

Sinan Kaya 
PCI: Add ACS quirk for Qualcomm QDF2400 and QDF2432

Andy Shevchenko 
PCI: Sort the list of devices with D3 delay quirk by ID

yangbo lu 
mmc: sdhci-of-esdhc: remove default broken-cd for ARM

Dongdong Liu 
PCI: Disable MSI for HiSilicon Hip06/Hip07 Root Ports

Jon Mason 
PCI: Add Broadcom Northstar2 PAXC quirk for device class and MPSS

Will Deacon 
ARM: smccc: Update HVC comment to describe new quirk parameter

Andy Gross 
firmware: qcom: scm: Fix interrupted SCM calls

Andy Gross 
arm: kernel: Add SMC structure parameter

Ping Cheng 
HID: wacom: don't apply generic settings to old devices

Mylène Josserand 
ASoC: sun4i-i2s: Add quirks to handle a31 compatible

Alexandre Bailon 
usb: musb: da8xx: Fix host mode suspend

Zhang Rui 
ACPI: save NVS memory for Lenovo G50-45

Pierre-Louis Bossart 
ASoC: Intel: cht_bsw_rt5645: add Baytrail MCLK support

Pierre-Louis Bossart 
ASoC: Intel: cht_bsw_rt5645: harden ACPI device detection

Pierre-Louis Bossart 
ASoC: Intel: Baytrail: add quirk for Lenovo Thinkpad 10

Pierre-Louis Bossart 
ASoC: codecs: rt5670: add quirk for Lenovo Thinkpad 10

Lv Zheng 
ACPI / button: Change default behavior to lid_init_state=open

Bartosz Golaszewski 
sata: ahci-da850: implement a workaround for the softreset quirk

Sean Young 
rx51: broken build

Dan Carpenter 
PCI: xgene: Fix double free on init error

Alex Williamson 
PCI: Add ACS quirk for Intel Union Point

Daniel Vetter 
drm/mga: remove device_is_agp callback

Felipe Balbi 
usb: dwc3: host: pass quirk-broken-port-ped property for known broken 
revisions

Felipe Balbi 
usb: host: xhci-plat: enable BROKEN_PED quirk if platform requested

Felipe Balbi 
usb: xhci: add quirk flag for broken PED bits

Kevin Hilman 
ARM: davinci: add skeleton for pdata-quirks

Vignesh R 
serial: 8250_omap: Add OMAP_DMA_TX_KICK quirk for AM437x

Stephen Boyd 
usb: chipidea: msm: Rely on core to override AHBBURST

Tony Lindgren 
ARM: OMAP2+: Fix init for multiple quirks for the same SoC

youling257 
ASoC: Intel: bytcr_rt5640: quirks for Insyde devices

Paulo Zanoni 
drm/i915: actually drive the BDW reserved IDs

Paulo Zanoni 
drm/i915: more .is_mobile cleanups for BDW

Paulo Zanoni 
drm/i915: fix INTEL_BDW_IDS definition

Jani Nikula 
drm/edid: constify edid quirk list

Yuta Kobayashi 
HID: multitouch: enable the Surface 4 Type Cover Pro (JP) to report 
multitouch data

Paolo Bonzini 
kvm: fix page struct leak in handle_vmon

Jason A. Donenfeld 
random: use chacha20 for get_random_int/long

Chris Salls 
mm/mempolicy.c: fix error handling in set_mempolicy and mbind.

Johan Hovold 
Documentation: stable-kernel-rules: fix stable-tag format

Janusz Dziedzic 
usb: dwc3: gadget: delay unmap of bounced requests

Changbin Du 
drm/i915/kvmgt: fix suspicious rcu dereference usage

Zhenyu Wang 
drm/i915/gvt: Fix gvt scheduler interval time

Huacai Chen 
MIPS: c-r4k: Fix Loongson-3's vcache/scache waysize calculation

Huacai Chen 
MIPS: Flush wrong invalid FTLB entry for huge page

Huacai Chen 
MIPS: Add MIPS_CPU_FTLB for Loongson-3A R2

Huacai Chen 
MIPS: Check TLB before handle_ri_rdhwr() for Loongson-3

Hauke Mehrtens 
MIPS: Lantiq: fix missing xbar kernel panic

Paul Burton 
MIPS: End spinlocks with .insn

John Crispin 
MIPS: ralink: Fix typos in rt3883 pinctrl

James Hogan 
MIPS: Force o32 fp64 support on 32bit MIPS64r6 kernels

Heiko Carstens 
s390/uaccess: get_user() should zero on failure