<div dir="ltr"><div>I&#39;m sorry for the inconvenience caused. I&#39;m working on a new patch and will send them as soon as possible.</div><div><br></div><div>Also, I&#39;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 &lt;<a href="mailto:snorcht@gmail.com">snorcht@gmail.com</a>&gt; 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 &lt;<a href="mailto:ovzxemul@gmail.com" target="_blank">ovzxemul@gmail.com</a>&gt;:<br>
&gt;<br>
&gt; Don&#39;t drop mailing list from responses.<br>
&gt;<br>
&gt; вт, 17 мар. 2020 г. в 10:50, prakriti goyal &lt;<a href="mailto:prakritigoyal19@gmail.com" target="_blank">prakritigoyal19@gmail.com</a>&gt;:<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m sorry I&#39;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>
&gt;&gt;<br>
&gt;&gt; The main patch is the [2/9].<br>
&gt;&gt;<br>
&gt;<br>
&gt; Please, either push another branch, or send another set of patches (or both) and make sure<br>
&gt; the patches we see on the mailing list and the branch you point to contain identical patches.<br>
&gt;<br>
&gt; -- Pavel<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Tue 17 Mar, 2020, 12:52 PM Pavel Emelyanov, &lt;<a href="mailto:ovzxemul@gmail.com" target="_blank">ovzxemul@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; пн, 16 мар. 2020 г. в 19:02, prakriti goyal &lt;<a href="mailto:prakritigoyal19@gmail.com" target="_blank">prakritigoyal19@gmail.com</a>&gt;:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; From: prakritigoyal19 &lt;<a href="mailto:prakritigoyal19@gmail.com" target="_blank">prakritigoyal19@gmail.com</a>&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Signed-off-by: prakritigoyal19 &lt;<a href="mailto:prakritigoyal19@gmail.com" target="_blank">prakritigoyal19@gmail.com</a>&gt;<br>
&gt;&gt;&gt;&gt; Repo link: <a href="https://github.com/prakritigoyal19/criu/tree/sigactions" rel="noreferrer" target="_blank">https://github.com/prakritigoyal19/criu/tree/sigactions</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; This branch contains different set of patches. Why is that so?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; -- Pavel<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; ---<br>
&gt;&gt;&gt;&gt;  criu/include/sigaction.h | 38 ++++++++++++++++++++++++++++++++++++++<br>
&gt;&gt;&gt;&gt;  1 file changed, 38 insertions(+)<br>
&gt;&gt;&gt;&gt;  create mode 100644 criu/include/sigaction.h<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; diff --git a/criu/include/sigaction.h b/criu/include/sigaction.h<br>
&gt;&gt;&gt;&gt; new file mode 100644<br>
&gt;&gt;&gt;&gt; index 00000000..ceafade3<br>
&gt;&gt;&gt;&gt; --- /dev/null<br>
&gt;&gt;&gt;&gt; +++ b/criu/include/sigaction.h<br>
&gt;&gt;&gt;&gt; @@ -0,0 +1,38 @@<br>
&gt;&gt;&gt;&gt; +#ifndef __CR_SIGACTION_H__<br>
&gt;&gt;&gt;&gt; +#define __CR_SIGACTION_H__<br>
&gt;&gt;&gt;&gt; +<br>
&gt;&gt;&gt;&gt; +<br>
&gt;&gt;&gt;&gt; +#include &lt;sys/un.h&gt;<br>
&gt;&gt;&gt;&gt; +#include &lt;sys/time.h&gt;<br>
&gt;&gt;&gt;&gt; +<br>
&gt;&gt;&gt;&gt; +#include &lt;unistd.h&gt;<br>
&gt;&gt;&gt;&gt; +#include &lt;inttypes.h&gt;<br>
&gt;&gt;&gt;&gt; +<br>
&gt;&gt;&gt;&gt; +#include &quot;parasite.h&quot;<br>
&gt;&gt;&gt;&gt; +#include &quot;parasite-syscall.h&quot;<br>
&gt;&gt;&gt;&gt; +#include &quot;pstree.h&quot;<br>
&gt;&gt;&gt;&gt; +#include &quot;sigframe.h&quot; //TaskCoreEntry, SaEntry<br>
&gt;&gt;&gt;&gt; +<br>
&gt;&gt;&gt;&gt; +#include &quot;image.h&quot;<br>
&gt;&gt;&gt;&gt; +#include &quot;img-remote.h&quot;<br>
&gt;&gt;&gt;&gt; +#include &quot;images/core.pb-c.h&quot;<br>
&gt;&gt;&gt;&gt; +#include &quot;images/sa.pb-c.h&quot;<br>
&gt;&gt;&gt;&gt; +#include &quot;infect.h&quot;<br>
&gt;&gt;&gt;&gt; +#include &quot;infect-rpc.h&quot;<br>
&gt;&gt;&gt;&gt; +#include &quot;parasite.h&quot;<br>
&gt;&gt;&gt;&gt; +#include &quot;util-pie.h&quot;<br>
&gt;&gt;&gt;&gt; +<br>
&gt;&gt;&gt;&gt; +#include &lt;compel/compel.h&gt;<br>
&gt;&gt;&gt;&gt; +#include &quot;restore.h&quot;<br>
&gt;&gt;&gt;&gt; +#include &quot;restorer.h&quot;<br>
&gt;&gt;&gt;&gt; +<br>
&gt;&gt;&gt;&gt; +<br>
&gt;&gt;&gt;&gt; +<br>
&gt;&gt;&gt;&gt; +<br>
&gt;&gt;&gt;&gt; +extern rt_sigaction_t sigchld_act;<br>
&gt;&gt;&gt;&gt; +<br>
&gt;&gt;&gt;&gt; +int parasite_dump_sigacts_seized(struct parasite_ctl *ctl, struct pstree_item *item);<br>
&gt;&gt;&gt;&gt; +<br>
&gt;&gt;&gt;&gt; +int prepare_sigactions(CoreEntry *core);<br>
&gt;&gt;&gt;&gt; +<br>
&gt;&gt;&gt;&gt; +#endif<br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; 2.17.1<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; CRIU mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:CRIU@openvz.org" target="_blank">CRIU@openvz.org</a><br>
&gt;&gt;&gt;&gt; <a href="https://lists.openvz.org/mailman/listinfo/criu" rel="noreferrer" target="_blank">https://lists.openvz.org/mailman/listinfo/criu</a><br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; CRIU mailing list<br>
&gt; <a href="mailto:CRIU@openvz.org" target="_blank">CRIU@openvz.org</a><br>
&gt; <a href="https://lists.openvz.org/mailman/listinfo/criu" rel="noreferrer" target="_blank">https://lists.openvz.org/mailman/listinfo/criu</a><br>
</blockquote></div>