From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 7BA9B3858C53 for ; Fri, 25 Aug 2023 14:10:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7BA9B3858C53 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from r6.localdomain (82-217-174-174.cable.dynamic.v4.ziggo.nl [82.217.174.174]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 56968302BBEC; Fri, 25 Aug 2023 16:10:53 +0200 (CEST) Received: by r6.localdomain (Postfix, from userid 1000) id 3618E34024A; Fri, 25 Aug 2023 16:10:52 +0200 (CEST) Message-ID: Subject: Re: [PATCH] Fix thread-safety for elfutils From: Mark Wielaard To: John Mellor-Crummey , elfutils-devel@sourceware.org Cc: Heather McIntyre Date: Fri, 25 Aug 2023 16:10:52 +0200 In-Reply-To: <9E6D5AA5-3954-4E99-B8DB-18085137F49B@rice.edu> References: <9E6D5AA5-3954-4E99-B8DB-18085137F49B@rice.edu> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.4 (3.48.4-1.fc38) MIME-Version: 1.0 X-Spam-Status: No, score=-3027.9 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,RCVD_IN_BARRACUDACENTRAL,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi John, Hi Heather, On Mon, 2023-08-21 at 17:08 -0500, John Mellor-Crummey via Elfutils- devel wrote: > Any thoughts about the patch from my student, Heather McIntyre? Apologies for not responding sooner. The patch was posted when I was on vacation and I still haven't fully caught up with all work. But I certainly haven't forgotten. I will try to look at it soon since it would be exciting to finally be able to enable thread safety. Cheers, Mark