From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 42FE33858C41 for ; Fri, 7 Jul 2023 13:18:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 42FE33858C41 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1688735914; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=WucfiRqUXp9bvcWZWEIm+454LEHivtj2QB8cE1kRNvA=; b=gFD135pZRchGOS06LDYA85lPzXZInbItwG4yCwbMhKLQa1kBAdj6zyqr7IL8pXVTErieFd Xj28+xEYpX13QiNnF+WBjSeR4mWPQNxuBWoGr+J6lz3ldSWmJZwpsw0BvwZRDH+gwvZx4x umqYLmTvO8f5I+J9PGSvBx3mhcmUp9o= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-148-XS2vrLrvNACYblZVBt1MpA-1; Fri, 07 Jul 2023 09:18:29 -0400 X-MC-Unique: XS2vrLrvNACYblZVBt1MpA-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 249281C05ADC; Fri, 7 Jul 2023 13:18:29 +0000 (UTC) Received: from oldenburg.str.redhat.com (unknown [10.2.16.31]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 699821121330; Fri, 7 Jul 2023 13:18:28 +0000 (UTC) From: Florian Weimer To: Adhemerval Zanella Netto Cc: Carlos O'Donell , Maxim Kuvyrkov , libc-alpha@sourceware.org Subject: Re: [PATCH 00/33] RFC: RELRO link maps References: <874jmjwid9.fsf@oldenburg.str.redhat.com> <741d667e-818e-1552-a496-7d6bb1212313@redhat.com> <87edlmfj17.fsf@oldenburg.str.redhat.com> <873520geot.fsf@oldenburg.str.redhat.com> <87pm53gafm.fsf@oldenburg.str.redhat.com> <9495eead-7153-82dc-ccf8-7e5ff089ba40@linaro.org> Date: Fri, 07 Jul 2023 15:18:27 +0200 In-Reply-To: <9495eead-7153-82dc-ccf8-7e5ff089ba40@linaro.org> (Adhemerval Zanella Netto's message of "Fri, 7 Jul 2023 09:48:30 -0300") Message-ID: <87h6qfg8rg.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.3 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: * Adhemerval Zanella Netto: > I also seeing extra regressions on arm-linux-gnueabihf: > > FAIL: elf/tst-audit11 > FAIL: elf/tst-audit12 > FAIL: elf/tst-audit2 > FAIL: elf/tst-audit9 > FAIL: elf/tst-tls-ie-dlmopen > > > $ cat elf/tst-audit11.out > Start > > $ cat elf/tst-audit12.out > Start > > $ cat elf/tst-audit2.out > version: 2 This one I can't reproduce: # LD_AUDIT=3Delf/tst-auditmod1.so elf/ld.so --library-path .:elf elf/tst-au= dit2 [=E2=80=A6] objclose objclose objclose activity: consistent # echo $? 0 I'm going to repost the series with the vDSO fix. Thanks, Florian