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=-4.0 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 E7DD71F463 for ; Fri, 22 Nov 2019 19:25:49 +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=NazvTk0KY6PALp4AWDUttPbbxCl5D7i +KJoMa/PawckSDOR9KM7GzXuAnAF+XD+d4mzEPO7p0rbxfEUu8vzGeX8Wj584kwX ee/EAYbgttcxgVX0rrYusf+o9zqL6qUoUkZRBRza8cTSJd6nZv38hvKxBDY0NNhp h/srEjmLVdb4= 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=+xILiHAH7N8PKoCxotjs85+lECU=; b=OToQY hTy+oXsdG4sexH1p7rOzL5hsL48G6GIKQREyhZbMcOOqpD21kY2WVT43C4w2OdMS wn9dtDN7BAQyEOs4P9+TUhkD09mjYsK7g5xfDPk/dox8hgwu7GJ5YKbLcYRkja5b dHypbPoMjzskAVMPWLUWZswXXGp+StHjX8t0gg= Received: (qmail 40670 invoked by alias); 22 Nov 2019 19:25:47 -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 40661 invoked by uid 89); 22 Nov 2019 19:25:47 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mx1.osci.io X-Gerrit-PatchSet: 4 Date: Fri, 22 Nov 2019 14:25:42 -0500 From: "Florian Weimer (Code Review)" To: Adhemerval Zanella , libc-alpha@sourceware.org Cc: Florian Weimer Auto-Submitted: auto-generated X-Gerrit-MessageType: comment Subject: [review v4] 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: 8f1cdd3144810f3198250e6c87e0b4f1fa27bb94 In-Reply-To: References: X-Gerrit-Comment-Date: Fri, 22 Nov 2019 14:25:42 -0500 Reply-To: gnutoolchain-gerrit@osci.io MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/3.0.3-79-g83ff7f88f1 Content-Type: text/plain; charset=UTF-8 Message-Id: <20191122192543.421972816F@gnutoolchain-gerrit.osci.io> Florian Weimer has posted comments on this change. Change URL: https://gnutoolchain-gerrit.osci.io/r/c/glibc/+/516 ...................................................................... Patch Set 4: Code-Review+2 -- Gerrit-Project: glibc Gerrit-Branch: master Gerrit-Change-Id: Iccc103d557de13d17e4a3f59a0cad2f4a640c148 Gerrit-Change-Number: 516 Gerrit-PatchSet: 4 Gerrit-Owner: Adhemerval Zanella Gerrit-Reviewer: Adhemerval Zanella Gerrit-Reviewer: Florian Weimer Gerrit-Comment-Date: Fri, 22 Nov 2019 19:25:42 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment