From: Pavel Machek <pavel@suse.cz>
To: kernel list <linux-kernel@vger.kernel.org>,
"Rafael J. Wysocki" <rjw@sisk.pl>,
linux-pcmcia@lists.infradead.org, bzolnier@gmail.com,
linux-ide@vger.kernel.org, Greg KH <greg@kroah.com>
Subject: Re: [regression] Re: 2.6.26-rc6: pcmcia stopped working
Date: Thu, 26 Jun 2008 00:15:29 +0200 [thread overview]
Message-ID: <20080625221529.GA1600@elf.ucw.cz> (raw)
In-Reply-To: <20080625220946.GA1587@elf.ucw.cz>
Hi!
> > Hmm, hitting sysrq-w produces no blocked task until I eject pcmcia
> > card. Backtrace there is:
> >
> > Greg, I believe some traces lead to sysfs, can you help here?
>
> ide_unregister() does not complete :-(.
>
> device_unregister(&hwif->gendev);
> + printk("ide_unregister: waiting for rel_comp\n");
> wait_for_completion(&hwif->gendev_rel_comp);
>
> ...that wait_for_completion never returns.
...and this fixes PCMCIA/IDE for me... (Pseudopatch)
Pavel
diff --git a/drivers/ide/ide.c b/drivers/ide/ide.c
--- a/drivers/ide/ide.c
+++ b/drivers/ide/ide.c
@@ -336,29 +341,38 @@ void ide_unregister(ide_hwif_t *hwif)
++irq_count;
g = g->next;
} while (g != hwgroup->hwif);
if (irq_count == 1)
free_irq(hwif->irq, hwgroup);
ide_remove_port_from_hwgroup(hwif);
device_unregister(hwif->portdev);
device_unregister(&hwif->gendev);
- wait_for_completion(&hwif->gendev_rel_comp);
+// wait_for_completion(&hwif->gendev_rel_comp);
+ msleep(1000);
/*
* Remove us from the kernel's knowledge
*/
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
next prev parent reply other threads:[~2008-06-25 22:16 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-22 22:40 2.6.26-rc6: pcmcia stopped working after resume Pavel Machek
2008-06-23 8:13 ` Dominik Brodowski
2008-06-23 8:18 ` Pavel Machek
2008-06-23 8:30 ` Dominik Brodowski
2008-06-25 10:23 ` [regression] Re: 2.6.26-rc6: pcmcia stopped working Pavel Machek
2008-06-25 11:01 ` Pavel Machek
2008-06-25 12:03 ` Tejun Heo
2008-06-25 21:53 ` Pavel Machek
2008-06-25 22:09 ` Pavel Machek
2008-06-25 22:15 ` Pavel Machek [this message]
2008-07-05 12:48 ` Bartlomiej Zolnierkiewicz
2008-07-05 22:46 ` Pavel Machek
2008-07-06 12:35 ` Pavel Machek
2008-07-08 18:06 ` Bartlomiej Zolnierkiewicz
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=20080625221529.GA1600@elf.ucw.cz \
--to=pavel@suse.cz \
--cc=bzolnier@gmail.com \
--cc=greg@kroah.com \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pcmcia@lists.infradead.org \
--cc=rjw@sisk.pl \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®