From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71076 invoked by alias); 21 Nov 2018 00:32:32 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 71062 invoked by uid 89); 21 Nov 2018 00:32:31 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:251, H*i:sk:CAKnkMG, H*f:sk:CAKnkMG X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 21 Nov 2018 00:32:30 +0000 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 20630307DAA1; Wed, 21 Nov 2018 00:32:29 +0000 (UTC) Received: from localhost.localdomain (ovpn-112-27.rdu2.redhat.com [10.10.112.27]) by smtp.corp.redhat.com (Postfix) with ESMTP id 03D7E600C3; Wed, 21 Nov 2018 00:32:27 +0000 (UTC) Subject: Re: [PATCH, ARM, ping3] PR85434: Prevent spilling of stack protector guard's address on ARM To: Thomas Preudhomme , kyrylo.tkachov@foss.arm.com Cc: Ramana Radhakrishnan , Richard Earnshaw , gcc-patches@gcc.gnu.org References: <5BAA5DD7.1070502@foss.arm.com> <5BE45BE6.3030902@foss.arm.com> From: Jeff Law Openpgp: preference=signencrypt Message-ID: <70f971f0-022d-c984-4ae8-12a7125fb4e9@redhat.com> Date: Wed, 21 Nov 2018 00:32:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-11/txt/msg01789.txt.bz2 On 11/16/18 7:56 AM, Thomas Preudhomme wrote: > Ping? I thought I acked the target independent stuff a while back. What's still waiting on review here? jeff