Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp727885ybi; Thu, 30 May 2019 05:56:42 -0700 (PDT) X-Google-Smtp-Source: APXvYqzKpHcl0hDC/Te/e0aLlSTY1dpj0nujXdTNMofA+U9Yeouod3jaGGrG65nPks4VV6MkWhKT X-Received: by 2002:a17:902:d896:: with SMTP id b22mr3656309plz.40.1559221002575; Thu, 30 May 2019 05:56:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559221002; cv=none; d=google.com; s=arc-20160816; b=cH2HYJdq2cR9MSw0uUsbdnF9c5A8PCbLCh/BTs1hTRu6XzSB55uxN0QR3RuxFxelrd AZiQ4Pv/fsVihvlNz4TwdGTm6ESrGPlzXMH8Di2ztB7DBF4eSYtI1UhGiDioQPTtvymd +a403uFqqksOQb5RaZyAlPVEO15ClENlLKtfx+3upXoFylZ8W+UgHJ9XbPd1qu8ct2Fn hLoxwHGxgOAG/WmekuwtcEEZVc6nZ+bqn6yNSKnQ8bcBRbfIO1hxFYA0OKFy3376PUs0 oCBqNXVJTQY00bTbXM5oDBkfq/AdXZY4xcj7fzEzDTafVShmoKuw1BHiWbY8f5RzhF4e Ff1g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from; bh=eXEcQUZsfOOxUOwLzMqGUUtWC3D8RJF+Ob28mEE9lGA=; b=R89oPckcW+IqyiWMHx+JJmL98kSsjyHdHeUAw4/Tt1MbB3xQB4t0qU6EpOuZpz3GdB a5XjEFsC8CDAiijO6dMftFUxxS92TCZzLBAEis9EUeEGZv70fwzg/IhnebRRsWy4fWqq YauAOZVqU24Zq0dHlVNhrcz4UXjhptGvdroipDkjuVRtDDLWTVS9XA81VLB1088Zq6gg Eq3+KyuzIW//Wjhd9Kn7ognS/V65QbeRDVKHPfe9Kam6jfKpQQHwvEvIsYNbgUAi8xjP fESdbhyhgR4wjcNelWOebFNu6H4wlLJLTz1BUXemAJ5mNkjd8K65xRJHymhNR7I5JdJS ejZA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e4si2732299pjs.104.2019.05.30.05.56.27; Thu, 30 May 2019 05:56:42 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726808AbfE3MzQ (ORCPT + 99 others); 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