linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* stable 3.14 backport request for ARC
@ 2014-12-23  8:08 Vineet Gupta
  2015-01-07  8:29 ` Vineet Gupta
  2015-01-19 13:26 ` Greg KH
  0 siblings, 2 replies; 5+ messages in thread
From: Vineet Gupta @ 2014-12-23  8:08 UTC (permalink / raw)
  To: stable@vger.kernel.org; +Cc: lkml

Hi,

Can you please backport the following mainline commits to 3.14 stable.

2014-02-07 ec7ac6afd07b ARC: switch to generic ENTRY/END assembler annotations
2014-04-18 64ee9f32c33c ARC: Delete stale barrier.h


Thx,
-Vineet

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

* Re: stable 3.14 backport request for ARC
  2014-12-23  8:08 stable 3.14 backport request for ARC Vineet Gupta
@ 2015-01-07  8:29 ` Vineet Gupta
  2015-01-07 15:32   ` Greg Kroah-Hartman
  2015-01-19 13:26 ` Greg KH
  1 sibling, 1 reply; 5+ messages in thread
From: Vineet Gupta @ 2015-01-07  8:29 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: stable@vger.kernel.org, lkml

Hi Greg,

On Tuesday 23 December 2014 01:38 PM, Vineet Gupta wrote:
> Hi,
> 
> Can you please backport the following mainline commits to 3.14 stable.
> 
> 2014-02-07 ec7ac6afd07b ARC: switch to generic ENTRY/END assembler annotations 
> 2014-04-18 64ee9f32c33c ARC: Delete stale barrier.h 
> 
> 
> Thx,
> -Vineet

It seems above request fell thru the cracks due to holiday season.
Can you please queue up above for next 3.14 stable cycle.

and also the following:

2014-06-24 ba25915fb2cd ARC: Fix build breakage for !CONFIG_ARC_DW2_UNWIND
2014-10-01 e8ef060b37c2 ARC: [nsimosci] move peripherals to match model to FPGA

Thx,
-Vineet

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

* Re: stable 3.14 backport request for ARC
  2015-01-07  8:29 ` Vineet Gupta
@ 2015-01-07 15:32   ` Greg Kroah-Hartman
  0 siblings, 0 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2015-01-07 15:32 UTC (permalink / raw)
  To: Vineet Gupta; +Cc: stable@vger.kernel.org, lkml

On Wed, Jan 07, 2015 at 01:59:55PM +0530, Vineet Gupta wrote:
> Hi Greg,
> 
> On Tuesday 23 December 2014 01:38 PM, Vineet Gupta wrote:
> > Hi,
> > 
> > Can you please backport the following mainline commits to 3.14 stable.
> > 
> > 2014-02-07 ec7ac6afd07b ARC: switch to generic ENTRY/END assembler annotations 
> > 2014-04-18 64ee9f32c33c ARC: Delete stale barrier.h 
> > 
> > 
> > Thx,
> > -Vineet
> 
> It seems above request fell thru the cracks due to holiday season.
> Can you please queue up above for next 3.14 stable cycle.
> 
> and also the following:
> 
> 2014-06-24 ba25915fb2cd ARC: Fix build breakage for !CONFIG_ARC_DW2_UNWIND
> 2014-10-01 e8ef060b37c2 ARC: [nsimosci] move peripherals to match model to FPGA

Lots of things "fell through", I have over 300 pending patches that
didn't make it into this round of kernel releases, so you are in good
company.  Just relax, they will make it in eventually :)

thanks,

greg k-h

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

* Re: stable 3.14 backport request for ARC
  2014-12-23  8:08 stable 3.14 backport request for ARC Vineet Gupta
  2015-01-07  8:29 ` Vineet Gupta
@ 2015-01-19 13:26 ` Greg KH
  2015-01-21  6:33   ` Vineet Gupta
  1 sibling, 1 reply; 5+ messages in thread
From: Greg KH @ 2015-01-19 13:26 UTC (permalink / raw)
  To: Vineet Gupta; +Cc: stable@vger.kernel.org, lkml

On Tue, Dec 23, 2014 at 08:08:51AM +0000, Vineet Gupta wrote:
> Hi,
> 
> Can you please backport the following mainline commits to 3.14 stable.
> 
> 2014-02-07 ec7ac6afd07b ARC: switch to generic ENTRY/END assembler annotations

Now queued up.

> 2014-04-18 64ee9f32c33c ARC: Delete stale barrier.h

I don't see how this is an issue for 3.14, it says it fixes a 3.15 build
issue only, so I didn't apply it.  Why did you ask for it?

thanks,

greg k-h

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

* Re: stable 3.14 backport request for ARC
  2015-01-19 13:26 ` Greg KH
@ 2015-01-21  6:33   ` Vineet Gupta
  0 siblings, 0 replies; 5+ messages in thread
From: Vineet Gupta @ 2015-01-21  6:33 UTC (permalink / raw)
  To: Greg KH; +Cc: stable@vger.kernel.org, lkml

On Monday 19 January 2015 07:03 PM, Greg KH wrote:

On Tue, Dec 23, 2014 at 08:08:51AM +0000, Vineet Gupta wrote:


> 2014-04-18 64ee9f32c33c ARC: Delete stale barrier.h


I don't see how this is an issue for 3.14, it says it fixes a 3.15 build
issue only, so I didn't apply it.  Why did you ask for it?


Technically it was indeed detected in 3.15 but the offending commit was merged in 3.14 (93ea02bb8435 arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h)
I'm ok if you think it doesn't qualify !

FWIW, as an addendum to my prev email I'd also requested for the following backport.
Perhaps you will do that when u eventually get to that email from ur backlog. Otherwise, the details are below.


2014-06-24 ba25915fb2cd ARC: Fix build breakage for !CONFIG_ARC_DW2_UNWIND

Thx,
-Vineet

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

end of thread, other threads:[~2015-01-21  6:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-23  8:08 stable 3.14 backport request for ARC Vineet Gupta
2015-01-07  8:29 ` Vineet Gupta
2015-01-07 15:32   ` Greg Kroah-Hartman
2015-01-19 13:26 ` Greg KH
2015-01-21  6:33   ` Vineet Gupta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).