powerpc: Revert the initial stack protector support
authorMichael Ellerman <mpe@ellerman.id.au>
Tue, 24 Jan 2017 10:37:20 +0000 (21:37 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 24 Jan 2017 10:37:43 +0000 (21:37 +1100)
commitf2574030b0e33263b8a1c28fa3c4fa9292283799
treeebecfeff672d06af804fae955e46858ed591c683
parentf05fea5b3574a5926c53865eea27139bb40b2f2b
powerpc: Revert the initial stack protector support

Unfortunately the stack protector support we merged recently only works
on some toolchains. If the toolchain is built without glibc support
everything works fine, but if glibc is built then it leads to a panic
at boot.

The solution is not rc5 material, so revert the support for now. This
reverts commits:

6533b7c16ee5 ("powerpc: Initial stack protector (-fstack-protector) support")
902e06eb86cd ("powerpc/32: Change the stack protector canary value per task")

Fixes: 6533b7c16ee5 ("powerpc: Initial stack protector (-fstack-protector) support")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/Kconfig
arch/powerpc/include/asm/stackprotector.h [deleted file]
arch/powerpc/kernel/Makefile
arch/powerpc/kernel/asm-offsets.c
arch/powerpc/kernel/entry_32.S
arch/powerpc/kernel/process.c