Re: [osv-dev] [PATCH V3] elf: ignore versioning table if symbol is looked up by object itself

2020-01-13 Thread Waldek Kozaczuk
I just wanted to say in general that I am not super happy we had to come up with this patch. But it blocks us from getting rid of externals. On Mon, Jan 13, 2020 at 06:24 Nadav Har'El wrote: > On Mon, Jan 13, 2020 at 7:14 AM Waldemar Kozaczuk > wrote: > >> The commit >>

Re: [osv-dev] [PATCH V3] elf: ignore versioning table if symbol is looked up by object itself

2020-01-13 Thread Nadav Har'El
On Mon, Jan 13, 2020 at 7:14 AM Waldemar Kozaczuk wrote: > The commit > https://github.com/cloudius-systems/osv/commit/ed1eed7a567ec17138c65f0a5628c2311603c712 > enhanced dynamic linker to skip old symbols per versions table. > Unfortunately > the relevant code did not take into account whether

[osv-dev] [PATCH V3] elf: ignore versioning table if symbol is looked up by object itself

2020-01-12 Thread Waldemar Kozaczuk
The commit https://github.com/cloudius-systems/osv/commit/ed1eed7a567ec17138c65f0a5628c2311603c712 enhanced dynamic linker to skip old symbols per versions table. Unfortunately the relevant code did not take into account whether the old symbol is being looked up by the object itself during