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 41BA71F4B5 for ; Wed, 13 Nov 2019 12:57:28 +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:subject:in-reply-to:references :reply-to:mime-version:content-transfer-encoding:content-type :message-id; q=dns; s=default; b=JBmxnPGI9AETfSgndX6EY32olOm1Yib X8JogiIQdizJdnPfgRYIgZQJsvJnxO+EjdJWcuDqKXVJRydb8jJ7cB1Qj5ZXe/M1 wtx6ifCSCtiNIpaN+Rv43dXq53RcEZlWgSUPGtdUbXhF5e4cNdWiYQWdb4UQCLwt rrwRf/t8t+q4= 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:subject:in-reply-to:references :reply-to:mime-version:content-transfer-encoding:content-type :message-id; s=default; bh=UdnSWroVbB4jhTU23e/0sw5Nu8A=; b=ZjbhB +2YTX8e9SYEfFwqsNmZy+sCCBgsFOmvmXSy/EoUjSieHWg/yu/xQJWIniHeiNQpC XQq+pBy2fktenJnXsufGbLIZEgcVLsd6HGVtkn6Ym7Q1kY9FqhHA4R/7t6hbBBaM JlOkp7g4gx8zGDrXOlcP9orxo11i3he9I1qMfU= Received: (qmail 99151 invoked by alias); 13 Nov 2019 12:57:18 -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 99047 invoked by uid 89); 13 Nov 2019 12:57:18 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mx1.osci.io X-Gerrit-PatchSet: 2 Date: Wed, 13 Nov 2019 07:57:11 -0500 From: "Florian Weimer (Code Review)" To: Florian Weimer , libc-alpha@sourceware.org Auto-Submitted: auto-generated X-Gerrit-MessageType: comment Subject: [review v2] Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112] X-Gerrit-Change-Id: I240c58387dabda3ca1bcab48b02115175fa83d6c X-Gerrit-Change-Number: 468 X-Gerrit-ChangeURL: X-Gerrit-Commit: 9bddeac7096ac061f0296c5ad97af4bd9fc4d873 In-Reply-To: References: X-Gerrit-Comment-Date: Wed, 13 Nov 2019 07:57:11 -0500 Reply-To: gnutoolchain-gerrit@osci.io MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/3.0.3-76-gf8b6da0ab5 Content-Type: text/plain; charset=UTF-8 Message-Id: <20191113125712.1606F20AF6@gnutoolchain-gerrit.osci.io> Florian Weimer has posted comments on this change. Change URL: https://gnutoolchain-gerrit.osci.io/r/c/glibc/+/468 ...................................................................... Patch Set 2: This change is ready for review. -- Gerrit-Project: glibc Gerrit-Branch: master Gerrit-Change-Id: I240c58387dabda3ca1bcab48b02115175fa83d6c Gerrit-Change-Number: 468 Gerrit-PatchSet: 2 Gerrit-Owner: Florian Weimer Gerrit-Reviewer: Florian Weimer Gerrit-Comment-Date: Wed, 13 Nov 2019 12:57:11 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: No Gerrit-MessageType: comment