From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E080D3858425; Sat, 24 Feb 2024 16:18:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E080D3858425 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1708791505; bh=KQYpMZIb3myZWhs3YmpED5ttisuEMO3Cz32VduUmXH4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=p5d2v8uMvdYDErTWTcnSORk1PUtJZ+YjwMQERijqpfnFZJZ05EWBPfBPiMQ0wJKC5 05KZ539cHpV1ZoYnS2ruoZb2FoJEQhR8zyQNmByq8C9au21OLQi/VYi6jce5AoKO6A x0QMYt91UWjOGoxnedBAuuPtD/NptY+KvjGJrka8= From: "sam at gentoo dot org" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/23176] elf/reldep6 fails with BIND_NOW Date: Sat, 24 Feb 2024 16:18:24 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: dynamic-link X-Bugzilla-Version: 2.28 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sam at gentoo dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: 2.38 X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: bug_status resolution cc target_milestone Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D23176 Sam James changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED CC| |arsen at sourceware dot or= g, | |sam at gentoo dot org Target Milestone|--- |2.38 --- Comment #3 from Sam James --- This was fixed by: commit 6c7388d0b95ef9ae39fbe6f733e2c5049769c4f9 Author: Arsen Arsenovi=C4=87 Date: Tue Mar 7 11:29:34 2023 +0100 elf: Add -z lazy to some more tests Some toolchains, such as that used on Gentoo Hardened, set -z now out of the box. This trips up a couple of tests. Reviewed-by: Florian Weimer See also: commit f7e751affbedf67e16ef97e9da430bd67d793891 Author: Arsen Arsenovi=C4=87 Date: Tue Mar 7 11:29:35 2023 +0100 elf: Add missing dependency between resolvfail and testobj1.so It was possible to run this test individually and have it fail because it can't find testobj1.so. This patch adds that dependency, to prevent such issues. Reviewed-by: Florian Weimer commit 3edca7f545d226bfbf553e676e22cbfec14adfe8 Author: Arsen Arsenovi=C4=87 Date: Wed Jul 19 21:24:37 2023 +0200 nptl: Make tst-tls3mod.so explicitly lazy Fixes the following test-time errors, that lead to FAILs, on toolchains that set -z now out o the box, such as the one used on Gentoo Hardened: .../build-x86-x86_64-pc-linux-gnu-nptl $ grep '' nptl/tst-tls3*.out nptl/tst-tls3.out:dlopen failed nptl/tst-tls3-malloc.out:dlopen failed Reviewed-by: Florian Weimer Signed-off-by: Andreas K. H=C3=BCttel =3D> fixed in 2.38. --=20 You are receiving this mail because: You are on the CC list for the bug.=