<div dir="auto">Yah, I found it and already implemented it in the command. Tests passed successfully after that. <div dir="auto">.</div><div dir="auto">I even mailed it. </div><div dir="auto">.</div><div dir="auto">But thanks for attending the query.</div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, 14 Mar, 2019, 12:48 PM Adrian Reber &lt;<a href="mailto:adrian@lisas.de">adrian@lisas.de</a> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, Mar 14, 2019 at 11:24:24AM +0530, Vaibhav Gupta wrote:<br>
&gt; On Thu, Mar 14, 2019 at 11:10 AM Vaibhav Gupta &lt;<a href="mailto:vaibhavgupta40@gmail.com" target="_blank" rel="noreferrer">vaibhavgupta40@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt; <br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; On Tue, Mar 12, 2019 at 9:57 PM Pavel Emelianov &lt;<a href="mailto:xemul@virtuozzo.com" target="_blank" rel="noreferrer">xemul@virtuozzo.com</a>&gt;<br>
&gt; &gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt;&gt; On 3/12/19 2:14 PM, Vaibhav Gupta wrote:<br>
&gt; &gt;&gt; &gt; Hello everyone,<br>
&gt; &gt;&gt; &gt; .<br>
&gt; &gt;&gt; &gt; I was exploring CRIU - Suggested Ideas for GSoC 2019, and have got<br>
&gt; &gt;&gt; interested in the following project:<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;   * Optimize logging engine -<br>
&gt; &gt;&gt; <a href="https://criu.org/Google_Summer_of_Code_Ideas#Optimize_logging_engine" rel="noreferrer noreferrer" target="_blank">https://criu.org/Google_Summer_of_Code_Ideas#Optimize_logging_engine</a><br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; That&#39;s great!<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; &gt; .<br>
&gt; &gt;&gt; &gt; I am already exploring this topic and would like to discuss with<br>
&gt; &gt;&gt; mentors.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Sure! Do you have questions about the gsoc process itself, or can we just<br>
&gt; &gt;&gt; proceed to the<br>
&gt; &gt;&gt; technical discussion?<br>
&gt; &gt;&gt;<br>
&gt; &gt; No, I don&#39;t have nay query regarding GSoC Procedures.<br>
&gt; &gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; &gt; .<br>
&gt; &gt;&gt; &gt; It would be great if mentors would like to suggest any specific<br>
&gt; &gt;&gt; resources, which can be help me to know more about the project.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; So, the doc to start with is<br>
&gt; &gt;&gt; <a href="https://criu.org/GSoC_Students_Recommendations" rel="noreferrer noreferrer" target="_blank">https://criu.org/GSoC_Students_Recommendations</a>, it will<br>
&gt; &gt;&gt; let you start running criu instantly. Then glance through the<br>
&gt; &gt;&gt; sources/criu/log.c where<br>
&gt; &gt;&gt; the logging code sits.<br>
&gt; &gt;&gt;<br>
&gt; &gt; I was following the above guide. when I run:<br>
&gt; $ sudo python zdtm.py run -t static/env00<br>
&gt; .<br>
&gt; I get following error in the last:<br>
&gt; .<br>
&gt; zdtm.py:21: DeprecationWarning: the imp module is deprecated in favour of<br>
&gt; importlib; see the module&#39;s documentation for alternative uses<br>
&gt;   import imp<br>
&gt; The kernel is tainted: &#39;12289\n&#39;<br>
&gt; Traceback (most recent call last):<br>
&gt;   File &quot;zdtm.py&quot;, line 2306, in &lt;module&gt;<br>
&gt;     opts[&#39;action&#39;](opts)<br>
&gt;   File &quot;zdtm.py&quot;, line 1975, in run_tests<br>
&gt;     launcher = Launcher(opts, len(torun))<br>
&gt;   File &quot;zdtm.py&quot;, line 1671, in __init__<br>
&gt;     raise Exception(&quot;The kernel is tainted: %r&quot; % self.__taint)<br>
&gt; Exception: The kernel is tainted: &#39;12289\n&#39;<br>
<br>
Just use &#39;--ignore-taint&#39;:<br>
<br>
 # zdtm.py run --ignore-taint -t static/env00<br>
<br>
It is interesting that all of a sudden a lot of people are hitting this.<br>
<br>
                Adrian<br>
</blockquote></div>