[CRIU] Questions in CRIU restore mechanism.
Pavel Emelyanov
xemul at parallels.com
Wed Mar 27 05:18:14 EDT 2013
>> Could you please check if the patch below workaround the problem?
>> ---
>> diff --git a/pie/pie.lds.S.in b/pie/pie.lds.S.in index 7be2eda..cbdfaa9
>> 100644
>> --- a/pie/pie.lds.S.in
>> +++ b/pie/pie.lds.S.in
>> @@ -10,6 +10,8 @@ SECTIONS
>> . = ALIGN(32);
>> *(.bss*)
>> . = ALIGN(32);
>> + *(.got*)
>> + . = ALIGN(32);
>> } =0x00000000
>>
>> /DISCARD/ : {
>
> Hi Cyrill,
> The build is successful after applying your patch.
> Thank you for your effort.
Thank you, gentlemen!
Cyrill, prepare the proper patch and send me for inclusion, please?
> Best regards,
> Chanho Park
Thanks,
Pavel
More information about the CRIU
mailing list