<br> i thought you just need to &nbsp;send &nbsp;a signal to it by a kernel function<br> <br>Sent from my HTC<br><br><div id="htc_header" style="">----- Reply message -----<br>From: &quot;Grzegorz Dwornicki&quot; &lt;gd1100@gmail.com&gt;<br>To: &lt;kernelnewbies@kernelnewbies.org&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>