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,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 3398F1F454 for ; Thu, 7 Nov 2019 16:55:18 +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:date:from:to:cc:subject:in-reply-to:references :reply-to:mime-version:content-transfer-encoding:content-type :message-id; q=dns; s=default; b=NZjTTMuyX4Ml5Kyt8myguKlfygcWO/3 Pytzdw+Kyx/pV6+D6s/0HqygF4uS/pFEF/3IeaFJn3d6cH+JelR/5wLYRbSgkj3E 2LIdpYGdv/dTUO848FoTCt61Kj2One1CiFZQEEdOSfEkOQ6ilhxAZPRZRaVnD3E8 hBvEfXi9ml1M= 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:date:from:to:cc:subject:in-reply-to:references :reply-to:mime-version:content-transfer-encoding:content-type :message-id; s=default; bh=z2AgmB7kcdJxyt91DumgHO2tMPM=; b=vUQfb kLy81XPTPVof3RbmxsdD4YO1PgaWRlSrPsJxdVoZUcAlXmFEffgdNypzEOzC/QFo elRJpWPDxblKr2MMTtFSm1/3M6QLRUub4HIcEhacWt0dLZiBZpThy8ABjGC917T7 tXxtpfUyyp8GXphmhUuipoWKoD5q/3DNotzAoY= Received: (qmail 47724 invoked by alias); 7 Nov 2019 16:55:15 -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 47710 invoked by uid 89); 7 Nov 2019 16:55:15 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mx1.osci.io X-Gerrit-PatchSet: 1 Date: Thu, 7 Nov 2019 11:55:07 -0500 From: "Adhemerval Zanella (Code Review)" To: libc-alpha@sourceware.org Cc: Florian Weimer Auto-Submitted: auto-generated X-Gerrit-MessageType: comment Subject: [review] nptl: Add tests for internal pthread_rwlock_t offsets X-Gerrit-Change-Id: Iccc103d557de13d17e4a3f59a0cad2f4a640c148 X-Gerrit-Change-Number: 516 X-Gerrit-ChangeURL: X-Gerrit-Commit: dfef2b13ff6495c868f48c3a739b68ce592297c8 In-Reply-To: References: X-Gerrit-Comment-Date: Thu, 7 Nov 2019 11:55:07 -0500 Reply-To: gnutoolchain-gerrit@osci.io MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/3.0.3-75-g9005159e5d Content-Type: text/plain; charset=UTF-8 Message-Id: <20191107165507.915CE25B28@gnutoolchain-gerrit.osci.io> Adhemerval Zanella has posted comments on this change. Change URL: https://gnutoolchain-gerrit.osci.io/r/c/glibc/+/516 ...................................................................... Patch Set 1: > Patch Set 1: Code-Review+1 > > (3 comments) > > Still need to run build-many-glibcs.py against this patch. Yes I ran build-many-glibcs.py, although with a subset that aims to cover all the affected ABIs (aarch64-linux-gnu alpha-linux-gnu armeb-linux-gnueabihf arm-linux-gnueabihf csky-linux-gnuabiv2 hppa-linux-gnu i686-gnu i686-linux-gnu ia64-linux-gnu m68k-linux-gnu m68k-linux-gnu-coldfire microblazeel-linux-gnu microblaze-linux-gnu mips64-linux-gnu mips64-n32-linux-gnu mips-linux-gnu mips-linux-gnu-soft nios2-linux-gnu powerpc64le-linux-gnu powerpc64-linux-gnu powerpc-linux-gnu powerpc-linux-gnu-power4 riscv64-linux-gnu-rv64imafdc-lp64d s390-linux-gnu s390x-linux-gnu sh4eb-linux-gnu sh4-linux-gnu sparc64-linux-gnu sparcv9-linux-gnu x86_64-linux-gnu x86_64-linux-gnu-x32). -- Gerrit-Project: glibc Gerrit-Branch: master Gerrit-Change-Id: Iccc103d557de13d17e4a3f59a0cad2f4a640c148 Gerrit-Change-Number: 516 Gerrit-PatchSet: 1 Gerrit-Owner: Adhemerval Zanella Gerrit-Reviewer: Adhemerval Zanella Gerrit-Reviewer: Florian Weimer Gerrit-Comment-Date: Thu, 07 Nov 2019 16:55:07 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: No Gerrit-MessageType: comment