From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EA9EEC28CC0 for ; Thu, 30 May 2019 12:55:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C879A25914 for ; Thu, 30 May 2019 12:55:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726828AbfE3MzQ (ORCPT ); Thu, 30 May 2019 08:55:16 -0400 Received: from ozlabs.org ([203.11.71.1]:54985 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726694AbfE3MzO (ORCPT ); Thu, 30 May 2019 08:55:14 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 45F6xX0mZdz9s5c; Thu, 30 May 2019 22:55:12 +1000 (AEST) From: Michael Ellerman To: Bhupesh Sharma , linuxppc-dev@lists.ozlabs.org Cc: arnd@arndb.de, bhsharma@redhat.com, bhupesh.linux@gmail.com, benh@kernel.crashing.org, paulus@samba.org, linux-kernel@vger.kernel.org, corbet@lwn.net, linux-doc@vger.kernel.org Subject: Re: [PATCH] Documentation/stackprotector: powerpc supports stack protector In-Reply-To: <1559212177-7072-1-git-send-email-bhsharma@redhat.com> References: <1559212177-7072-1-git-send-email-bhsharma@redhat.com> Date: Thu, 30 May 2019 22:55:10 +1000 Message-ID: <87v9xsnlu9.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Bhupesh Sharma writes: > 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. > > Signed-off-by: Bhupesh Sharma > --- > Documentation/features/debug/stackprotector/arch-support.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/features/debug/stackprotector/arch-support.txt b/Documentation/features/debug/stackprotector/arch-support.txt > index 9999ea521f3e..32bbdfc64c32 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 | > -- > 2.7.4 Thanks. This should probably go via the documentation tree? Acked-by: Michael Ellerman cheers