<p>Using syscall would be beter way I know. I was thinking what will happen if I change exit code of a process or/and process state. Will not this work similar? If soo then this is maybe faster method?</p>
<p>G.</p>
<div class="gmail_quote">1 lut 2013 18:57, &quot;<a href="mailto:dspjmt@gmail.com">dspjmt@gmail.com</a>&quot; &lt;<a href="mailto:dspjmt@gmail.com">dspjmt@gmail.com</a>&gt; napisał(a):<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br> i thought you just need to  send  a signal to it by a kernel function<br> <br>Sent from my HTC<br><br><div>----- Reply message -----<br>From: &quot;Grzegorz Dwornicki&quot; &lt;<a href="mailto:gd1100@gmail.com" target="_blank">gd1100@gmail.com</a>&gt;<br>
To: &lt;<a href="mailto:kernelnewbies@kernelnewbies.org" target="_blank">kernelnewbies@kernelnewbies.org</a>&gt;<br>Subject: Process exit codes<br>Date: Fri, Feb 1, 2013 9:17 pm<br><br></div><br><p>Hi</p>
<p>Can I kill process by changing its exit codes in task_struct structure? Lets do this in 2 steps:<br>
1. Modify the exit codes in task_struct<br>
2. Call schedule</p>
<p>I want to do something like kill -9 on specyfic process using kernel module</p>
<p>Thanks </p>
<p>G.</p>
</blockquote></div>