<div dir="ltr"><div>I'm sorry for the inconvenience caused. I'm working on a new patch and will send them as soon as possible.</div><div><br></div><div>Also, I'm really thankful for your suggestions.</div><div><br></div><div>Regards,</div><div>Prakriti Goyal</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 17, 2020 at 1:43 PM Pavel Tikhomirov <<a href="mailto:snorcht@gmail.com">snorcht@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I think we also need some description why we move this functions in<br>
patch subject and description.<br>
<br>
Also please remove extra empty lines and spaces in the end of lines.<br>
<br>
Best Regards, Tikhomirov Pavel.<br>
<br>
вт, 17 мар. 2020 г. в 11:00, Pavel Emelyanov <<a href="mailto:ovzxemul@gmail.com" target="_blank">ovzxemul@gmail.com</a>>:<br>
><br>
> Don't drop mailing list from responses.<br>
><br>
> вт, 17 мар. 2020 г. в 10:50, prakriti goyal <<a href="mailto:prakritigoyal19@gmail.com" target="_blank">prakritigoyal19@gmail.com</a>>:<br>
>><br>
>> I'm sorry I'm not familiar with how git format-patch works and worked with it for the first time. This caused a lot of patches to be submitted.<br>
>><br>
>> The main patch is the [2/9].<br>
>><br>
><br>
> Please, either push another branch, or send another set of patches (or both) and make sure<br>
> the patches we see on the mailing list and the branch you point to contain identical patches.<br>
><br>
> -- Pavel<br>
><br>
>><br>
>> On Tue 17 Mar, 2020, 12:52 PM Pavel Emelyanov, <<a href="mailto:ovzxemul@gmail.com" target="_blank">ovzxemul@gmail.com</a>> wrote:<br>
>>><br>
>>><br>
>>><br>
>>> пн, 16 мар. 2020 г. в 19:02, prakriti goyal <<a href="mailto:prakritigoyal19@gmail.com" target="_blank">prakritigoyal19@gmail.com</a>>:<br>
>>>><br>
>>>> From: prakritigoyal19 <<a href="mailto:prakritigoyal19@gmail.com" target="_blank">prakritigoyal19@gmail.com</a>><br>
>>>><br>
>>>> Signed-off-by: prakritigoyal19 <<a href="mailto:prakritigoyal19@gmail.com" target="_blank">prakritigoyal19@gmail.com</a>><br>
>>>> Repo link: <a href="https://github.com/prakritigoyal19/criu/tree/sigactions" rel="noreferrer" target="_blank">https://github.com/prakritigoyal19/criu/tree/sigactions</a><br>
>>>><br>
>>><br>
>>> This branch contains different set of patches. Why is that so?<br>
>>><br>
>>> -- Pavel<br>
>>><br>
>>>><br>
>>>> ---<br>
>>>> criu/include/sigaction.h | 38 ++++++++++++++++++++++++++++++++++++++<br>
>>>> 1 file changed, 38 insertions(+)<br>
>>>> create mode 100644 criu/include/sigaction.h<br>
>>>><br>
>>>> diff --git a/criu/include/sigaction.h b/criu/include/sigaction.h<br>
>>>> new file mode 100644<br>
>>>> index 00000000..ceafade3<br>
>>>> --- /dev/null<br>
>>>> +++ b/criu/include/sigaction.h<br>
>>>> @@ -0,0 +1,38 @@<br>
>>>> +#ifndef __CR_SIGACTION_H__<br>
>>>> +#define __CR_SIGACTION_H__<br>
>>>> +<br>
>>>> +<br>
>>>> +#include <sys/un.h><br>
>>>> +#include <sys/time.h><br>
>>>> +<br>
>>>> +#include <unistd.h><br>
>>>> +#include <inttypes.h><br>
>>>> +<br>
>>>> +#include "parasite.h"<br>
>>>> +#include "parasite-syscall.h"<br>
>>>> +#include "pstree.h"<br>
>>>> +#include "sigframe.h" //TaskCoreEntry, SaEntry<br>
>>>> +<br>
>>>> +#include "image.h"<br>
>>>> +#include "img-remote.h"<br>
>>>> +#include "images/core.pb-c.h"<br>
>>>> +#include "images/sa.pb-c.h"<br>
>>>> +#include "infect.h"<br>
>>>> +#include "infect-rpc.h"<br>
>>>> +#include "parasite.h"<br>
>>>> +#include "util-pie.h"<br>
>>>> +<br>
>>>> +#include <compel/compel.h><br>
>>>> +#include "restore.h"<br>
>>>> +#include "restorer.h"<br>
>>>> +<br>
>>>> +<br>
>>>> +<br>
>>>> +<br>
>>>> +extern rt_sigaction_t sigchld_act;<br>
>>>> +<br>
>>>> +int parasite_dump_sigacts_seized(struct parasite_ctl *ctl, struct pstree_item *item);<br>
>>>> +<br>
>>>> +int prepare_sigactions(CoreEntry *core);<br>
>>>> +<br>
>>>> +#endif<br>
>>>> --<br>
>>>> 2.17.1<br>
>>>><br>
>>>> _______________________________________________<br>
>>>> CRIU mailing list<br>
>>>> <a href="mailto:CRIU@openvz.org" target="_blank">CRIU@openvz.org</a><br>
>>>> <a href="https://lists.openvz.org/mailman/listinfo/criu" rel="noreferrer" target="_blank">https://lists.openvz.org/mailman/listinfo/criu</a><br>
><br>
> _______________________________________________<br>
> CRIU mailing list<br>
> <a href="mailto:CRIU@openvz.org" target="_blank">CRIU@openvz.org</a><br>
> <a href="https://lists.openvz.org/mailman/listinfo/criu" rel="noreferrer" target="_blank">https://lists.openvz.org/mailman/listinfo/criu</a><br>
</blockquote></div>