From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14518 invoked by alias); 3 Jul 2013 20:34:41 -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 14509 invoked by uid 89); 3 Jul 2013 20:34:40 -0000 X-Spam-SWARE-Status: No, score=-6.7 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 03 Jul 2013 20:34:40 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r63KYcG6028848 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 3 Jul 2013 16:34:39 -0400 Received: from [10.3.113.119] (ovpn-113-119.phx2.redhat.com [10.3.113.119]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r63KYcxt002672; Wed, 3 Jul 2013 16:34:38 -0400 Message-ID: <51D48ADD.50105@redhat.com> Date: Wed, 03 Jul 2013 20:34:00 -0000 From: "Carlos O'Donell" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6 MIME-Version: 1.0 To: Chris Metcalf CC: libc-ports@sourceware.org Subject: Re: [PATCH] tile: use _dl_static_init to set GLRO(gl_pagesize) References: <201307032021.r63KL9GS007940@farm-0002.internal.tilera.com> In-Reply-To: <201307032021.r63KL9GS007940@farm-0002.internal.tilera.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-07/txt/msg00019.txt.bz2 On 07/03/2013 02:48 PM, Chris Metcalf wrote: > A recently-added test (dlfcn/tststatic5) pointed out that tile was not > properly initializing the variable pagesize in certain cases. This > change just copies the existing code from MIPS. > --- > I assume this change can be committed to master for inclusion in 2.18, > as it fixes a (new) testsuite failure? Yes. Bug fixes (not new features) are the whole point of the freeze ;-) If you have something that's a bit of both you need to include the release manager (David Miller) and argue your point. Cheers, Carlos.