Re: stable 3.14 backport request for ARC

2015-01-20 Thread Vineet Gupta
On Monday 19 January 2015 07:03 PM, Greg KH wrote:

On Tue, Dec 23, 2014 at 08:08:51AM +, 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: stable 3.14 backport request for ARC

2015-01-20 Thread Vineet Gupta
On Monday 19 January 2015 07:03 PM, Greg KH wrote:

On Tue, Dec 23, 2014 at 08:08:51AM +, 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
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: stable 3.14 backport request for ARC

2015-01-19 Thread Greg KH
On Tue, Dec 23, 2014 at 08:08:51AM +, 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: stable 3.14 backport request for ARC

2015-01-19 Thread Greg KH
On Tue, Dec 23, 2014 at 08:08:51AM +, 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
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: stable 3.14 backport request for ARC

2015-01-07 Thread Greg Kroah-Hartman
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: stable 3.14 backport request for ARC

2015-01-07 Thread Vineet Gupta
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: stable 3.14 backport request for ARC

2015-01-07 Thread Vineet Gupta
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
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: stable 3.14 backport request for ARC

2015-01-07 Thread Greg Kroah-Hartman
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
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


stable 3.14 backport request for ARC

2014-12-23 Thread Vineet Gupta
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


stable 3.14 backport request for ARC

2014-12-23 Thread Vineet Gupta
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
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/