From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933473AbaEFA21 (ORCPT ); Mon, 5 May 2014 20:28:27 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:54138 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755825AbaEFA2Z (ORCPT ); Mon, 5 May 2014 20:28:25 -0400 Date: Mon, 5 May 2014 17:28:24 -0700 From: Greg Kroah-Hartman To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, satoru.takeuchi@gmail.com, shuah.kh@samsung.com, stable@vger.kernel.org Subject: Re: [PATCH 3.10 00/86] 3.10.39-stable review Message-ID: <20140506002824.GA7006@kroah.com> References: <20140504154140.444932005@linuxfoundation.org> <536683D0.5000708@roeck-us.net> <20140505204343.GA18222@kroah.com> <53682837.3050103@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53682837.3050103@roeck-us.net> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 05, 2014 at 05:09:27PM -0700, Guenter Roeck wrote: > On 05/05/2014 01:43 PM, Greg Kroah-Hartman wrote: > > On Sun, May 04, 2014 at 11:15:44AM -0700, Guenter Roeck wrote: > >> On 05/04/2014 08:40 AM, Greg Kroah-Hartman wrote: > >>> This is the start of the stable review cycle for the 3.10.39 release. > >>> There are 86 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 May 6 15:41:13 UTC 2014. > >>> Anything received after that time might be too late. > >>> > >> > >> I am still seeing build failures, even with x86_64 (both allmodconfig and > >> allyesconfig fail). > >> total: 127 pass: 113 skipped: 4 fail: 10 > >> > >> drivers/usb/musb/musb_core.c: In function 'musb_stage0_irq': > >> drivers/usb/musb/musb_core.c:673:26: error: 'struct musb' has no member named 'hcd' > >> > >> Problem is due to 'usb: musb: avoid NULL pointer dereference'. > >> A brief glance into the code suggests that the patch will require an explicit > >> back-port to 3.10. > > > > Thanks, I've now dropped that one. > > > > Looks like you added it back in. The build with the dropped patch was fine. > I'll send another note after the rebuild with the patch added back in is complete. I added back the "fixed" one, hopefully it really is :) greg k-h