Re: [PATCH 4.11 00/84] 4.11.9-stable review

From: Guenter Roeck
Date: Mon Jul 03 2017 - 15:55:16 EST


On 07/03/2017 06:34 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.11.9 release.
There are 84 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 Jul 5 13:33:30 UTC 2017.
Anything received after that time might be too late.


Build results:
total: 145 pass: 143 fail: 2
Failed builds:
arm:allmodconfig
arm:omap2plus_defconfig

Qemu test results:
total: 122 pass: 119 fail: 3
Failed tests:
arm:beagle:omap2plus_defconfig:omap3-beagle
arm:beaglexm:omap2plus_defconfig:omap3-beagle-xm
arm:overo:omap2plus_defconfig:omap3-overo-tobi

Details are available at http://kerneltests.org/builders.

The common build error is:

drivers/hsi/clients/ssi_protocol.c: In function 'ssip_pn_setup':
drivers/hsi/clients/ssi_protocol.c:1068:5: error: 'struct net_device' has no member named 'destructor'

Bisect points to commit 1469d4b7e6 ("net: Fix inconsistent teardown and
release of private net dev state.") as the culprit for the build failures.
Reverting that patch fixes the problem.

Guenter