public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 8139too termination
@ 2001-10-29 23:10 Robert Kuebel
  2001-10-29 23:27 ` Andrew Morton
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Kuebel @ 2001-10-29 23:10 UTC (permalink / raw)
  To: akpm, linux-kernel

hi,

i have been getting this message at shutdown ...

"eth1: unable to signal thread"

it turns out that 8139too's kernel thread gets killed at shutdown (or
reboot) when SIGTERM is sent to all processes.  then the network
shutdown script comes along and takes down the interface.  the driver
complains ...

"eth1: unable to signal thread"

because the thread has already terminated.  the driver currently does
not block any signals.

my question is, should 8139too really not block any signals (and allow
itself to be killed by them)?  isn't it a bad thing to allow a kernel
thread to be killed accidentally like this?

give me some feedback.  i would be happy to write a fix.

also, please cc me on replies.  i can only handle the digest form of
lkml.

thanks.
rob.


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

end of thread, other threads:[~2001-10-30  0:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-29 23:10 8139too termination Robert Kuebel
2001-10-29 23:27 ` Andrew Morton
2001-10-30  0:08   ` Robert Kuebel
     [not found]     ` <3BDDF4B0.194E132F@zip.com.au>
2001-10-30  0:58       ` Robert Kuebel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox