From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:57326 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754979AbeDTOQD (ORCPT ); Fri, 20 Apr 2018 10:16:03 -0400 Date: Fri, 20 Apr 2018 16:15:56 +0200 From: Greg KH To: Harsh Shandilya Cc: stable@vger.kernel.org Subject: Re: 3.18.y queue build failure on arm64 and x86_64 Message-ID: <20180420141556.GA5397@kroah.com> References: <20180420140949.GB22919@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180420140949.GB22919@kroah.com> Sender: stable-owner@vger.kernel.org List-ID: On Fri, Apr 20, 2018 at 04:09:50PM +0200, Greg KH wrote: > On Fri, Apr 20, 2018 at 04:56:19PM +0530, Harsh Shandilya wrote: > > Hi Greg, > > > > Patch "usb: dwc3: pci: Properly cleanup resource" uses the `err` label which doesn't exist on 3.18, causing a build failure on at least the architectures mentioned in the subject line with allyesconfig. Changing `goto err` to `goto err3` resolves the build failure. Would you like me to send the fixed up patch or you would prefer to make the change by hand? > > A fixed up patch would be great, but let me go look at it right now. I > knew the tree was broken, but had to get back on the road, I'm traveling > this week. Will work on it now... Now fixed up, sorry for the problem. Now to resolve the 4.9.y build error... greg k-h