This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] ld.so: Enable preloading of new symbol versions [BZ #24974]
- From: Carlos O'Donell <carlos at redhat dot com>
- To: Florian Weimer <fweimer at redhat dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Wed, 2 Oct 2019 11:21:33 -0400
- Subject: Re: [PATCH] ld.so: Enable preloading of new symbol versions [BZ #24974]
- References: <877e6le7pj.fsf@oldenburg2.str.redhat.com> <1408133c-3b13-dae1-ffcf-8a56449102a3@redhat.com> <87mufd7k6b.fsf@oldenburg2.str.redhat.com> <19f8eb76-db35-8065-c19e-a885a37d1073@redhat.com> <87y2yx33sa.fsf@oldenburg2.str.redhat.com> <87h84rqszp.fsf@oldenburg2.str.redhat.com>
On 10/2/19 7:36 AM, Florian Weimer wrote:
> Can we please move the discussion forward?
I think we've settled on:
* No env var.
* Add a DT_ tag to disable the check.
* Users building the special preload DSOs need to set the
new DT_ tag.
* Everything else is OK.
The DT_ tag prevents the user from having to do anything
other than just preload the library which is something
that users have experience doing.
What's the next step? New patch with new DT_ entries for
use with this?
--
Cheers,
Carlos.