On Sun, Jun 21, 2026 at 02:37:31PM +0000, [email protected] wrote: > A new failure has been detected on builder elfutils-fedora-s390x while > building elfutils. > > Full details are available at: > https://builder.sourceware.org/buildbot/#/builders/43/builds/544 . [...[ > > A new failure has been detected on builder elfutils-debian-ppc64 while > building elfutils. > > Full details are available at: > https://builder.sourceware.org/buildbot/#/builders/63/builds/697
Both big endian architectures fail with: FAIL: elf-from-memory ===================== PASS: wrapping e_phoff handled without OOB read FAIL: legitimate image rejected FAIL elf-from-memory (exit status: 1) I think that is because elf_from_memory only expects same endian ELF. Or the testcase has to xlate the Ehdr and Phdr before memcpy them to the backing memory array? Cheers, Mark
