This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 0/4] Avoid malloc symbol interposition in the dynamic loader [BZ #25486]
- From: "Lucas A. M. Magalhaes" <lamm at linux dot ibm dot com>
- To: Florian Weimer <fweimer at redhat dot com>, libc-alpha at sourceware dot org
- Date: Mon, 17 Feb 2020 09:25:51 -0300
- Subject: Re: [PATCH 0/4] Avoid malloc symbol interposition in the dynamic loader [BZ #25486]
- References: <cover.1581182210.git.fweimer@redhat.com>
Hi,
I've tested this patchset on a ppc64le and result as expected. Test
io/tst-lchmod is expected to fail and is already being solved in other
patchset.
Test Summary:
XPASS: elf/tst-protected1a
XPASS: elf/tst-protected1b
FAIL: io/tst-lchmod
UNSUPPORTED: math/test-fesetexcept-traps
UNSUPPORTED: math/test-fexcept-traps
UNSUPPORTED: misc/tst-pkey
UNSUPPORTED: nptl/test-cond-printers
UNSUPPORTED: nptl/test-condattr-printers
UNSUPPORTED: nptl/test-mutex-printers
UNSUPPORTED: nptl/test-mutexattr-printers
UNSUPPORTED: nptl/test-rwlock-printers
UNSUPPORTED: nptl/test-rwlockattr-printers
UNSUPPORTED: posix/tst-spawn4-compat
Summary of test results:
1 FAIL
5127 PASS
10 UNSUPPORTED
17 XFAIL
2 XPASS
Thanks,
Lucas A. M. Magalhães