* Re: [prelink-cross] LD_PRELOAD Implementation in Prelink
@ 2015-09-12 5:35 Maninder Singh
2015-09-12 14:21 ` Mark Hatle
0 siblings, 1 reply; 2+ messages in thread
From: Maninder Singh @ 2015-09-12 5:35 UTC (permalink / raw)
To: Mark Hatle, yocto@yoctoproject.org; +Cc: Vaneet Narang, AJEET YADAV, pankaj.m
Hi Mark,
Thanks for checking,
There is one bug in this patch , we will share the fix after testing probably on monday.
Thanks
Maninder Singh
>>Merged to the staging branch.
>On 5/18/15 12:17 AM, Maninder Singh wrote:
>> EP-F6AA0618C49C4AEDA73BFF1B39950BAB
>> Hi,
>>
>> Subject: [PATCH 1/1] LD_PRELOAD Implementation in Prelink
>>
>> prelink fails if there are ld_preload libs present at target with below error.
>> expect libsX.so.1, found /lib/libY.so in dependency order
>> where libY.so.1 is ld_preload lib
>>
>> To use this feature :
>> ./prelink --ld-preload=libpreload1.so:libpreload2.so:.... upto 20 libs
>> Order of libraries to be preloaded is significant. Make sure sequence
>> mentioned in prelink
>> should be same as runtime sequence.
>>
>> Signed-off-by: Vaneet Narang <v.narang@samsung.com>
>> Signed-off-by: Maninder Singh <maninder1.s@samsung.com>
>> Reviewed-by: Ajeet Yadav <ajeet.v@samsung.com>
>> Reviewed-by: Geon-ho Kim <gh007.kim@samsung.com>
>> ---
>> src/gather.c | 8 +++++++-
>> src/get.c | 9 ++++++++-
>> src/main.c | 6 ++++++
>> src/prelink.h | 1 +
>> src/rtld/rtld.c | 51 +++++++++++++++++++++++++++++++++++++++++++++------
>> 5 files changed, 67 insertions(+), 8 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [prelink-cross] LD_PRELOAD Implementation in Prelink
2015-09-12 5:35 [prelink-cross] LD_PRELOAD Implementation in Prelink Maninder Singh
@ 2015-09-12 14:21 ` Mark Hatle
0 siblings, 0 replies; 2+ messages in thread
From: Mark Hatle @ 2015-09-12 14:21 UTC (permalink / raw)
To: maninder1.s, yocto@yoctoproject.org; +Cc: Vaneet Narang, AJEET YADAV, pankaj.m
On 9/12/15 12:35 AM, Maninder Singh wrote:
> Hi Mark,
>
> Thanks for checking,
>
> There is one bug in this patch , we will share the fix after testing probably on monday.
I added what I thought was a fairly reasonable test case to prelink.
testsuite/preload1*
Can you update the test case to include a specific check for the failure you are
aware of so we can avoid it in the future?
--Mark
> Thanks
> Maninder Singh
>
>
>>> Merged to the staging branch.
>
>> On 5/18/15 12:17 AM, Maninder Singh wrote:
>>> EP-F6AA0618C49C4AEDA73BFF1B39950BAB
>>> Hi,
>>>
>>> Subject: [PATCH 1/1] LD_PRELOAD Implementation in Prelink
>>>
>>> prelink fails if there are ld_preload libs present at target with below error.
>>> expect libsX.so.1, found /lib/libY.so in dependency order
>>> where libY.so.1 is ld_preload lib
>>>
>>> To use this feature :
>>> ./prelink --ld-preload=libpreload1.so:libpreload2.so:.... upto 20 libs
>>> Order of libraries to be preloaded is significant. Make sure sequence
>>> mentioned in prelink
>>> should be same as runtime sequence.
>>>
>>> Signed-off-by: Vaneet Narang <v.narang@samsung.com>
>>> Signed-off-by: Maninder Singh <maninder1.s@samsung.com>
>>> Reviewed-by: Ajeet Yadav <ajeet.v@samsung.com>
>>> Reviewed-by: Geon-ho Kim <gh007.kim@samsung.com>
>>> ---
>>> src/gather.c | 8 +++++++-
>>> src/get.c | 9 ++++++++-
>>> src/main.c | 6 ++++++
>>> src/prelink.h | 1 +
>>> src/rtld/rtld.c | 51 +++++++++++++++++++++++++++++++++++++++++++++------
>>> 5 files changed, 67 insertions(+), 8 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-09-12 14:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-12 5:35 [prelink-cross] LD_PRELOAD Implementation in Prelink Maninder Singh
2015-09-12 14:21 ` Mark Hatle
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.