From: Pavel Machek <pavel@ucw.cz>
To: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Cc: kernel list <linux-kernel@vger.kernel.org>
Subject: Re: [regression] Re: 2.6.26-rc6: pcmcia stopped working
Date: Sun, 6 Jul 2008 00:46:35 +0200 [thread overview]
Message-ID: <20080705224631.GA32546@elf.ucw.cz> (raw)
In-Reply-To: <200807051448.40466.bzolnier@gmail.com>
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.
>
> [...]
>
> Thanks for narrowing it down to wait_for_completion() call,
> it was an useful hint.
Thanks for a patch, I'll test it soon. Here are two really trivial
patches... maybe too trivial?
---
Small whitespace fixes for drivers/ide.
Signed-off-by: Pavel Machek <pavel@suse.cz>
diff --git a/drivers/ide/ide-probe.c b/drivers/ide/ide-probe.c
index 380fa0c..df70d36 100644
--- a/drivers/ide/ide-probe.c
+++ b/drivers/ide/ide-probe.c
@@ -617,7 +617,7 @@ static inline u8 probe_for_drive (ide_dr
return drive->present;
}
-static void hwif_release_dev (struct device *dev)
+static void hwif_release_dev(struct device *dev)
{
ide_hwif_t *hwif = container_of(dev, ide_hwif_t, gendev);
diff --git a/drivers/ide/ide.c b/drivers/ide/ide.c
index c758dcb..846bcfb 100644
--- a/drivers/ide/ide.c
+++ b/drivers/ide/ide.c
@@ -1,6 +1,6 @@
/*
* Copyright (C) 1994-1998 Linus Torvalds & authors (see below)
- * Copyrifht (C) 2003-2005, 2007 Bartlomiej Zolnierkiewicz
+ * Copyright (C) 2003-2005, 2007 Bartlomiej Zolnierkiewicz
*/
/*
--
(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-07-05 22:46 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
2008-07-05 12:48 ` Bartlomiej Zolnierkiewicz
2008-07-05 22:46 ` Pavel Machek [this message]
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=20080705224631.GA32546@elf.ucw.cz \
--to=pavel@ucw.cz \
--cc=bzolnier@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/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®