Re: [uclibc-ng-devel] [PATCH 0/2] [v3] ldso: fix dlsym hang when reloading DSOs

2016-06-27 Thread Leonid Lisovskiy
On Sun, Jun 26, 2016 at 1:00 PM, Waldemar Brodkorb wrote: > > Applied and pushed, > I think the DL_OPENED2 vs. sth else doesn't matter so much :) Sorry, I didn't prepare 'DL_REOPENED' variant due to weekend. I'm ready to do replacement, just mail to me. Regards, Leonid

Re: [uclibc-ng-devel] [PATCH 0/2] [v3] ldso: fix dlsym hang when reloading DSOs

2016-06-26 Thread Waldemar Brodkorb
Hi Leonid, Leonid Lisovskiy wrote, > Hi, > > Third version of fix for dlsym hang when reloading DSOs. > > Thx, > -Leonid > > Leonid Lisovskiy (2): > ldso: Consistently set & use DL_OPENED flag in both ld.so and libdl > [v3] ldso: fix dlsym hang when reloading DSOs > >