From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755845AbaICTzs (ORCPT ); Wed, 3 Sep 2014 15:55:48 -0400 Received: from mail-pd0-f177.google.com ([209.85.192.177]:50480 "EHLO mail-pd0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751523AbaICTzr (ORCPT ); Wed, 3 Sep 2014 15:55:47 -0400 Date: Wed, 3 Sep 2014 12:55:41 -0700 From: Guenter Roeck To: Jiri Slaby Cc: stable@vger.kernel.org, satoru.takeuchi@gmail.com, shuah.kh@samsung.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3.12 00/56] 3.12.28-stable review Message-ID: <20140903195541.GA7240@roeck-us.net> References: <5407170F.2070701@roeck-us.net> <54076CB2.6040004@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54076CB2.6040004@suse.cz> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 03, 2014 at 09:32:02PM +0200, Jiri Slaby wrote: > On 09/03/2014, 03:26 PM, Guenter Roeck wrote: > > On 09/03/2014 02:26 AM, Jiri Slaby wrote: > >> This is the start of the stable review cycle for the 3.12.28 release. > >> There are 56 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 Fri Sep 5 11:17:45 CEST 2014. > >> Anything received after that time might be too late. > >> > > > > Jiri, > > > > I get a large number of build failures. > ... > > In file included from drivers/usb/host/ohci-hcd.c:85:0: > > drivers/usb/host/ohci-dbg.c:411:20: error: conflicting types for > > 'ohci_dump' > > drivers/usb/host/ohci-hcd.c:81:13: note: previous declaration of > > 'ohci_dump' was here > > drivers/usb/host/ohci-hcd.c: In function 'ohci_run': > > drivers/usb/host/ohci-hcd.c:757:2: error: too few arguments to function > > 'ohci_dump' > > Oh, !USB_DEBUG. It should be fixed, could you retry? > I triggered a rebuild. I'll let you know after it is complete. Guenter