Re: elf_memory again, readonly or readwrite...

2024-10-18 Thread Mark Wielaard
Hi, On Thu, 2024-08-29 at 15:47 +0200, Mark Wielaard wrote: > So we changed elf_memory so it pretends the in-memory Elf image is > read with ELF_C_READ_MMAP. This helps when calling elf_memory on > read-only memory which still wants to change some things about the Elf > like uncompress some sectio

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

2024-10-18 Thread builder
A restored build has been detected on builder elfutils-fedora-x86_64 while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#/builders/59/builds/414 Build state: build successful Revision: 0f3b436b7e4fc4d310be79a62e40a115fdc482d0 Worker: bbo1-2 Build

Re: [PATCH] libelf: elf_compress doesn't handle multiple elf_newdata chunks correctly

2024-10-18 Thread Mark Wielaard
Hi Aaron, On Fri, Oct 18, 2024 at 12:08:11AM -0400, Aaron Merey wrote: > LGTM. The new testcases pass on the trybots. And when I revert the > elf_compress.c changes and run the new tests they fail as expected, so > the elf_compress.c changes do in fact fix PR32102. Thanks, pushed. Cheers, Mark

Re: [PATCH] doc: Add libelf man page

2024-10-18 Thread Mark Wielaard
Hi Aaron, I think if still possible you should include this in the release. I made some comments below, but they can be addressed later. They are just clarifications. On Fri, 2024-10-18 at 00:02 -0400, Aaron Merey wrote: > Signed-off-by: Aaron Merey > --- > config/elfutils.spec.in | 1 + > do

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

2024-10-18 Thread builder
A new failure has been detected on builder elfutils-fedora-x86_64 while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#/builders/59/builds/412 Build state: failed test (failure) Revision: db597d916a9c887ee60e0422ea7100d9ecf03dff Worker: bb1-2 Build

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

2024-10-18 Thread builder
A restored build has been detected on builder elfutils-debian-ppc64 while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#/builders/63/builds/409 Build state: build successful Revision: 45104c731665de1ad6d796c508b9ee1ef84fc67b Worker: debian-ppc64 B

[COMMITTED] config/elfutils.spec.in: Add missing wildcard

2024-10-18 Thread Aaron Merey
Replace %{_mandir}/man3/libelf.3 with %{_mandir}/man3/libelf.3* to account for possible compression-related file extension. Signed-off-by: Aaron Merey --- config/elfutils.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in

Re: [PATCH] doc: Add libelf man page

2024-10-18 Thread Aaron Merey
On Fri, Oct 18, 2024 at 11:59 AM Mark Wielaard wrote: > > I think if still possible you should include this in the release. > I made some comments below, but they can be addressed later. They are > just clarifications. Thanks Mark, pushed. Will update after the release. (Discussed on IRC but repe

Re: elf_memory again, readonly or readwrite...

2024-10-18 Thread Aaron Merey
Hi Mark, On Fri, Oct 18, 2024 at 11:03 AM Mark Wielaard wrote: > > I waited too long deciding what to do here. Sorry. We are about to make > the 0.192 release today. If it isn't too late then I would like to > apply my proposed patch (as attached). > > It isn't ideal, but it basically reverts to

elfutils 0.192 released

2024-10-18 Thread Aaron Merey
ELFUTILS 0.192 "New rules, faster tools" - https://elfutils.org/ A new release of elfutils is available at: ftp://sourceware.org/pub/elfutils/0.192/ or https://sourceware.org/elfutils/ftp/0.192/ Visit us on the Libera.Chat irc channel #elfutils * NEWS * CONDUCT: A new code of conduct has been a

[Bug libelf/32102] elf_compress doesn't handle multiple Elf_Data chunks created with elf_newdata correctly

2024-10-18 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32102 Mark Wielaard changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED