Re: [PATCH] Fix thread-safety for elfutils

2023-10-17 Thread Mark Wielaard
Hi Heather, On Sat, 2023-10-14 at 13:29 -0500, Heather McIntyre wrote: > I have a quick query regarding how you'd prefer to handle these changes. > Would you like me to implement some of the recommended modifications and > commit them (if possible), or would you prefer that I simply leave > comm

Re: [PATCH] Fix thread-safety for elfutils

2023-10-14 Thread Heather McIntyre
Hi Mark, Thank you for taking the time to review the patch and for your thoughtful feedback. I really appreciate your attention to detail and effort in splitting the commit into smaller, more manageable parts. John and I went over some of your comments and concerns yesterday, and I will be working

Re: [PATCH] Fix thread-safety for elfutils

2023-10-14 Thread Mark Wielaard
Hi Heather, On Tue, 2023-10-10 at 15:40 +0200, Mark Wielaard wrote: > Very nice. That is a lot of work. And I must admit that I cannot hold > that much work in my little head at the same time. So I have split up > your commit into (what I hope are) logical independent parts. That will > make it ea

Re: [PATCH] Fix thread-safety for elfutils

2023-10-10 Thread Mark Wielaard
Hi Heather, On Tue, 2023-08-08 at 12:07 -0500, Heather McIntyre via Elfutils-devel wrote: > This patch was created to address thread-safety issues reported in bug 26921 > and bug 26930 >

Re: [PATCH] Fix thread-safety for elfutils

2023-08-25 Thread Mark Wielaard
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 wo

Re: [PATCH] Fix thread-safety for elfutils

2023-08-21 Thread John Mellor-Crummey via Elfutils-devel
Any thoughts about the patch from my student, Heather McIntyre? -- John Mellor-Crummey Professor Dept of Computer ScienceRice University email: joh...@rice.edu phone: 713-348-5179 > On Aug 8, 2023, at 12:07 PM, Heather McIntyre wrote: > > Hello all, > > This patch

[PATCH] Fix thread-safety for elfutils

2023-08-08 Thread Heather McIntyre via Elfutils-devel
Hello all, This patch was created to address thread-safety issues reported in bug 26921 and bug 26930 . Additionally, other thread-safety fixes were applied during the process. Brief Des