All of lore.kernel.org
 help / color / mirror / Atom feed
* Revert "MIPS: Lantiq: Fix cascaded IRQ setup" from 4.4, 4.9 and 4.10 stable.
@ 2017-04-13  6:59 Amit Pundir
  2017-04-13  7:17 ` Greg Kroah-Hartman
  2017-04-18 14:20 ` Greg Kroah-Hartman
  0 siblings, 2 replies; 4+ messages in thread
From: Amit Pundir @ 2017-04-13  6:59 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: stable, James Hogan

Hi Greg,

The upstream patch 6c356ed ("MIPS: Lantiq: Fix cascaded IRQ setup")
was NACKed by James for stable but it made it through to 4.4, 4.9 and
4.10 stable. There was some discussion around this patch but I should
have been more explicit about it and should have informed you earlier.

This patch is meant for a MIPS IRQ stack bug introduced in 4.11. So it
is not applicable to 4.4, 4.9 and 4.10 stable. Please revert the
following git IDs from stable.

>From 4.4.y:
6280ac9 ("MIPS: Lantiq: Fix cascaded IRQ setup")

>From 4.9.y:
362721c ("MIPS: Lantiq: Fix cascaded IRQ setup")

>From 4.10.y:
b576c58 ("MIPS: Lantiq: Fix cascaded IRQ setup")

Regards,
Amit Pundir

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

* Re: Revert "MIPS: Lantiq: Fix cascaded IRQ setup" from 4.4, 4.9 and 4.10 stable.
  2017-04-13  6:59 Revert "MIPS: Lantiq: Fix cascaded IRQ setup" from 4.4, 4.9 and 4.10 stable Amit Pundir
@ 2017-04-13  7:17 ` Greg Kroah-Hartman
  2017-04-13 10:11   ` Amit Pundir
  2017-04-18 14:20 ` Greg Kroah-Hartman
  1 sibling, 1 reply; 4+ messages in thread
From: Greg Kroah-Hartman @ 2017-04-13  7:17 UTC (permalink / raw)
  To: Amit Pundir; +Cc: stable, James Hogan

On Thu, Apr 13, 2017 at 12:29:53PM +0530, Amit Pundir wrote:
> Hi Greg,
> 
> The upstream patch 6c356ed ("MIPS: Lantiq: Fix cascaded IRQ setup")
> was NACKed by James for stable but it made it through to 4.4, 4.9 and
> 4.10 stable. There was some discussion around this patch but I should
> have been more explicit about it and should have informed you earlier.
> 
> This patch is meant for a MIPS IRQ stack bug introduced in 4.11. So it
> is not applicable to 4.4, 4.9 and 4.10 stable. Please revert the
> following git IDs from stable.
> 
> >From 4.4.y:
> 6280ac9 ("MIPS: Lantiq: Fix cascaded IRQ setup")
> 
> >From 4.9.y:
> 362721c ("MIPS: Lantiq: Fix cascaded IRQ setup")
> 
> >From 4.10.y:
> b576c58 ("MIPS: Lantiq: Fix cascaded IRQ setup")

Hint, that's a really short SHA1 number you are creating, please put the
following lines in your .gitconfig:

[core]
	abbrev = 12

to make them be always unique.

I'll work on queueing these up later tonight, have to go catch a train
home...

thanks,

greg k-h

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

* Re: Revert "MIPS: Lantiq: Fix cascaded IRQ setup" from 4.4, 4.9 and 4.10 stable.
  2017-04-13  7:17 ` Greg Kroah-Hartman
@ 2017-04-13 10:11   ` Amit Pundir
  0 siblings, 0 replies; 4+ messages in thread
From: Amit Pundir @ 2017-04-13 10:11 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: stable, James Hogan

On 13 April 2017 at 12:47, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
> On Thu, Apr 13, 2017 at 12:29:53PM +0530, Amit Pundir wrote:
>> Hi Greg,
>>
>> The upstream patch 6c356ed ("MIPS: Lantiq: Fix cascaded IRQ setup")
>> was NACKed by James for stable but it made it through to 4.4, 4.9 and
>> 4.10 stable. There was some discussion around this patch but I should
>> have been more explicit about it and should have informed you earlier.
>>
>> This patch is meant for a MIPS IRQ stack bug introduced in 4.11. So it
>> is not applicable to 4.4, 4.9 and 4.10 stable. Please revert the
>> following git IDs from stable.
>>
>> >From 4.4.y:
>> 6280ac9 ("MIPS: Lantiq: Fix cascaded IRQ setup")
>>
>> >From 4.9.y:
>> 362721c ("MIPS: Lantiq: Fix cascaded IRQ setup")
>>
>> >From 4.10.y:
>> b576c58 ("MIPS: Lantiq: Fix cascaded IRQ setup")
>
> Hint, that's a really short SHA1 number you are creating, please put the
> following lines in your .gitconfig:
>
> [core]
>         abbrev = 12
>
> to make them be always unique.

Thanks for the hint.

Regards,
Amit Pundir

>
> I'll work on queueing these up later tonight, have to go catch a train
> home...
>
> thanks,
>
> greg k-h

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

* Re: Revert "MIPS: Lantiq: Fix cascaded IRQ setup" from 4.4, 4.9 and 4.10 stable.
  2017-04-13  6:59 Revert "MIPS: Lantiq: Fix cascaded IRQ setup" from 4.4, 4.9 and 4.10 stable Amit Pundir
  2017-04-13  7:17 ` Greg Kroah-Hartman
@ 2017-04-18 14:20 ` Greg Kroah-Hartman
  1 sibling, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2017-04-18 14:20 UTC (permalink / raw)
  To: Amit Pundir; +Cc: stable, James Hogan

On Thu, Apr 13, 2017 at 12:29:53PM +0530, Amit Pundir wrote:
> Hi Greg,
> 
> The upstream patch 6c356ed ("MIPS: Lantiq: Fix cascaded IRQ setup")
> was NACKed by James for stable but it made it through to 4.4, 4.9 and
> 4.10 stable. There was some discussion around this patch but I should
> have been more explicit about it and should have informed you earlier.
> 
> This patch is meant for a MIPS IRQ stack bug introduced in 4.11. So it
> is not applicable to 4.4, 4.9 and 4.10 stable. Please revert the
> following git IDs from stable.
> 
> >From 4.4.y:
> 6280ac9 ("MIPS: Lantiq: Fix cascaded IRQ setup")
> 
> >From 4.9.y:
> 362721c ("MIPS: Lantiq: Fix cascaded IRQ setup")
> 
> >From 4.10.y:
> b576c58 ("MIPS: Lantiq: Fix cascaded IRQ setup")

Now all reverted, thanks.

greg k-h

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

end of thread, other threads:[~2017-04-18 14:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-13  6:59 Revert "MIPS: Lantiq: Fix cascaded IRQ setup" from 4.4, 4.9 and 4.10 stable Amit Pundir
2017-04-13  7:17 ` Greg Kroah-Hartman
2017-04-13 10:11   ` Amit Pundir
2017-04-18 14:20 ` Greg Kroah-Hartman

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.