Re: [PATCH] libelf: Fix unaligned d_off offsets for input sections with large alignments

2021-07-07 Thread Mark Wielaard
Hi Andrei, On Mon, 2021-06-28 at 18:26 -0700, Andrei Homescu wrote: > The mkl_memory_patched.o object inside the libmkl_core.a library from > the Intel Math Kernel Library version 2018.2.199 has this section > with an alignment of 4096 and offset of 0xb68: > [ 2] .data PROGBITS 0

[Bug debuginfod/28034] debuginfod server: preserve + etc. elements in incoming webapi url

2021-07-07 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28034 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org --- Comment #2

[Bug debuginfod/28034] debuginfod server: preserve + etc. elements in incoming webapi url

2021-07-07 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28034 --- Comment #3 from Frank Ch. Eigler --- > This assumes that + -> ' ' escaping is normally unwanted (because to proper > way > is to encode a space as %20). I can't find it in current RFCs but traditional use of '+' to encode ' ' is still ve

[Bug debuginfod/27983] debuginfod client should eliminate duplicate outgoing server urls

2021-07-07 Thread nsanci at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27983 Noah Sanci changed: What|Removed |Added Assignee|unassigned at sourceware dot org |nsanci at redhat dot com

[Bug tools/28043] Add LSDA decoding to eu-readelf

2021-07-07 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28043 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org --- Comment #2

Re: PR27711

2021-07-07 Thread Mark Wielaard
Hi Noah, If possible please add a commit message and sent the patch using git send-email or git format-patch. Feel free to use the description of https://sourceware.org/bugzilla/show_bug.cgi?id=27711#c0 that Frank wrote as commit message. It clearly explains the intention. On Thu, 2021-07-01 at

[Bug debuginfod/27950] separate common "debuginfod-client" docs into a new man page

2021-07-07 Thread alizhang at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27950 Alice Zhang changed: What|Removed |Added CC||alizhang at redhat dot com As

[Bug debuginfod/27950] separate common "debuginfod-client" docs into a new man page

2021-07-07 Thread alizhang at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27950 Alice Zhang changed: What|Removed |Added Status|NEW |ASSIGNED -- You are receiving this mai

Re: [PATCH] libelf: Fix unaligned d_off offsets for input sections with large alignments

2021-07-07 Thread Andrei Homescu
Hi, On Wed, Jul 7, 2021 at 5:02 AM Mark Wielaard wrote: > Hi Andrei, > > On Mon, 2021-06-28 at 18:26 -0700, Andrei Homescu wrote: > > The mkl_memory_patched.o object inside the libmkl_core.a library from > > the Intel Math Kernel Library version 2018.2.199 has this section > > with an alignment

Working with ELF already loaded in memory

2021-07-07 Thread Sonal Santan via Elfutils-devel
Hello, We are exploring using libdw in XRT, https://github.com/Xilinx/XRT. In the use case we have, the ELF (a shared library) is already loaded in memory as data by an XRT application. In XRT we would like to walk through the DWARF/ELF information embedded in this shared library. Going throu