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 B33183858422 for ; Thu, 9 Nov 2023 13:26:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B33183858422 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org B33183858422 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=45.83.234.184 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1699536405; cv=none; b=GPSY8+owUWm7n0SZ4lriuLAa0bOfpnz48ythVZnp/7gRBwQJbhgzGGqH/pXNpO7XA3hfgl+KyrzifXgf7iHaZKUBoRvxBqjjtjdXfrb4UuxRg6e44s3khEGjoQeEG8muM6RVOtObeYTo0tYx+Z1SNj/0V3DKDflM8RFCQoX2HHE= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1699536405; c=relaxed/simple; bh=3xAtn0YZcYl5hzYyggBXSWD3+K+UKeW0sz4SCtt2nlE=; h=Message-ID:Subject:From:To:Date:MIME-Version; b=k26YMlp80011Nu8LHwikYMaYNZG+ndQJw8126HMl7TInJLQa6S3jr4ImrslWFAyzC26LPWXHoY4FjG5JE3mofmy0+9Z10MQDJRGoH1WKiSuPJx2QroGK7LEGLKSx4QPqUXDGwFHdO8kZyvP1I/nYwPkzAtiTUrVjccfcAOWGUaU= ARC-Authentication-Results: i=1; server2.sourceware.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 9FD3D302FDC6; Thu, 9 Nov 2023 14:26:43 +0100 (CET) Received: by r6.localdomain (Postfix, from userid 1000) id 62C2A34039F; Thu, 9 Nov 2023 14:26:43 +0100 (CET) Message-ID: Subject: Re: [PATCH 03/16] libelf: Fix deadlock in __libelf_readall From: Mark Wielaard To: Heather McIntyre Cc: elfutils-devel@sourceware.org Date: Thu, 09 Nov 2023 14:26:43 +0100 In-Reply-To: References: <301fac87e83ebbbd677750579ae9a3429b461bdf.camel@klomp.org> <20231010134300.53830-1-mark@klomp.org> <20231010134300.53830-3-mark@klomp.org> <324789b7cec878ec120b5c16cf6d96d08c66d2ca.camel@klomp.org> 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=-3026.6 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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 Heather, On Tue, 2023-10-17 at 14:11 -0500, Heather McIntyre wrote: > I will push the changes after I am done testing other fixes > since I want to ensure that everything works together cohesively.=C2=A0 Please let us know if we can help update your patches. I realize we have been patching some of the code you are also working on. So if things don't apply anymore and you need help to figure out how to adjust your patches please just ask. Also please don't feel everything needs to be perfect and work together completely. If you have parts ready that are independently useful please just submit those parts and we can integrate them early. Thanks, Mark