linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ARC stable backport request
@ 2016-05-25 11:43 Vineet Gupta
  2016-05-30 14:38 ` Jiri Slaby
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Vineet Gupta @ 2016-05-25 11:43 UTC (permalink / raw)
  To: stable; +Cc: lkml, arcml, Alexey Brodkin

Hi,

Can we please backport a6416f57ce57fb390b "ARC: use ASL assembler mnemonic".
Newer binutils don't like ASL instruction and fail to build kernels prior to v4.4
which added this fix.

Thx,
-Vineet

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

* Re: ARC stable backport request
  2016-05-25 11:43 ARC stable backport request Vineet Gupta
@ 2016-05-30 14:38 ` Jiri Slaby
  2016-08-02  7:00 ` Greg KH
  2016-08-14 15:39 ` Greg KH
  2 siblings, 0 replies; 15+ messages in thread
From: Jiri Slaby @ 2016-05-30 14:38 UTC (permalink / raw)
  To: Vineet Gupta, stable; +Cc: lkml, arcml, Alexey Brodkin

On 05/25/2016, 01:43 PM, Vineet Gupta wrote:
> Can we please backport a6416f57ce57fb390b "ARC: use ASL assembler mnemonic".
> Newer binutils don't like ASL instruction and fail to build kernels prior to v4.4
> which added this fix.

Added to 3.12. Thanks.


-- 
js
suse labs

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

* Re: ARC stable backport request
  2016-05-25 11:43 ARC stable backport request Vineet Gupta
  2016-05-30 14:38 ` Jiri Slaby
@ 2016-08-02  7:00 ` Greg KH
  2016-08-02  7:45   ` Jiri Slaby
  2016-08-14 15:39 ` Greg KH
  2 siblings, 1 reply; 15+ messages in thread
From: Greg KH @ 2016-08-02  7:00 UTC (permalink / raw)
  To: Vineet Gupta; +Cc: stable, lkml, arcml, Alexey Brodkin

On Wed, May 25, 2016 at 05:13:31PM +0530, Vineet Gupta wrote:
> Hi,
> 
> Can we please backport a6416f57ce57fb390b "ARC: use ASL assembler mnemonic".
> Newer binutils don't like ASL instruction and fail to build kernels prior to v4.4
> which added this fix.

Didn't apply to 3.14-stable :(

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

* Re: ARC stable backport request
  2016-08-02  7:00 ` Greg KH
@ 2016-08-02  7:45   ` Jiri Slaby
  2016-08-02 17:23     ` Vineet Gupta
  2016-08-03  5:42     ` Greg KH
  0 siblings, 2 replies; 15+ messages in thread
From: Jiri Slaby @ 2016-08-02  7:45 UTC (permalink / raw)
  To: Greg KH, Vineet Gupta; +Cc: stable, lkml, arcml, Alexey Brodkin

On 08/02/2016, 09:00 AM, Greg KH wrote:
> On Wed, May 25, 2016 at 05:13:31PM +0530, Vineet Gupta wrote:
>> Hi,
>>
>> Can we please backport a6416f57ce57fb390b "ARC: use ASL assembler mnemonic".
>> Newer binutils don't like ASL instruction and fail to build kernels prior to v4.4
>> which added this fix.
> 
> Didn't apply to 3.14-stable :(

I have a backport in 3.12. There was a conflict in comments. Could you
try that?

commit fa5d506592a759b7848a59d1d5a025af8c9a7a6c
Author: Vineet Gupta <vgupta@synopsys.com>
Date:   Thu Nov 5 09:13:31 2015 +0530

    ARC: use ASL assembler mnemonic

    commit a6416f57ce57fb390b6ee30b12c01c29032a26af upstream.

    ARCompact and ARCv2 only have ASL, while binutils used to support LSL as
    a alias mnemonic.

    Newer binutils (upstream) don't want to do that so replace it.

    Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
    Signed-off-by: Jiri Slaby <jslaby@suse.cz>

thanks,
-- 
js
suse labs

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

