linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Question: kthread zombie process
@ 2007-03-13 12:06 Mockern
  2007-03-13 12:33 ` linux-os (Dick Johnson)
  0 siblings, 1 reply; 2+ messages in thread
From: Mockern @ 2007-03-13 12:06 UTC (permalink / raw)
  To: linux-kernel

Hi,

I use kthread in my driver. The problem is that I can't kill process with kill_proc function. After rmmod my_driver, ps command shows again SW my_driver.

How can I remove this process?

Thank you


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Question: kthread zombie process
  2007-03-13 12:06 Question: kthread zombie process Mockern
@ 2007-03-13 12:33 ` linux-os (Dick Johnson)
  0 siblings, 0 replies; 2+ messages in thread
From: linux-os (Dick Johnson) @ 2007-03-13 12:33 UTC (permalink / raw)
  To: Mockern; +Cc: linux-kernel


On Tue, 13 Mar 2007, Mockern wrote:

> Hi,
>
> I use kthread in my driver. The problem is that I can't kill process
> with kill_proc function. After rmmod my_driver, ps command shows again SW 
> my_driver.
>
> How can I remove this process?
>
> Thank you
>

You need to follow the procedures used by other kernel drivers that
use kernel threads. The kernel thread must be properly run-down during
the module removal process. An easy to read sample is in
../drivers/wireless/airo.c.

Cheers,
Dick Johnson
Penguin : Linux version 2.6.16.24 on an i686 machine (5592.64 BogoMips).
New book: http://www.AbominableFirebug.com/
_
\x1a\x04

****************************************************************
The information transmitted in this message is confidential and may be privileged.  Any review, retransmission, dissemination, or other use of this information by persons or entities other than the intended recipient is prohibited.  If you are not the intended recipient, please notify Analogic Corporation immediately - by replying to this message or by sending an email to DeliveryErrors@analogic.com - and destroy all copies of this information, including any attachments, without reading or disclosing them.

Thank you.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-03-13 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-13 12:06 Question: kthread zombie process Mockern
2007-03-13 12:33 ` linux-os (Dick Johnson)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).