[Bug libelf/32311] elf_compress_gnu.c: gcc warns null-dereference with lto

2024-10-29 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32311 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org --- Comment #1

Re: [PATCH] config: fix globing error for zsh

2024-10-29 Thread Aaron Merey
On Sat, Oct 26, 2024 at 10:19 AM RocketDev wrote: > > Zsh treat unmatched glob as error while bash treat that as the original > string. Substitute globing with find to solve. > > * config/profile.sh.in: Fix globing error for zsh > > Signed-off-by: RocketDev > --- > config/profile.sh.in | 4 +

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

2024-10-29 Thread builder
A restored build has been detected on builder elfutils-fedora-s390x while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#/builders/43/builds/371 Build state: build successful Revision: 00cb3efe36337f27925dbff9b2e7d97c7df95bf8 Worker: fedora-s390x B

[COMMITTED] tests/.gitignore: Add newzdata

2024-10-29 Thread Aaron Merey
Signed-off-by: Aaron Merey --- tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.gitignore b/tests/.gitignore index 30f5800b..14620fc3 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -91,6 +91,7 @@ /newdata /newfile /newscn +/newzdata /next-files /next-lines

[COMMITTED] configure.ac: Fix ENABLE_IMA_VERIFICATION conditional

2024-10-29 Thread Aaron Merey
Fix test statement for ENABLE_IMA_VERIFICATION always evalutating to false due to a missing 'x'. Signed-off-by: Aaron Merey --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 072bd4e2..380ff060 100644 --- a/configure.ac +++ b/co