From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752346AbdGDH7C (ORCPT ); Tue, 4 Jul 2017 03:59:02 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:37230 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752008AbdGDH7B (ORCPT ); Tue, 4 Jul 2017 03:59:01 -0400 Date: Tue, 4 Jul 2017 09:59:00 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org Subject: Re: [PATCH 4.11 00/84] 4.11.9-stable review Message-ID: <20170704075900.GA22480@kroah.com> References: <20170703133402.874816941@linuxfoundation.org> <6d9c97a7-cf65-3018-68d8-4177e799c4eb@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6d9c97a7-cf65-3018-68d8-4177e799c4eb@roeck-us.net> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 03, 2017 at 12:55:07PM -0700, Guenter Roeck wrote: > 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. Ah, looks like we need to add commit ed66e50d9587 ("hsi: Fix build regression due to netdev destructor fix.") to the tree to fix this up, let me go queue it up now... thanks, greg k-h