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-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 680441F4B4 for ; Wed, 30 Sep 2020 16:01:10 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 9FF5C3971C45; Wed, 30 Sep 2020 16:01:09 +0000 (GMT) Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id BE7F43858C27 for ; Wed, 30 Sep 2020 16:01:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org BE7F43858C27 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joseph_myers@mentor.com IronPort-SDR: lRMw7RUAAx8ZTOoh4PWPAFJ6UTjyYFNPR82CUmUp+PapJc2i3p94eMzZPk/uNq5Q7WblX1q3Ns m8eBSLWSQKNnnfDd7OXSc77LBmtTVP0Z+0Ax1/ae5rcOMWG6gNC6TmGwcWyKpWvFt70G4Z6u6c ssykKn/TP4ASfj4iOyvCfjRoxoOYOAr5cy4Zgex0+WVRrA6dgYTUvjO5H94t/IPdlflGJ24H+B t9O2DtvSTIge92dSWHYHAsYC3aRfxQEBbcXAQf8KD2BNgEPZSXfIoNkndOusalSNY1kdkxuSGO uEY= X-IronPort-AV: E=Sophos;i="5.77,322,1596528000"; d="scan'208";a="53571404" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa4.mentor.iphmx.com with ESMTP; 30 Sep 2020 08:01:05 -0800 IronPort-SDR: Kgea2wttJbx7/prurMoZH56pNL78TnR6y9spP2wXriDJd+3AJbS4zhEr1vEKGBRMCLAPMcbL/a nh37j7PWxo92musDG7DxDtCayiK+uXXgPbpcVvspZxhvmm5KdEEOFGVs4HFUenQ3FdoiXcVwvW 6qyy1G5hDnYKwNUTOSHfEoGvtaf6s/Puzv+/n6znbGSxaLzz3/wn/Z6o/38SdGIuW1rI6OgOej Y431i7UPXLPBCMx6OD96ubwwVG1vLLdYGMjiHmiypG11suOMkcpw1qZuAkpADpkktW6UJb0yYC M7U= Date: Wed, 30 Sep 2020 16:01:00 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Vitaly Buka Subject: Re: [PATCH] stdlib: Fix data race in __run_exit_handlers In-Reply-To: <20200921083119.2748742-1-vitalybuka@google.com> Message-ID: References: <20200920233756.3886676-1-vitalybuka@google.com> <20200921083119.2748742-1-vitalybuka@google.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-07.mgc.mentorg.com (139.181.222.7) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: libc-alpha@sourceware.org Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" Is there a bug report for this in Bugzilla? (Any bug being fixed that was user-visible in a release should have a bug report filed. Then once the fix is in, the bug report should be marked RESOLVED/FIXED with the target milestone set to the first release that will have the fix; that's how we generate the list of fixed bugs for the NEWS file.) -- Joseph S. Myers joseph@codesourcery.com