From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E1097385773D; Tue, 16 May 2023 14:13:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E1097385773D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1684246431; bh=zeoatxA3igl2sSyRp53/0c1Mhw5MxnEx7BlMclpBHJw=; h=From:To:Subject:Date:From; b=Fdvs5LlnHGRI3SNRPoO5M5ywIIG5sWhIYWISwldoo7DE4PGE1scdNLTXw9hMyx3iQ r3hHcvEjyxhYeCLk3seSPOTvrehHdmZroY348QXCjjd+RAQpsUhE6romAKx5JD4l4t 1gnYMSjiTgeEI3OPrMw1amaY3qk2tFXGU+HrFR6Q= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/30452] New: elf/tst-map-32bit-1a fails with binutils-2.30-117.el8.x86_64 Date: Tue, 16 May 2023 14:13:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: dynamic-link X-Bugzilla-Version: 2.38 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fweimer at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone cf_gcctarget Message-ID: 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=3D30452 Bug ID: 30452 Summary: elf/tst-map-32bit-1a fails with binutils-2.30-117.el8.x86_64 Product: glibc Version: 2.38 Status: NEW Severity: normal Priority: P2 Component: dynamic-link Assignee: unassigned at sourceware dot org Reporter: fweimer at redhat dot com Target Milestone: --- Target: x86_64-linux-gnu For some reason, BFD ld produces load segments which are 2 MiB aligned: LOAD 0x000000 0x0000000000000000 0x0000000000000000 0x000ff0 0x000ff0 R E 0x200000 LOAD 0x001e00 0x0000000000201e00 0x0000000000201e00 0x000270 0x000280 RW 0x200000 This means that the fast path in _dl_map_segment is not taken, and the combination of address zero with MAP_DENYWRITE is never used, so MAP_32BIT handling does not kick in. --=20 You are receiving this mail because: You are on the CC list for the bug.=