Re: [PATCH 01/10 v3] libelf: Fix deadlock in __libelf_readall

2024-08-20 Thread Aaron Merey
Hi Mark, On Thu, Aug 15, 2024 at 12:13 PM Mark Wielaard wrote: > > On Fri, 2024-08-02 at 19:38 -0400, Aaron Merey wrote: > > From: Heather McIntyre > > > > Apply locking during __libelf_readall. > > > > Signed-off-by: Heather S. McIntyre > > Signed-off-by: Aaron Merey > > Signed-off-by: Mark W

Re: [PATCH 01/10 v3] libelf: Fix deadlock in __libelf_readall

2024-08-15 Thread Mark Wielaard
Hi Aaron, On Fri, 2024-08-02 at 19:38 -0400, Aaron Merey wrote: > From: Heather McIntyre > > Apply locking during __libelf_readall. > > Signed-off-by: Heather S. McIntyre > Signed-off-by: Aaron Merey > Signed-off-by: Mark Wielaard > > --- > v3 changes: > > Update comments and change order

[PATCH 01/10 v3] libelf: Fix deadlock in __libelf_readall

2024-08-02 Thread Aaron Merey
From: Heather McIntyre Apply locking during __libelf_readall. Signed-off-by: Heather S. McIntyre Signed-off-by: Aaron Merey Signed-off-by: Mark Wielaard --- v3 changes: Update comments and change order or child lock aquisition. libelf/common.h | 24 ++-- libelf/el