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 92BDC1F463 for ; Wed, 27 Nov 2019 19:01:38 +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=CaBN+1C/2Tgnde4SPmh8WVvUnKuNbtw Ec+JNK62uTZBmJQhYU0AYRJhOrvKWcYLRiXDIpsfyD7p0IwrGQNwI85mkMnB4tGp D2O5nVCObgWJmZhZf+Wums6RnhaJqVVE5ZpUzxh6elcoyBDy4LvmxvSKTX2+REj4 w34e2on69LJM= 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=er7GuPM82EEkZMtzkrh73L4Lgq0=; b=HqE6f 9Yab5BGBr5slBAV+1oq7uQRmW+1hYIvKhn5pGKo48xF3mdo+5NAm82dNH2Fqiwk7 SNMvJKpmidBQAwK3Z+/YrX7LFajG9pMIeOL2k+euCir3JtbqGj2SdQmBw0Fd1Kt7 Kn3YHoku2cMglbvVRceic8iSXYzjBYhhOJm8TI= Received: (qmail 83302 invoked by alias); 27 Nov 2019 19:01:36 -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 83294 invoked by uid 89); 27 Nov 2019 19:01:35 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mx1.osci.io X-Gerrit-PatchSet: 2 Date: Wed, 27 Nov 2019 14:01:31 -0500 From: "Carlos O'Donell (Code Review)" To: Florian Weimer , libc-alpha@sourceware.org Cc: Szabolcs Nagy Auto-Submitted: auto-generated X-Gerrit-MessageType: comment Subject: [review v2] dlsym: Do not determine caller link map if not needed X-Gerrit-Change-Id: Ide5d9e2cc7ac25a0ffae8fb4c26def0c898efa29 X-Gerrit-Change-Number: 528 X-Gerrit-ChangeURL: X-Gerrit-Commit: 7245de950d45afa4cbf1a9eb3a7f62a94ce943ec In-Reply-To: References: X-Gerrit-Comment-Date: Wed, 27 Nov 2019 14:01:31 -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: <20191127190131.C80BD20AF6@gnutoolchain-gerrit.osci.io> Carlos O'Donell has posted comments on this change. Change URL: https://gnutoolchain-gerrit.osci.io/r/c/glibc/+/528 ...................................................................... Patch Set 2: Code-Review+2 New commit message looks good. OK for master. Reviewed-by: Carlos O'Donell -- Gerrit-Project: glibc Gerrit-Branch: master Gerrit-Change-Id: Ide5d9e2cc7ac25a0ffae8fb4c26def0c898efa29 Gerrit-Change-Number: 528 Gerrit-PatchSet: 2 Gerrit-Owner: Florian Weimer Gerrit-Reviewer: Carlos O'Donell Gerrit-Reviewer: Szabolcs Nagy Gerrit-Comment-Date: Wed, 27 Nov 2019 19:01:31 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment