From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x62b.google.com (mail-pl1-x62b.google.com [IPv6:2607:f8b0:4864:20::62b]) by sourceware.org (Postfix) with ESMTPS id 676BE3858D39 for ; Fri, 4 Mar 2022 12:48:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 676BE3858D39 Received: by mail-pl1-x62b.google.com with SMTP id z11so7642013pla.7 for ; Fri, 04 Mar 2022 04:48:15 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=YFSBQ+4afYtfp4e5sHitq4OYu8ESbC5yAxjFHXTe3P0=; b=hK4EViMcj9ieb9rnmG6XWNvUK/LflExZG4Elei+lBUlh2/iX/nbgfMNy1kuYiFXGP5 gcTP8SKqfuOZIoFbwonn/rTUc2qUiXE6XJmuvoEt1Pipn6QgQjTi6hxCgI9FxZxD06MO pkECR3cke7Imc2RWVaNhEloh5Sit5Z75mY+ikQ1vBULV393nZuVzRy4qFiZPZ1Op4agH 94xYOcIOmvW4rsrQit2eLY2p5itGngc1MeSA2T7ygg13HtbrvagOggj2ESvh+8pzTEcw Mz/q/CxJs5hva5fGWG8+LZRhVSzzxI7N2KX1FSobF1thQ3RCXcIXsgl4hdYIUL3Jo1/u kdKA== X-Gm-Message-State: AOAM533cdJy9PJIv9dIqiNDw6J6jghhqtNeXMoZ9WLLu1wkh9Dyc0e+R JlDKH+GiQ8/faxmHrr4OhPB4GbQL6Ds= X-Google-Smtp-Source: ABdhPJxbTqsKz2fUs/43yH4/Uft87GaXmg573kF/U96eSNL+12i4pou51exxo5g7wMPc5ZOihIEANA== X-Received: by 2002:a17:902:6b06:b0:14d:8b58:5432 with SMTP id o6-20020a1709026b0600b0014d8b585432mr41147170plk.75.1646398094502; Fri, 04 Mar 2022 04:48:14 -0800 (PST) Received: from squeak.grove.modra.org ([2406:3400:51d:8cc0:fba1:41d9:bb7d:24dd]) by smtp.gmail.com with ESMTPSA id q12-20020a17090aa00c00b001bc6f1baaaesm10884591pjp.39.2022.03.04.04.48.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Mar 2022 04:48:13 -0800 (PST) Received: by squeak.grove.modra.org (Postfix, from userid 1000) id C4DAE1140B30; Fri, 4 Mar 2022 23:18:10 +1030 (ACDT) Date: Fri, 4 Mar 2022 23:18:10 +1030 From: Alan Modra To: libc-alpha@sourceware.org Cc: Tulio Magno Quites Machado Filho Subject: Re: [PATCH v2 0/4] PowerPC64 static-pie Message-ID: References: <20220228064052.3413334-1-amodra@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220228064052.3413334-1-amodra@gmail.com> X-Spam-Status: No, score=-3029.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2022 12:48:21 -0000 On Mon, Feb 28, 2022 at 05:10:48PM +1030, Alan Modra wrote: > This is a repost of the series at > https://sourceware.org/pipermail/libc-alpha/2022-January/135598.html > incorporating review comments. I neglected to say that this series was tested powerpc64le-linux showing no regressions. I also tested powerpc64-linux today, both static-pie and dt_relr no regressions. (Well, there were 3 tests that regressed, but passed when run by hand. Probably some sort of resource starvation.) -- Alan Modra Australia Development Lab, IBM