Re: [linux-usb-devel] 2.5.40 panic in uhci-hcd

David Brownell (david-b@pacbell.net)
Tue, 08 Oct 2002 13:37:24 -0700


>>>>How does 2.5.41 work for you?
>>>
>>>It seems to be fixed. Thanks.
>>
>>Heh, that's pretty funny. There were not any uhci specific fixes in
>>2.5.41...
>>
>>Not complaining,
>
>
> Actually, there were. This patch is in 2.5.41.

And wouldn't have changed any oopsing behavior, I assure you.

Your panic was being caused by something else. I saw plenty
of strange 2.5.40 behavior indicative of someone walking over
memory they didn't own, and maybe your panic was another case.

> - sizeof(struct uhci_td), 16, 0, GFP_ATOMIC);
> + sizeof(struct uhci_td), 16, 0);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/