Re: ARC stable backport request

2016-08-22 Thread Vineet Gupta
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

Re: ARC stable backport request

2016-08-22 Thread Levin, Alexander
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'

Re: [PATCH] tools lib: Reinstate strlcpy() header guard with __UCLIBC__

2016-08-22 Thread Arnaldo Carvalho de Melo
Em Mon, Aug 22, 2016 at 06:01:08PM +, Alexey Brodkin escreveu: > On Fri, 2016-08-19 at 20:02 -0300, Arnaldo Carvalho de Melo wrote: > > Em Fri, Aug 19, 2016 at 06:42:07PM -0300, Arnaldo Carvalho de Melo escreveu: > > > Em Fri, Aug 19, 2016 at 02:27:58PM -0700, Vineet Gupta escreveu: > > > > cor

[GIT PULL] ARC fixes for 4.8 rc4

2016-08-22 Thread Vineet Gupta
Hi Linus, Please pull. Thx, -Vineet > The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc: Linux 4.8-rc1 (2016-08-07 18:18:00 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-

Re: [PATCH] tools lib: Reinstate strlcpy() header guard with __UCLIBC__

2016-08-22 Thread Alexey Brodkin
Hi Arnaldo, On Fri, 2016-08-19 at 20:02 -0300, Arnaldo Carvalho de Melo wrote: > Em Fri, Aug 19, 2016 at 06:42:07PM -0300, Arnaldo Carvalho de Melo escreveu: > > > > Em Fri, Aug 19, 2016 at 02:27:58PM -0700, Vineet Gupta escreveu: > > > > > > On 08/19/2016 02:10 PM, Arnaldo Carvalho de Melo wrot

ARC stable backport request

2016-08-22 Thread Vineet Gupta
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 ___ linux-snps-arc mailing list linux-snp

[PATCH] perf tools: Fix static building

2016-08-22 Thread Alexey Brodkin
With commit e3d09ec8126f ("tools lib traceevent: Export dynamic symbols used by traceevent plugins") we started to add "--dynamic-list" in LDFLAGS. One side-effect of that was inability to build really statically-linked perf. I.e. even if "LDFLAGS=-static" were passed on perf building command-line