public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "hjl.tools at gmail dot com" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sourceware.org
Subject: [Bug dynamic-link/28676] New: p_align on PT_LOAD segment in DSO isn't honored
Date: Wed, 08 Dec 2021 23:51:20 +0000	[thread overview]
Message-ID: <bug-28676-131@http.sourceware.org/bugzilla/> (raw)

https://sourceware.org/bugzilla/show_bug.cgi?id=28676

            Bug ID: 28676
           Summary: p_align on PT_LOAD segment in DSO isn't honored
           Product: glibc
           Version: 2.35
            Status: NEW
          Severity: normal
          Priority: P2
         Component: dynamic-link
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
  Target Milestone: ---

Created attachment 13838
  --> https://sourceware.org/bugzilla/attachment.cgi?id=13838&action=edit
A testcase

[hjl@gnu-cfl-2 aligned-1]$ make 
gcc -pie -fPIE -Wl,-z,max-page-size=0x200000 -O2 -o pie main.c load.c
gcc -no-pie -Wl,-z,max-page-size=0x200000 -O2 -o pde main.c load.c
gcc -O2 -fPIC   -c -o load.o load.c
gcc -shared -Wl,-z,max-page-size=0x200000 -o libload.so load.o
gcc -no-pie -Wl,-z,max-page-size=0x200000 -O2 -o dso main.c libload.so -Wl,-R,.
./pde
foo: 0xe00000
./pie
foo: 0x55ea36a00000
./dso
foo: 0x7fafe6308000
make: *** [Makefile:8: all] Aborted (core dumped)
[hjl@gnu-cfl-2 aligned-1]$ 

Kernel loader honors 2MB p_align in PIE.  But ld.so doesn't honor 2MB p_align
in DSO.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

             reply	other threads:[~2021-12-08 23:51 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-08 23:51 hjl.tools at gmail dot com [this message]
2021-12-09  1:11 ` [Bug dynamic-link/28676] " hjl.tools at gmail dot com
2021-12-10 19:45 ` hjl.tools at gmail dot com
2021-12-13 15:00 ` fweimer at redhat dot com
2021-12-13 15:00 ` fweimer at redhat dot com
2021-12-13 15:02 ` fweimer at redhat dot com
2021-12-13 23:36 ` sam at gentoo dot org
2021-12-14  5:31 ` i at maskray dot me
2021-12-15 22:25 ` hjl.tools at gmail dot com
2022-01-05 13:32 ` hjl.tools at gmail dot com
2022-01-05 13:32 ` hjl.tools at gmail dot com
2022-01-21 19:43 ` cvs-commit at gcc dot gnu.org
2022-01-24 14:52 ` hjl.tools at gmail dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-28676-131@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=glibc-bugs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).