linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* rmmod take all CPU and I can't stop it under 2.4.3-ac{9,11}
@ 2001-04-22  8:42 FAVRE Gregoire
  2001-04-24  7:06 ` Keith Owens
  0 siblings, 1 reply; 2+ messages in thread
From: FAVRE Gregoire @ 2001-04-22  8:42 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 458 bytes --]

Hello,

I am using DVB and sometimes I have to reload the driver, some times, I
can just do it without problem, but often, it result in a (from top):
 1359 root      19   0   532  532   360 R    77.7  0.2   8:32 rmmod

And a kill -KILL 1359 has no effect at all?

Is there a way to kill that jobs?

Thanks you very much,

	Greg
________________________________________________________________
http://ulima.unil.ch/greg ICQ:16624071 mailto:greg@ulima.unil.ch

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

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

* Re: rmmod take all CPU and I can't stop it under 2.4.3-ac{9,11}
  2001-04-22  8:42 rmmod take all CPU and I can't stop it under 2.4.3-ac{9,11} FAVRE Gregoire
@ 2001-04-24  7:06 ` Keith Owens
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Owens @ 2001-04-24  7:06 UTC (permalink / raw)
  To: FAVRE Gregoire; +Cc: linux-kernel

On Sun, 22 Apr 2001 10:42:06 +0200, 
FAVRE Gregoire <greg@ulima.unil.ch> wrote:
>I am using DVB and sometimes I have to reload the driver, some times, I
>can just do it without problem, but often, it result in a (from top):
> 1359 root      19   0   532  532   360 R    77.7  0.2   8:32 rmmod

It is not rmmod that is looping, it is the module's cleanup routine
that is looping in kernel space (where it cannot be killed).  Contact
the maintainer for the module that you are trying to remove.


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

end of thread, other threads:[~2001-04-24  7:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-22  8:42 rmmod take all CPU and I can't stop it under 2.4.3-ac{9,11} FAVRE Gregoire
2001-04-24  7:06 ` Keith Owens

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).