From: John Levon <movement@marcelothewonderpenguin.com>
To: "Christian.Gennerat" <xgen@noos.fr>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: Re: Kernel zombie threads after module removal.
Date: Wed, 29 May 2002 21:09:10 +0100 [thread overview]
Message-ID: <20020529200908.GA7499@compsoc.man.ac.uk> (raw)
In-Reply-To: <3CF52841.8040507@noos.fr>
On Wed, May 29, 2002 at 09:13:05PM +0200, Christian.Gennerat wrote:
> This is very close to the problem related in
> http://lkml.org/archive/2002/2/4/368/index.html
> but I have no USB. I have SCSI with aha152x_cs.o,
> and after doing "cardctl eject" that removes the module,
> the process scsi_eh_0 stays as zombie.
Add
reparent_to_init();
after the call to daemonize() in scsi_error_handler() in
drivers/scsi/scsi_error.c
Disclaimer: I don't know this code at all
regards
john
--
"If you look 'round the table and can't tell who the sucker is, it's you."
- Quiz Show
next prev parent reply other threads:[~2002-05-29 20:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-29 19:13 Kernel zombie threads after module removal Christian.Gennerat
2002-05-29 20:09 ` John Levon [this message]
2002-05-29 21:11 ` [PATCH] " Christian Gennerat
-- strict thread matches above, loose matches on Subject: below --
2002-02-05 2:51 Clifford Kite
2002-02-05 5:53 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020529200908.GA7499@compsoc.man.ac.uk \
--to=movement@marcelothewonderpenguin.com \
--cc=linux-kernel@vger.kernel.org \
--cc=xgen@noos.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.