From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 94F47385841E; Mon, 27 Nov 2023 15:22:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 94F47385841E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1701098529; bh=VPA5nTXya8vdvbuHlfu8xaOThjzRKqc/BQTMEW/DO4k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YM3CT+opTUxauW3bXTcejFuDFNy3WE5g1WLfW/M1kdDb1dqs4BfpmbenVR9KAERYb 2I9AeQ1ptg0EUrmp+tadED/iZLuzlCy5wYDb9yx6nULfsCCSxgCUDbxDnPNZRTRQcu 9n+roJZMYu4bXtzKOgBYZJgFXntYWjJLh3CZJtEg= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/31076] Extra struct vm_area_struct with ---p created when PAGE_SIZE < max-page-size Date: Mon, 27 Nov 2023 15:22:09 +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: unspecified 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: 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=3D31076 --- Comment #6 from Florian Weimer --- I forgot to mention that we have assumptions in the code base that shared objects *we* map are contiguous, so Adhemerval's patch isn't correct as -is. (We tolerate non-contiguous mappings created by the kernel, both for the ma= in program and ld.so.) --=20 You are receiving this mail because: You are on the CC list for the bug.=