Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1494195
| From | Christophe LEROY <christophe.leroy@c-s.fr> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/2] powerpc: stack protector (-fstack-protector) support |
| Date | 2016-09-30 18:40 +0200 |
| Message-ID | <sn90R-4l6-3@gated-at.bofh.it> (permalink) |
| References | <sn6Z4-2UA-19@gated-at.bofh.it> <sn90R-4l6-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Le 30/09/2016 à 18:26, Denis Kirjanov a écrit : > > > On Friday, September 30, 2016, Christophe Leroy <christophe.leroy@c-s.fr > <mailto:christophe.leroy@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 it on ppc64? If not, I can take it Thanks Denis, you are welcome to test it. I don't have any ppc64 target, I only have mpc8xx and mpc83xx which both are ppc32 Christophe > > > > Christophe Leroy (2): > powerpc: initial stack protector (-fstack-protector) support > powerpc/32: stack protector: change the canary value per task > > arch/powerpc/Kconfig | 1 + > arch/powerpc/include/asm/stackprotector.h | 38 > +++++++++++++++++++++++++++++++ > arch/powerpc/kernel/Makefile | 5 ++++ > arch/powerpc/kernel/asm-offsets.c | 3 +++ > arch/powerpc/kernel/entry_32.S | 6 ++++- > arch/powerpc/kernel/process.c | 6 +++++ > 6 files changed, 58 insertions(+), 1 deletion(-) > create mode 100644 arch/powerpc/include/asm/stackprotector.h > > -- > 2.1.0 >
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/2] powerpc: stack protector (-fstack-protector) support Christophe Leroy <christophe.leroy@c-s.fr> - 2016-09-30 16:30 +0200
[PATCH 2/2] powerpc/32: stack protector: change the canary value per task Christophe Leroy <christophe.leroy@c-s.fr> - 2016-09-30 16:30 +0200
[PATCH 1/2] powerpc: initial stack protector (-fstack-protector) support Christophe Leroy <christophe.leroy@c-s.fr> - 2016-09-30 16:30 +0200
Re: [PATCH 0/2] powerpc: stack protector (-fstack-protector) support Christophe LEROY <christophe.leroy@c-s.fr> - 2016-09-30 18:40 +0200
Re: [PATCH 0/2] powerpc: stack protector (-fstack-protector) support Benjamin Herrenschmidt <benh@kernel.crashing.org> - 2016-10-01 01:20 +0200
csiph-web