* Re: ARC stable backport request
  2016-08-02  7:45   ` Jiri Slaby
@ 2016-08-02 17:23     ` Vineet Gupta
  2016-08-03  5:42     ` Greg KH
  1 sibling, 0 replies; 15+ messages in thread
From: Vineet Gupta @ 2016-08-02 17:23 UTC (permalink / raw)
  To: Jiri Slaby, Greg KH; +Cc: arcml, Alexey Brodkin, lkml, stable

On 08/02/2016 12:45 AM, Jiri Slaby wrote:
> On 08/02/2016, 09:00 AM, Greg KH wrote:
>> On Wed, May 25, 2016 at 05:13:31PM +0530, Vineet Gupta wrote:
>>> Hi,
>>>
>>> Can we please backport a6416f57ce57fb390b "ARC: use ASL assembler mnemonic".
>>> Newer binutils don't like ASL instruction and fail to build kernels prior to v4.4
>>> which added this fix.
>>
>> Didn't apply to 3.14-stable :(
> 
> I have a backport in 3.12. There was a conflict in comments. Could you
> try that?
> 
> commit fa5d506592a759b7848a59d1d5a025af8c9a7a6c
> Author: Vineet Gupta <vgupta@synopsys.com>
> Date:   Thu Nov 5 09:13:31 2015 +0530

Thx a lot Jiri.

-Vineet

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

* Re: ARC stable backport request
  2016-08-02  7:45   ` Jiri Slaby
  2016-08-02 17:23     ` Vineet Gupta
@ 2016-08-03  5:42     ` Greg KH
  1 sibling, 0 replies; 15+ messages in thread
From: Greg KH @ 2016-08-03  5:42 UTC (permalink / raw)
  To: Jiri Slaby; +Cc: Vineet Gupta, stable, lkml, arcml, Alexey Brodkin

On Tue, Aug 02, 2016 at 09:45:56AM +0200, Jiri Slaby wrote:
> On 08/02/2016, 09:00 AM, Greg KH wrote:
> > On Wed, May 25, 2016 at 05:13:31PM +0530, Vineet Gupta wrote:
> >> Hi,
> >>
> >> Can we please backport a6416f57ce57fb390b "ARC: use ASL assembler mnemonic".
> >> Newer binutils don't like ASL instruction and fail to build kernels prior to v4.4
> >> which added this fix.
> > 
> > Didn't apply to 3.14-stable :(
> 
> I have a backport in 3.12. There was a conflict in comments. Could you
> try that?
> 
> commit fa5d506592a759b7848a59d1d5a025af8c9a7a6c
> Author: Vineet Gupta <vgupta@synopsys.com>
> Date:   Thu Nov 5 09:13:31 2015 +0530
> 
>     ARC: use ASL assembler mnemonic
> 
>     commit a6416f57ce57fb390b6ee30b12c01c29032a26af upstream.
> 
>     ARCompact and ARCv2 only have ASL, while binutils used to support LSL as
>     a alias mnemonic.
> 
>     Newer binutils (upstream) don't want to do that so replace it.
> 
>     Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
>     Signed-off-by: Jiri Slaby <jslaby@suse.cz>

Ah, that worked, thanks, now applied.

greg k-h

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

* Re: ARC stable backport request
  2016-05-25 11:43 ARC stable backport request Vineet Gupta
  2016-05-30 14:38 ` Jiri Slaby
  2016-08-02  7:00 ` Greg KH
@ 2016-08-14 15:39 ` Greg KH
  2016-08-15  6:42   ` Alexey Brodkin
  2 siblings, 1 reply; 15+ messages in thread
From: Greg KH @ 2016-08-14 15:39 UTC (permalink / raw)
  To: Vineet Gupta; +Cc: stable, lkml, arcml, Alexey Brodkin

On Wed, May 25, 2016 at 05:13:31PM +0530, Vineet Gupta wrote:
> Hi,
> 
> Can we please backport a6416f57ce57fb390b "ARC: use ASL assembler mnemonic".
> Newer binutils don't like ASL instruction and fail to build kernels prior to v4.4
> which added this fix.

