[PATCH] debuginfod/debuginfod-client.c: correct string format on 32bit arches with 64bit time_t

2021-11-21 Thread Alexander Kanavin via Elfutils-devel
From: Alexander Kanavin Use intmax_t to print time_t time_t is platform dependent and some of architectures e.g. x32, riscv32, arc use 64bit time_t even while they are 32bit architectures, therefore directly using integer printf formats will not work portably, use intmax_t to typecast time_t int

Re: [PATCH] libebl: recognize FDO Packaging Metadata ELF note

2021-11-21 Thread Luca Boccassi via Elfutils-devel
On Sun, 2021-11-21 at 17:33 +0100, Mark Wielaard wrote: > Hi Luca, > > On Fri, Nov 19, 2021 at 12:31:27AM +, luca.boccassi--- via > Elfutils-devel wrote: > > From: Luca Boccassi > > > > As defined on: https://systemd.io/COREDUMP_PACKAGE_METADATA/ > > this note will be used starting from Fedo

[PATCH v2] libebl: recognize FDO Packaging Metadata ELF note

2021-11-21 Thread luca.boccassi--- via Elfutils-devel
From: Luca Boccassi As defined on: https://systemd.io/COREDUMP_PACKAGE_METADATA/ this note will be used starting from Fedora 36. Allow readelf --notes to pretty print it: Note section [ 3] '.note.package' of 76 bytes at offset 0x2e8: Owner Data size Type FDO 57 F

[Bug general/28608] elflint elfstrmerge fails with ld.gold

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

Re: [PATCH] libebl: recognize FDO Packaging Metadata ELF note

2021-11-21 Thread Mark Wielaard
Hi Luca, On Fri, Nov 19, 2021 at 12:31:27AM +, luca.boccassi--- via Elfutils-devel wrote: > From: Luca Boccassi > > As defined on: https://systemd.io/COREDUMP_PACKAGE_METADATA/ > this note will be used starting from Fedora 36. Allow > readelf --notes to pretty print it: > > Note section [