From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa1-x36.google.com (mail-oa1-x36.google.com [IPv6:2001:4860:4864:20::36]) by sourceware.org (Postfix) with ESMTPS id 9F03D3858412 for ; Tue, 30 May 2023 11:42:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9F03D3858412 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=linaro.org Received: by mail-oa1-x36.google.com with SMTP id 586e51a60fabf-19a347d69c8so3941625fac.1 for ; Tue, 30 May 2023 04:42:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1685446947; x=1688038947; h=content-transfer-encoding:in-reply-to:organization:from:references :to:content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=gNJjLqoyE0QJowjtvryDKeyV6yi98m2r30jDp98TJ5E=; b=Ys//iL/UFq8nnR3EFXHhZORVLOL1VM0fUZPDKMj9NI+HJ5AfKzBO4AS4tsdmrRCiFF VXtuybohkbU7viNsQQwoyPb40vRiLx3NS3mVnunoRE5ZSGf3F3E2BbCY/7kVNLHGjMB/ ngS81j8ZWdJmrT1zsk85iT0ct4nmRUBTmfXro3BsP8td5SouOhp50mTFhNo7qUfB8fGQ ynm9WMjxns48mO6NI7gY4K0hP3yzJ5X28MphCLkmM1Spsrikg03QmkBdnK4NYkSsi5mA qUmFe6pdi21pivFhsZmQpJogf26uSKg23MCEpTGd7ejGWY46/M4Juzdx77+TATYo68PT OJ0A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685446947; x=1688038947; h=content-transfer-encoding:in-reply-to:organization:from:references :to:content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=gNJjLqoyE0QJowjtvryDKeyV6yi98m2r30jDp98TJ5E=; b=DT2j6khJrzQvIiI3B4DvE796v46fYt6UnSsIJ6BEIzo8kC2tGL7KaiZXts7ESkujUV FnUk3D88EitQ0rIjFE3sTffZn17NiD2Q1DZEpZZB0Bt28vu3sbndH2tG8cmNDadv2mdI 7+G/A0awfjI7IRa+Aqe22gsXin41XUIKKbRhvG0X6IN1qYBmwDWPiJUpqUdu5vAtbDdu rncpigeAwT67HJ+zyeoZkqPhUlzkq2JUUJjiGiRZBiF63WTyWl7X05Vb1J5I0m+VqAZ3 EyinEj2cXyBdrBAZy/pfc01USVnCTEEUcIjDrdweLfQfMrieW1qk1CCjqxdFSg60YasP 5jUQ== X-Gm-Message-State: AC+VfDwHXzUo0zXOGMGOjgnaZ2oMg8jr4xHBEX4QZ35VBtUCvWDxuj+K MfxnOyEmCi1Y0m7EBYY6qs/LyjTfHtm9ogwX/D+0pQ== X-Google-Smtp-Source: ACHHUZ5BtbfcOizPLyVcZ+/X9o9Gh5FYGwAqv1mFS2nxOtGpEzVwW1/XG1j9EFxKZocvESe4qERV4w== X-Received: by 2002:a05:6808:2088:b0:398:2c03:45fc with SMTP id s8-20020a056808208800b003982c0345fcmr1305099oiw.15.1685446946995; Tue, 30 May 2023 04:42:26 -0700 (PDT) Received: from ?IPV6:2804:1b3:a7c1:4dd5:b058:c94a:90a7:2c43? ([2804:1b3:a7c1:4dd5:b058:c94a:90a7:2c43]) by smtp.gmail.com with ESMTPSA id b14-20020a056820134e00b00557e80e81c8sm3814064oow.33.2023.05.30.04.42.25 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 30 May 2023 04:42:26 -0700 (PDT) Message-ID: Date: Tue, 30 May 2023 08:42:24 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.11.1 Subject: Re: elf: Fix slow tls access after dlopen [BZ #19924] Content-Language: en-US To: Paul Zimmermann , libc-alpha@sourceware.org References: From: Adhemerval Zanella Netto Organization: Linaro In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 30/05/23 04:37, Paul Zimmermann via Libc-alpha wrote: > a gentle ping for this patch from January 6 which is stilled marked "New": > > https://patchwork.sourceware.org/project/glibc/patch/20230106185250.2936935-1-szabolcs.nagy@arm.com/ > > As I understand, the goal was to have it in the next release. > > Paul Hi Paul, I will try to take a look at this patch. This does seems important to a handful of projects and it would be good to have it fixed.