From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: gcoady@gmail.com
Cc: Andrew Morton <akpm@osdl.org>,
linux-kernel@vger.kernel.org, Greg KH <greg@kroah.com>,
David Brownell <david-b@pacbell.net>
Subject: Re: 2.6.15-rc5-mm3
Date: Sun, 18 Dec 2005 12:31:55 +0100 [thread overview]
Message-ID: <200512181231.55981.rjw@sisk.pl> (raw)
In-Reply-To: <276aq1pc2us3np77rd8p6gvifbdj4nf2vd@4ax.com>
Hi,
On Sunday, 18 December 2005 09:16, Grant Coady wrote:
> On Wed, 14 Dec 2005 23:40:16 -0800, Andrew Morton <akpm@osdl.org> wrote:
>
> > Probably-unfixed bugs from -mm1 and -mm2 include:
> [...]
> > - Grant Coady <grant_lkml@dodo.com.au>: "Locked up on boot just after
> > USB 2.0 initialised, EHCI 1.00 ..."
>
> With ehci compiled in I get a kernel panic during boot, ehci as module
> and the things boots. Then 'modprobe ehci_hcd' provokes a similar panic :(
>
> Nothing useful in logs.
Could you please use the appended patch and see if that makes things better
(or worse)?
Greetings,
Rafael
drivers/usb/host/ehci-hcd.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6.15-rc5-mm2/drivers/usb/host/ehci-hcd.c
===================================================================
--- linux-2.6.15-rc5-mm2.orig/drivers/usb/host/ehci-hcd.c 2005-12-11 13:57:27.000000000 +0100
+++ linux-2.6.15-rc5-mm2/drivers/usb/host/ehci-hcd.c 2005-12-13 22:10:53.000000000 +0100
@@ -617,7 +617,7 @@
}
/* remote wakeup [4.3.1] */
- if ((status & STS_PCD) && device_may_wakeup(&hcd->self.root_hub->dev)) {
+ if (status & STS_PCD) {
unsigned i = HCS_N_PORTS (ehci->hcs_params);
/* resume root hub? */
next prev parent reply other threads:[~2005-12-18 11:30 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-15 7:40 2.6.15-rc5-mm3 Andrew Morton
2005-12-15 9:48 ` 2.6.15-rc5-mm3 Andi Kleen
2005-12-15 15:36 ` 2.6.15-rc5-mm3 Andi Kleen
2005-12-15 14:30 ` 2.6.15-rc5-mm3 Alexander E. Patrakov
2005-12-16 12:50 ` 2.6.15-rc5-mm3 Lenar Lõhmus
2005-12-16 23:17 ` 2.6.15-rc5-mm3 Greg KH
2005-12-17 0:15 ` 2.6.15-rc5-mm3 J.A. Magallon
2005-12-17 1:42 ` 2.6.15-rc5-mm3 Greg KH
2005-12-20 21:03 ` [PATCH] pci device sysdata may be null check in pcibus_to_node Andy Whitcroft
2005-12-20 23:16 ` Andrew Morton
2005-12-22 21:06 ` [PATCH] pci device ensure sysdata initialised Andy Whitcroft
2005-12-22 23:18 ` Greg KH
2005-12-22 23:43 ` Andy Whitcroft
2005-12-22 23:51 ` Greg KH
2005-12-22 23:56 ` Andy Whitcroft
2005-12-18 8:16 ` 2.6.15-rc5-mm3 Grant Coady
2005-12-18 11:31 ` Rafael J. Wysocki [this message]
2005-12-18 19:54 ` 2.6.15-rc5-mm3 Grant Coady
2005-12-22 17:48 ` 2.6.15-rc5-mm3 Greg KH
2005-12-23 1:05 ` 2.6.15-rc5-mm3 David Brownell
2005-12-21 23:14 ` 2.6.15-rc5-mm3 Jesper Juhl
2005-12-22 4:16 ` 2.6.15-rc5-mm3 Con Kolivas
2005-12-22 18:13 ` 2.6.15-rc5-mm3 Mattia Dongili
2005-12-29 23:46 ` 2.6.15-rc5-mm3 [BUG] smp_processor_id() in preemptible code Peter Williams
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=200512181231.55981.rjw@sisk.pl \
--to=rjw@sisk.pl \
--cc=akpm@osdl.org \
--cc=david-b@pacbell.net \
--cc=gcoady@gmail.com \
--cc=greg@kroah.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®