From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16229 invoked by alias); 29 Oct 2014 13:12:22 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 16211 invoked by uid 89); 29 Oct 2014 13:12:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 29 Oct 2014 13:12:20 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 6FF2C11636A; Wed, 29 Oct 2014 09:12:18 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Vwm8YmLON7N7; Wed, 29 Oct 2014 09:12:18 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 46557116367; Wed, 29 Oct 2014 09:12:18 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id E049F40F9E; Wed, 29 Oct 2014 06:12:17 -0700 (PDT) Date: Wed, 29 Oct 2014 13:12:00 -0000 From: Joel Brobecker To: Yao Qi Cc: gdb-patches@sourceware.org Subject: Re: [RFA] ARM: stricter __stack_chk_guard check during prologue Message-ID: <20141029131217.GA8313@adacore.com> References: <20141022142231.GF4786@adacore.com> <87y4s7h553.fsf@codesourcery.com> <20141023153947.GA11707@adacore.com> <87oat1x4bj.fsf@codesourcery.com> <20141024122321.GA5318@adacore.com> <87fvedwscj.fsf@codesourcery.com> <87zjciuj5a.fsf@codesourcery.com> <87wq7jtoqt.fsf@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87wq7jtoqt.fsf@codesourcery.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-10/txt/msg00793.txt.bz2 > >>> Thanks! Attached is a revised patch. I will push it after you > >>> fix the latent bug you noticed - just let me know when? > >> > >> I'll post the patch next Monday. > > > > For the record, I posted the patch here > > https://sourceware.org/ml/gdb-patches/2014-10/msg00690.html > > Joel, > I've pushed the patch in. You can push your patch in now. Thank you, Yao. My patch is now in as well. -- Joel