[PATCH] readelf: Add optional "SECTION" argument for --notes.

2019-08-21 Thread Mark Wielaard
There are multiple sections that can contain ELF Notes. It is sometimes nice to just list the notes from a specific section. -n, --notes[=SECTION] Display the ELF notes Signed-off-by: Mark Wielaard --- src/ChangeLog | 7 +++ src/readelf.c | 13 - 2 files changed, 19 inse

Re: Accepting GNU Free Documentation Licensed content

2019-08-21 Thread Mark Wielaard
Hi Ben, On Tue, 2019-08-20 at 12:18 -0700, Ben Coyote Woodard wrote: > What do you guys think of accepting derived works based upon GNU Free > Documentation Licensed content? https://www.gnu.org/licenses/fdl-1.3.en.html > > As far as I can tell, allowing a project like elfutils the freedom to >

Re: [PATCH] libdw: add thread-safety to dwarf_getabbrev()

2019-08-21 Thread Mark Wielaard
Hi Jonathon and Srđan, On Fri, 2019-08-16 at 14:24 -0500, Jonathon Anderson wrote: > For parallel applications that need the information in the DIEs, the > Dwarf_Abbrev hash table et al. become a massive data race. This fixes > that by: > > 1. Adding atomics & locks to the hash table to manage c

Re: [PATCH] libdw: add thread-safety to dwarf_getabbrev()

2019-08-21 Thread Jonathon Anderson
First message failed to send, hopefully this one works... On Wed, Aug 21, 2019 at 6:16 AM, Mark Wielaard wrote: Hi Jonathon and Srđan, On Fri, 2019-08-16 at 14:24 -0500, Jonathon Anderson wrote: For parallel applications that need the information in the DIEs, the Dwarf_Abbrev hash table et

Re: Accepting GNU Free Documentation Licensed content

2019-08-21 Thread Ben Coyote Woodard
On 8/21/19 3:50 AM, Mark Wielaard wrote: Hi Ben, On Tue, 2019-08-20 at 12:18 -0700, Ben Coyote Woodard wrote: What do you guys think of accepting derived works based upon GNU Free Documentation Licensed content? https://www.gnu.org/licenses/fdl-1.3.en.html As far as I can tell, allowing a pr

Re: [PATCH] libdw: add thread-safety to dwarf_getabbrev()

2019-08-21 Thread Mark Wielaard
On Fri, 2019-08-16 at 14:24 -0500, Jonathon Anderson wrote: > diff --git a/ChangeLog b/ChangeLog > index bed3999f..93907ddd 100644 > --- a/ChangeLog > +++ b/ChangeLog > @@ -1,3 +1,8 @@ > +2019-08-15 Jonathon Anderson > + > + * configure.ac: Add new --enable-valgrind-annotations > + * conf

Re: [PATCH] libdw: add thread-safety to dwarf_getabbrev()

2019-08-21 Thread Mark Wielaard
On Wed, 2019-08-21 at 23:50 +0200, Mark Wielaard wrote: > On Fri, 2019-08-16 at 14:24 -0500, Jonathon Anderson wrote: > > @@ -668,6 +697,7 @@ AC_MSG_NOTICE([ > >OTHER FEATURES > > Deterministic archives by default : > > ${default_ar_deterministic} > > Native language support

Re: [PATCH] libdw: add thread-safety to dwarf_getabbrev()

2019-08-21 Thread Jonathon Anderson
On Wed, Aug 21, 2019 at 4:50 PM, Mark Wielaard wrote: On Fri, 2019-08-16 at 14:24 -0500, Jonathon Anderson wrote: diff --git a/ChangeLog b/ChangeLog index bed3999f..93907ddd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-08-15 Jonathon Anderson + + * configure.ac: