From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 7F8E01F466 for ; Fri, 17 Jan 2020 12:40:04 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version:content-type; q=dns; s=default; b=HpvzE 82mftWAiB8e6RHPcjy+bP9hNSVwuCXxaujRMVCOz8D4e5YCzbkh9y+SgYNC0zNJi Z6Ymj762Jaz1J266FKqqpI3D2ntOeGvv2X32s+gQukp2XH4+mC6Etb/mKXsi2C13 8AnYD8czNpD5LSeQg68IgzR+J9VoEmQZY1M8N4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version:content-type; s=default; bh=6H/K7OmJMeb 8tfXATUfxXaFhNlg=; b=crEa4OzrcQIKzvG8zo/2Nc3myTBaqdrqJEMI+fiVy8j qG6eP3XaM0EwH6KvJbFQJfKstejKK1meeR/CYmMfxJNrnVFXUNvI4w8pNwPZx0iX 6crtVjWa6Q3/Jr3P/LJtFljh/t7I2+5/kSkYzjBANLchXiGXWRqY6Pn48P44KT8g = Received: (qmail 108391 invoked by alias); 17 Jan 2020 12:40:01 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 108358 invoked by uid 89); 17 Jan 2020 12:40:01 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mx0a-001b2d01.pphosted.com From: Tulio Magno Quites Machado Filho To: Siddhesh Poyarekar , "Carlos O'Donell" , Adhemerval Zanella , law@redhat.com, Florian Weimer , libc-alpha@sourceware.org Cc: Subject: Re: [PATCH 2/2] powerpc: Move cache line size to rtld_global_ro In-Reply-To: References: <1c5c49e4-55b1-a525-44a4-e2929ff1001a@linaro.org> <20200110222743.79551-1-tuliom@linux.ibm.com> <20200110222743.79551-2-tuliom@linux.ibm.com> <842602e4-fa5d-e4b8-59e7-48b2f4c9e774@redhat.com> User-Agent: Notmuch/0.29.1 (http://notmuchmail.org) Emacs/26.3 (x86_64-redhat-linux-gnu) Date: Fri, 17 Jan 2020 09:39:53 -0300 Message-ID: <877e1qmf3a.fsf@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain Siddhesh Poyarekar writes: > On 16/01/20 10:07 pm, Carlos O'Donell wrote: >> On 1/10/20 5:27 PM, Tulio Magno Quites Machado Filho wrote: >>> Changes since v1: >>> - Updated copyright dates >>> - Added tests >>> - Fixed coding style issues >>> - Added macros __GLRO_DEF and __GLRO in the 64-bit case. >>> - Removed sysdeps/unix/sysv/linux/powerpc/dl-support.c in favor of >>> sysdeps/generic/dl-auxv.h which is included by elf/dl-support.c and >>> elf/dl-sysdep.c >>> - Removed sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c >>> >> >> OK for master. This is probably the smallest change you can make to fix >> all of this up. >> >> This needs approval again by Siddhesh. >> >> Reviewed-by: Carlos O'Donell > > This is fine. I've just pushed both patches to master. Thanks! -- Tulio Magno