From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 18F681F45E for ; Mon, 17 Feb 2020 12:26:05 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version :content-transfer-encoding:in-reply-to:references:subject:from :to:date:message-id; q=dns; s=default; b=usi5+/1i4o1rl+9TM0dA5Vn 5kUzkgEZEj59ETAdticMQW7x3FhoGliW6AJovRqIgCd2lSwC472MEbuWY8R1V3jR QlT9nr+m2wm6njtBFddMRaa6soV4yaFcSJzyMznOPaArt2W1RHJqSOwfR5wnRIxl mu4W99U3hcN0MZwzyrK0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version :content-transfer-encoding:in-reply-to:references:subject:from :to:date:message-id; s=default; bh=DuWq8cKLET+hW4fPEVxr+V3Wntg=; b= FSouonfhxd9+zwkAlMfqIaaXBZr8iHi6+JfOnlto4pusRMmW/4Iqvfyu9qSZHG36 uq1+XfzWZq+clZX1cO2AMq2fad7oFDQhiJPMSHSsOUuBQrXsycl8JpNJO136yYfE JtAUHBkD9pevgldP2MvHBg/r52XJWmlsb2GdXVuiSJI= Received: (qmail 38471 invoked by alias); 17 Feb 2020 12:26:02 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 38415 invoked by uid 89); 17 Feb 2020 12:25:57 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mx0a-001b2d01.pphosted.com Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: References: Subject: Re: [PATCH 0/4] Avoid malloc symbol interposition in the dynamic loader [BZ #25486] From: "Lucas A. M. Magalhaes" To: Florian Weimer , libc-alpha@sourceware.org Date: Mon, 17 Feb 2020 09:25:51 -0300 Message-ID: <158194235127.5168.1684219833443918508@localhost.localdomain> User-Agent: alot/0.9 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=C3=A3es