public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "bugdal at aerifal dot cx" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sourceware.org
Subject: [Bug dynamic-link/11767] RFE: dlopen of in-memory ET_DYN or ET_EXEC object
Date: Mon, 04 Nov 2013 21:42:00 -0000	[thread overview]
Message-ID: <bug-11767-131-aygJFKWH7C@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-11767-131@http.sourceware.org/bugzilla/>

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

--- Comment #16 from Rich Felker <bugdal at aerifal dot cx> ---
As I mentioned before, using an already-mapped-in-vm DSO with dlopen is not
viable. Usually, DSOs have at least one page (where the end of .text and the
beginning of .data share a page on disk) that must be mapped twice at different
offsets, and likewise all subsequent data pages must be mapped offset by one
page from their location in the image. Further, you need to have empty VM space
for sufficiently many .bss pages past the end of the mapping. It would be
possible to require the caller to arrange all of these things, but that's
basically offloading A LOT of the ELF loading process onto the calling program
and I don't think that makes for a reasonable public interface for glibc to
provide.

If you don't demand this crazy in-place usage of the DSO image, simply copying
it to a temp file or shared memory object and loading it from there would work
perfectly well.

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


  parent reply	other threads:[~2013-11-04 21:42 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-11767-131@http.sourceware.org/bugzilla/>
2010-11-12 23:37 ` [Bug libc/11767] " John.Tobey at gmail dot com
2012-02-21  1:50 ` [Bug ld.so|libdl/11767] " jsm28 at gcc dot gnu.org
2012-03-05 23:23 ` [Bug dynamic-link/11767] " greg at krypto dot org
2012-07-16 23:27 ` remy.blank at pobox dot com
2012-07-18 14:00 ` bugdal at aerifal dot cx
2012-07-18 14:17 ` ppluzhnikov at google dot com
2012-07-18 18:16 ` bugdal at aerifal dot cx
2012-07-18 19:52 ` remy.blank at pobox dot com
2012-07-18 20:33 ` jreiser at BitWagon dot com
2012-07-18 20:48 ` John.Tobey at gmail dot com
2012-07-19  2:00 ` bugdal at aerifal dot cx
2012-07-19  4:32 ` greg at krypto dot org
2012-12-19 10:47 ` schwab@linux-m68k.org
2013-01-15 16:27 ` schwab@linux-m68k.org
2013-01-15 16:31 ` fweimer at redhat dot com
2013-02-22  1:55 ` ronis at google dot com
2013-03-29  5:05 ` brad.froehle at gmail dot com
2013-10-21  7:55 ` neleai at seznam dot cz
2013-11-04 20:03 ` ppluzhnikov at google dot com
2013-11-04 21:05 ` neleai at seznam dot cz
2013-11-04 21:36 ` jreiser at BitWagon dot com
2013-11-04 21:42 ` bugdal at aerifal dot cx [this message]
2013-11-04 21:48 ` ppluzhnikov at google dot com
2013-11-05  1:49 ` jtobey@john-edwin-tobey.org
2013-11-05  3:39 ` bugdal at aerifal dot cx
2013-11-05  4:16 ` jtobey@john-edwin-tobey.org
2013-11-05  4:27 ` greg at krypto dot org
2014-01-30 19:37 ` w.s.cullin+sw at gmail dot com
2014-02-16 17:44 ` jackie.rosen at hushmail dot com
2014-05-28 19:45 ` schwab at sourceware dot org
2014-06-30 17:44 ` fweimer at redhat dot com
2021-11-27 12:01 ` stsp at users dot sourceforge.net
2023-02-09  9:50 ` stsp at users dot sourceforge.net
2023-03-29 14:45 ` sam at gentoo dot org
2023-03-29 14:45 ` sam at gentoo dot org

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-11767-131-aygJFKWH7C@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).