Re: [PATCH 0/2] powerpc: stack protector (-fstack-protector) support

2016-11-18 Thread Denis Kirjanov
On 11/17/16, Michael Ellerman wrote: > Denis Kirjanov writes: > >> On Friday, September 30, 2016, Christophe Leroy >> wrote: >> >>> Add HAVE_CC_STACKPROTECTOR to powerpc. This is copied from ARM. >>> >>> Not tested on PPC64, compile ok with ppc64_ >> >> >> Hi Christophe, >> >> are you going to t

Re: [PATCH 0/2] powerpc: stack protector (-fstack-protector) support

2016-11-17 Thread Michael Ellerman
Denis Kirjanov writes: > On Friday, September 30, 2016, Christophe Leroy > wrote: > >> Add HAVE_CC_STACKPROTECTOR to powerpc. This is copied from ARM. >> >> Not tested on PPC64, compile ok with ppc64_ > > > Hi Christophe, > > are you going to test it on ppc64? If not, I can take it Did you get

Re: [PATCH 0/2] powerpc: stack protector (-fstack-protector) support

2016-09-30 Thread Denis Kirjanov
On Friday, September 30, 2016, Christophe Leroy wrote: > Add HAVE_CC_STACKPROTECTOR to powerpc. This is copied from ARM. > > Not tested on PPC64, compile ok with ppc64_ Hi Christophe, are you going to test it on ppc64? If not, I can take it > > Christophe Leroy (2): > powerpc: initial stac

Re: [PATCH 0/2] powerpc: stack protector (-fstack-protector) support

2016-09-30 Thread Benjamin Herrenschmidt
On Fri, 2016-09-30 at 18:38 +0200, Christophe LEROY wrote: > I don't have any ppc64 target, I only have mpc8xx and mpc83xx which > both  > are ppc32 That's what qemu is for :-) Cheers, Ben.

Re: [PATCH 0/2] powerpc: stack protector (-fstack-protector) support

2016-09-30 Thread Christophe LEROY
Le 30/09/2016 à 18:26, Denis Kirjanov a écrit : On Friday, September 30, 2016, Christophe Leroy mailto:christophe.le...@c-s.fr>> wrote: Add HAVE_CC_STACKPROTECTOR to powerpc. This is copied from ARM. Not tested on PPC64, compile ok with ppc64_ Hi Christophe, are you going to test

[PATCH 0/2] powerpc: stack protector (-fstack-protector) support

2016-09-30 Thread Christophe Leroy
Add HAVE_CC_STACKPROTECTOR to powerpc. This is copied from ARM. Not tested on PPC64, compile ok with ppc64_defconfig Christophe Leroy (2): powerpc: initial stack protector (-fstack-protector) support powerpc/32: stack protector: change the canary value per task arch/powerpc/Kconfig