From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14886 invoked by alias); 10 Dec 2013 18:57:45 -0000 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org Received: (qmail 14873 invoked by uid 89); 10 Dec 2013 18:57:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from Unknown (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 10 Dec 2013 18:57:43 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rBAIvYrR020628 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 10 Dec 2013 13:57:34 -0500 Received: from [10.3.113.66] (ovpn-113-66.phx2.redhat.com [10.3.113.66]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id rBAIvXg4026313; Tue, 10 Dec 2013 13:57:33 -0500 Message-ID: <52A7641C.7020400@redhat.com> Date: Tue, 10 Dec 2013 18:57:00 -0000 From: "Carlos O'Donell" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: "Joseph S. Myers" , Will Newton CC: libc-ports@sourceware.org, Patch Tracking Subject: Re: [PATCH] ARM: Don't apply pointer encryption to the frame pointer References: <52A74F24.8000805@linaro.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg00008.txt.bz2 On 12/10/2013 01:06 PM, Joseph S. Myers wrote: > On Tue, 10 Dec 2013, Will Newton wrote: > >> 2013-12-10 Will Newton >> >> * sysdeps/arm/__longjmp.S: Don't apply pointer encryption >> to fp register. >> * sysdeps/arm/setjmp.S: Likewise. >> * sysdeps/arm/include/bits/setjmp.h (JMP_BUF_REGLIST): Add >> fp to register list, remove a4. >> * sysdeps/unix/sysv/linux/arm/sysdep.h: (PTR_MANGLE_LOAD): >> New macro. > > OK, presuming you've tested this with the glibc testsuite. > Is it really true that ruby checks the FP? I don't see such code? Can you please point it out? Cheers, Carlos.