From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <536683D0.5000708@roeck-us.net> Date: Sun, 04 May 2014 11:15:44 -0700 From: Guenter Roeck MIME-Version: 1.0 To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org CC: 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 References: <20140504154140.444932005@linuxfoundation.org> In-Reply-To: <20140504154140.444932005@linuxfoundation.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: 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. Greg, I suspect you might not have USB_MUSB_HDRC enabled in your builds. On the plus side, qemu builds and tests all passed ... but I guess that only shows the somewhat limited scope of those tests :-(. Guenter