All of lore.kernel.org
 help / color / mirror / Atom feed
* 3.18.y queue build failure on arm64 and x86_64
@ 2018-04-20 11:26 Harsh Shandilya
  2018-04-20 14:09 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Harsh Shandilya @ 2018-04-20 11:26 UTC (permalink / raw)
  To: stable, gregkh

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?
--
Harsh Shandilya, PRJKT Development LLC

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 3.18.y queue build failure on arm64 and x86_64
  2018-04-20 11:26 3.18.y queue build failure on arm64 and x86_64 Harsh Shandilya
@ 2018-04-20 14:09 ` Greg KH
  2018-04-20 14:15   ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2018-04-20 14:09 UTC (permalink / raw)
  To: Harsh Shandilya; +Cc: stable

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...

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 3.18.y queue build failure on arm64 and x86_64
  2018-04-20 14:09 ` Greg KH
@ 2018-04-20 14:15   ` Greg KH
  2018-04-20 15:16     ` Harsh Shandilya
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2018-04-20 14:15 UTC (permalink / raw)
  To: Harsh Shandilya; +Cc: stable

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 3.18.y queue build failure on arm64 and x86_64
  2018-04-20 14:15   ` Greg KH
@ 2018-04-20 15:16     ` Harsh Shandilya
  0 siblings, 0 replies; 4+ messages in thread
From: Harsh Shandilya @ 2018-04-20 15:16 UTC (permalink / raw)
  To: Greg KH; +Cc: stable

On 20 April 2018 7:45:56 PM IST, Greg KH <gregkh@linuxfoundation.org> wrote:
>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

Awesome, thanks for your work. I see a bunch of ext4 patches didn't apply to 3.18, I'll take a crack at them tonight.
-- 
Harsh Shandilya, PRJKT Development LLC

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-04-20 15:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-20 11:26 3.18.y queue build failure on arm64 and x86_64 Harsh Shandilya
2018-04-20 14:09 ` Greg KH
2018-04-20 14:15   ` Greg KH
2018-04-20 15:16     ` Harsh Shandilya

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.