From: Bhupesh Sharma Date: Mon, 10 Jun 2019 10:03:39 +0000 (+0530) Subject: Documentation/stackprotector: powerpc supports stack protector X-Git-Tag: v5.4-rc1~151^2~107 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=31753202325dd4f9bba27fbbad05f189881c60bc;p=platform%2Fkernel%2Flinux-rpi.git Documentation/stackprotector: powerpc supports stack protector powerpc architecture (both 64-bit and 32-bit) supports stack protector mechanism since some time now [see commit 06ec27aea9fc ("powerpc/64: add stack protector support")]. Update stackprotector arch support documentation to reflect the same. Cc: Michael Ellerman Signed-off-by: Bhupesh Sharma Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/features/debug/stackprotector/arch-support.txt b/Documentation/features/debug/stackprotector/arch-support.txt index 9999ea5..32bbdfc 100644 --- a/Documentation/features/debug/stackprotector/arch-support.txt +++ b/Documentation/features/debug/stackprotector/arch-support.txt @@ -22,7 +22,7 @@ | nios2: | TODO | | openrisc: | TODO | | parisc: | TODO | - | powerpc: | TODO | + | powerpc: | ok | | riscv: | TODO | | s390: | TODO | | sh: | ok |