Fails to apply to 3.14-stable :(

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

* Re: ARC stable backport request
  2016-08-14 15:39 ` Greg KH
@ 2016-08-15  6:42   ` Alexey Brodkin
  2016-08-15  7:45     ` greg
  0 siblings, 1 reply; 15+ messages in thread
From: Alexey Brodkin @ 2016-08-15  6:42 UTC (permalink / raw)
  To: greg; +Cc: linux-kernel, stable, Vineet Gupta, linux-snps-arc

Hi Greg,

On Sun, 2016-08-14 at 17:39 +0200, Greg KH wrote:
> On Wed, May 25, 2016 at 05:13:31PM +0530, Vineet Gupta wrote:
> > 
> > Hi,
> > 
> > Can we please backport a6416f57ce57fb390b "ARC: use ASL assembler mnemonic".
> > Newer binutils don't like ASL instruction and fail to build kernels prior to v4.4
> > which added this fix.
> 
> Fails to apply to 3.14-stable :(

Looks like it's there already. Isn't it?
http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/arch/arc?h=linux-3.14.y&id=8ba2f5328c2c9859bb
bf412e5804974483d66e9d

-Alexey

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

* Re: ARC stable backport request
  2016-08-15  6:42   ` Alexey Brodkin
@ 2016-08-15  7:45     ` greg
  0 siblings, 0 replies; 15+ messages in thread
From: greg @ 2016-08-15  7:45 UTC (permalink / raw)
  To: Alexey Brodkin; +Cc: linux-kernel, stable, Vineet Gupta, linux-snps-arc

On Mon, Aug 15, 2016 at 06:42:45AM +0000, Alexey Brodkin wrote:
> Hi Greg,
> 
> On Sun, 2016-08-14 at 17:39 +0200, Greg KH wrote:
> > On Wed, May 25, 2016 at 05:13:31PM +0530, Vineet Gupta wrote:
> > > 
> > > Hi,
> > > 
> > > Can we please backport a6416f57ce57fb390b "ARC: use ASL assembler mnemonic".
> > > Newer binutils don't like ASL instruction and fail to build kernels prior to v4.4
> > > which added this fix.
> > 
> > Fails to apply to 3.14-stable :(
> 
> Looks like it's there already. Isn't it?
> http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/arch/arc?h=linux-3.14.y&id=8ba2f5328c2c9859bb
> bf412e5804974483d66e9d

Doh!  Sorry for the noise, my fault...

greg k-h

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

* Re: ARC stable backport request
  2016-08-22 17:36 Vineet Gupta
  2016-08-22 18:14 ` Levin, Alexander
@ 2016-09-05 13:02 ` Greg KH
  1 sibling, 0 replies; 15+ messages in thread
From: Greg KH @ 2016-09-05 13:02 UTC (permalink / raw)
  To: Vineet Gupta; +Cc: stable, lkml, arcml, Anton Kolesov

On Mon, Aug 22, 2016 at 10:36:20AM -0700, Vineet Gupta wrote:
> Hi Stable Team,
> 
> Could you please backport upstream 20d780374c81c ("ARC: build: Better way to
> detect ISA compatible toolchain")
> 
> This is needed to let kernel building with newer gcc 6.x based tools.

Applied to 4.4-stable, thanks.

greg k-h

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

* Re: ARC stable backport request
  2016-08-22 18:14 ` Levin, Alexander
@ 2016-08-22 18:37   ` Vineet Gupta
  0 siblings, 0 replies; 15+ messages in thread
From: Vineet Gupta @ 2016-08-22 18:37 UTC (permalink / raw)
  To: Levin, Alexander; +Cc: stable, lkml, arcml, Anton Kolesov

On 08/22/2016 11:14 AM, Levin, Alexander wrote:
> On Mon, Aug 22, 2016 at 10:36:20AM -0700, Vineet Gupta wrote:
>> Hi Stable Team,
>>
>> Could you please backport upstream 20d780374c81c ("ARC: build: Better way to
>> detect ISA compatible toolchain")
>>
>> This is needed to let kernel building with newer gcc 6.x based tools.
>>
>> Thx,
>> -Vineet
> 
> What's the version range? It looks to me like it depends on 1f6ccfff6
> ("ARCv2: Support for ARCv2 ISA and HS38x cores") which means 4.2+?
> 

Correct - I realized that I missed out mentioning the range after pressing send.

Thx,
-Vineet

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

* Re: ARC stable backport request
  2016-08-22 17:36 Vineet Gupta
@ 2016-08-22 18:14 ` Levin, Alexander
  2016-08-22 18:37   ` Vineet Gupta
  2016-09-05 13:02 ` Greg KH
  1 sibling, 1 reply; 15+ messages in thread
From: Levin, Alexander @ 2016-08-22 18:14 UTC (permalink / raw)
  To: Vineet Gupta; +Cc: stable, lkml, arcml, Anton Kolesov

On Mon, Aug 22, 2016 at 10:36:20AM -0700, Vineet Gupta wrote:
> Hi Stable Team,
> 
> Could you please backport upstream 20d780374c81c ("ARC: build: Better way to
> detect ISA compatible toolchain")
> 
> This is needed to let kernel building with newer gcc 6.x based tools.
> 
> Thx,
> -Vineet

What's the version range? It looks to me like it depends on 1f6ccfff6
("ARCv2: Support for ARCv2 ISA and HS38x cores") which means 4.2+?

-- 

Thanks,
Sasha

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

* ARC stable backport request
@ 2016-08-22 17:36 Vineet Gupta
  2016-08-22 18:14 ` Levin, Alexander
  2016-09-05 13:02 ` Greg KH
  0 siblings, 2 replies; 15+ messages in thread
From: Vineet Gupta @ 2016-08-22 17:36 UTC (permalink / raw)
  To: stable; +Cc: lkml, arcml, Anton Kolesov

Hi Stable Team,

Could you please backport upstream 20d780374c81c ("ARC: build: Better way to
detect ISA compatible toolchain")

This is needed to let kernel building with newer gcc 6.x based tools.

Thx,
-Vineet

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

* Re: ARC stable backport request
  2015-12-01  8:30 Vineet Gupta
@ 2016-01-25 11:35 ` Jiri Slaby
  0 siblings, 0 replies; 15+ messages in thread
From: Jiri Slaby @ 2016-01-25 11:35 UTC (permalink / raw)
  To: Vineet Gupta, stable, lkml, arcml

On 12/01/2015, 09:30 AM, Vineet Gupta wrote:
> Hi,
> 
> Please add upstream commit 30b9dbee895ff ("ARC: Fix silly typo in MAINTAINERS
> file") to stable releases.
> 
> This depends on 9acdc911b55569145 ("MAINTAINERS: Add public mailing list for ARC")
> which was already marked for stable inclusion and is hitting the stable trees ATM.

Applied both to 3.12. Thanks.

-- 
js
suse labs

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

* ARC stable backport request
@ 2015-12-01  8:30 Vineet Gupta
  2016-01-25 11:35 ` Jiri Slaby
  0 siblings, 1 reply; 15+ messages in thread
From: Vineet Gupta @ 2015-12-01  8:30 UTC (permalink / raw)
  To: stable, lkml, arcml

Hi,

Please add upstream commit 30b9dbee895ff ("ARC: Fix silly typo in MAINTAINERS
file") to stable releases.

This depends on 9acdc911b55569145 ("MAINTAINERS: Add public mailing list for ARC")
which was already marked for stable inclusion and is hitting the stable trees ATM.

Thx,
-Vineet

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

end of thread, other threads:[~2016-09-05 13:02 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-25 11:43 ARC stable backport request Vineet Gupta
2016-05-30 14:38 ` Jiri Slaby
2016-08-02  7:00 ` Greg KH
2016-08-02  7:45   ` Jiri Slaby
2016-08-02 17:23     ` Vineet Gupta
2016-08-03  5:42     ` Greg KH
2016-08-14 15:39 ` Greg KH
2016-08-15  6:42   ` Alexey Brodkin
2016-08-15  7:45     ` greg
  -- strict thread matches above, loose matches on Subject: below --
2016-08-22 17:36 Vineet Gupta
2016-08-22 18:14 ` Levin, Alexander
2016-08-22 18:37   ` Vineet Gupta
2016-09-05 13:02 ` Greg KH
2015-12-01  8:30 Vineet Gupta
2016-01-25 11:35 ` Jiri Slaby

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