Re: [PATCHv2] libelf, readelf, elflint: Add RELR support

2023-08-29 Thread Mark Wielaard
Hi, On Fri, 2023-08-25 at 01:33 +0200, Mark Wielaard wrote: > Handle RELR as defined here: > https://groups.google.com/g/generic-abi/c/bX460iggiKg/m/YT2RrjpMAwAJ > > Introduce new ELF_T_RELR Elf_Type and handle it for SHT_RELR. Check > various properties in elflint. Print RELR relocations in >

[Bug tools/28495] Add support for SHT_RELR to eu-readelf

2023-08-29 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28495 Mark Wielaard changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug debuginfod/28204] extend webapi / verification with forthcoming signed-contents archives

2023-08-29 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28204 --- Comment #28 from Mark Wielaard --- (In reply to Ryan Goldberg from comment #27) > (In reply to Mark Wielaard from comment #24) > > BTW. How does this interact with the "section" queries? > Since these aren't ima verifiable anyways wdyt of

[PATCH 1/2] libelf: Sync elf.h from Glibc

2023-08-29 Thread Xi Ruoyao via Elfutils-devel
Adds new LoongArch relocations. * elf.h: Update from glibc. Signed-off-by: Xi Ruoyao --- libelf/elf.h | 9 + 1 file changed, 9 insertions(+) diff --git a/libelf/elf.h b/libelf/elf.h index 89fc8021..9c51073f 100644 --- a/libelf/elf.h +++ b/libelf/elf.h @@ -4205,6 +4205,15 @@ enu

[PATCH 2/2] backends: Update list of LoongArch relocations

2023-08-29 Thread Xi Ruoyao via Elfutils-devel
* backends/loongarch_reloc.def: Add DELETE, ALIGN, PCREL20_S2, CFA, ADD6, SUB6, ADD_ULEB128, SUB_ULEB128, 64_PCREL. Signed-off-by: Xi Ruoyao --- backends/loongarch_reloc.def | 9 + 1 file changed, 9 insertions(+) diff --git a/backends/loongarch_reloc.def b/backends/loong

Re: [PATCH v2 2/2] debuginfod-client.c: Fix x-debuginfod-size counts differently than CURLINFO_SIZE_DOWNLOAD_T

2023-08-29 Thread Mark Wielaard
Hi, On Fri, 2023-03-31 at 12:50 +0800, lilydjwg via Elfutils-devel wrote: > On Thu, Mar 30, 2023 at 01:24:13PM -0400, Frank Ch. Eigler wrote: > > > The written_size is actual file size (uncompressed), but IIUC > > > Content-Length is the compressed size if Content-Encoding says the > > > content i

Re: [PATCH 2/2] backends: Update list of LoongArch relocations

2023-08-29 Thread Mark Wielaard
On Tue, 2023-08-29 at 21:14 +0800, Xi Ruoyao via Elfutils-devel wrote: > * backends/loongarch_reloc.def: Add DELETE, ALIGN, PCREL20_S2, > CFA, ADD6, SUB6, ADD_ULEB128, SUB_ULEB128, 64_PCREL. Thanks, looks correct. Pushed, Mark

Re: [PATCH 1/2] libelf: Sync elf.h from Glibc

2023-08-29 Thread Mark Wielaard
On Tue, 2023-08-29 at 21:14 +0800, Xi Ruoyao via Elfutils-devel wrote: > Adds new LoongArch relocations. > > * elf.h: Update from glibc. Thanks, matches current glibc elf/elf.h. Pushed, Mark

☠ Buildbot (Sourceware): elfutils - failed test (failure) (master)

2023-08-29 Thread builder--- via Elfutils-devel
A new failure has been detected on builder elfutils-centos-x86_64 while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#builders/39/builds/216 Build state: failed test (failure) Revision: 2ba424d65adca45b799a3973d43ccaf4002cb833 Worker: centos-x86_6

Re: ☠ Buildbot (Sourceware): elfutils - failed test (failure) (master)

2023-08-29 Thread Mark Wielaard
Hi, On Tue, 2023-08-29 at 14:04 +, builder--- via Elfutils-devel wrote: > A new failure has been detected on builder elfutils-centos-x86_64 while > building elfutils. > > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/39/builds/216 > > Build state: fa

☺ Buildbot (Sourceware): elfutils - build successful (master)

2023-08-29 Thread builder--- via Elfutils-devel
A restored build has been detected on builder elfutils-centos-x86_64 while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#builders/39/builds/217 Build state: build successful Revision: 9c41344c968a9c4b9bf539b09ed522e5ada9deb1 Worker: centos-x86_64

[Bug debuginfod/30809] New: improve debuginfod-client progress callback parameters

2023-08-29 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30809 Bug ID: 30809 Summary: improve debuginfod-client progress callback parameters Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2

PR30809, was Re: [PATCH v2 2/2] debuginfod-client.c: Fix x-debuginfod-size counts differently than CURLINFO_SIZE_DOWNLOAD_T

2023-08-29 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > What is the status of this patch/discussion? U forgot about it. But that's OK, filed PR30809, and wrote & tested this little patch: commit 3ef3fab0d64c89a52dd6e2ce0d01dd5e713d7b5a Author: Frank Ch. Eigler Date: Tue Aug 29 14:08:04 2023 -0400 PR30809: improve debuginfod client

Re: PR30809, was Re: [PATCH v2 2/2] debuginfod-client.c: Fix x-debuginfod-size counts differently than CURLINFO_SIZE_DOWNLOAD_T

2023-08-29 Thread Mark Wielaard
Hi Frank, On Tue, Aug 29, 2023 at 02:33:07PM -0400, Frank Ch. Eigler wrote: > commit 3ef3fab0d64c89a52dd6e2ce0d01dd5e713d7b5a > Author: Frank Ch. Eigler > Date: Tue Aug 29 14:08:04 2023 -0400 > > PR30809: improve debuginfod client progress-callback parameters > > * debuginfod-clie

[Bug debuginfod/30809] improve debuginfod-client progress callback parameters

2023-08-29 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30809 Frank Ch. Eigler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---