From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40754 invoked by alias); 30 Nov 2017 18:45:36 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 40722 invoked by uid 89); 30 Nov 2017 18:45:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=BAYES_00,KB_WAM_FROM_NAME_SINGLEWORD,RCVD_IN_DNSWL_NONE,URIBL_RED autolearn=no version=3.3.2 spammy=closest X-HELO: mail-qk0-f178.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:organization :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=pAKIf95ALK6bv+NE+q5NI4K/7qN0VcuG5QTK8eYiL3k=; b=ts2CBeMsk7xqBAbkKrwLbxSJAX+REdcpiG8GOWVjNGaIIgJ3eAQfn7ZunIU9vKbNkG DrH3G9WvKpm4q5rbvo8ic86hvYXWhJc445i97w8f5kMrmtOJWD6wvQNVy4y4WqQ7WAcr tCb1DZTyF7EVx+5t++bBOEDmZbK5tS4WfJqOvpNhUShonxOgvKcTgDMgyXDyjl1LCcRX Zb9Uhj1pOW7vfxp+cq1ZMxRp4rbt9CQxCUxISj9ngbK21+d2aXtagW+Vs4dwbPRGULBQ S5pY9MOmqsAuiCUpEyXz/u04Fd0DzuJQ//AKPqF2nJ3ixsa3TS/wgSwrp+gFNbagENcn 3ejA== X-Gm-Message-State: AKGB3mIJVgHiT/m/ZeIH7hlxrr18fboc9f+iF30c7JkJmCdkNxaLCjCo RZogYVDR3fN0PcYGNemg7rMr1vTAKmc= X-Google-Smtp-Source: AGs4zMaSST+xG9Wiiohf+p/f1P8z7bXrjOiCqo43VpzxXZ6uYcH3gsSBucFtT/6Ze21D21FwbqUEIQ== X-Received: by 10.55.53.84 with SMTP id c81mr4116898qka.185.1512067532799; Thu, 30 Nov 2017 10:45:32 -0800 (PST) Subject: Re: PING^N: [PATCH] Add --enable-static-pie to build static PIE [BZ #19574] To: "H.J. Lu" , Joseph Myers , Florian Weimer Cc: Szabolcs Nagy , nd , GNU C Library References: <5A12C781.3030700@arm.com> <5A18196C.90208@arm.com> From: Carlos O'Donell Message-ID: <9c2878f9-0236-d610-1fb7-ae7533375f31@redhat.com> Date: Thu, 30 Nov 2017 18:45:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-11/txt/msg01057.txt.bz2 On 11/30/2017 08:56 AM, H.J. Lu wrote: > On Thu, Nov 30, 2017 at 8:37 AM, Joseph Myers wrote: >> On Thu, 30 Nov 2017, H.J. Lu wrote: >> >>> Can you help me achieve consensus on this issue? I'd like to get static PIE >>> into glibc 2.27. >> >> The closest component to this work is dynamic-link, where Carlos is listed >> as interested reviewer. >> > > Hi Carlos, > > Here is my patch to enable static PIE: > > https://sourceware.org/git/?p=glibc.git;a=commit;h=b3c9432386edbd2f57098daa6a2a63780c9d9d63 > > It fixed: > > https://sourceware.org/bugzilla/show_bug.cgi?id=19574 > > I also created hjl/pie/static branch in glibc git repo. Can you take > a look at my patch? Yes, I'm reviewing this patch now: https://www.sourceware.org/ml/libc-alpha/2017-11/msg00896.html Thank you for your patience. -- Cheers, Carlos.