Re: [linux-usb-devel] Re: USB oops Linux 2.4.2ac6

2001-03-22 Thread David Brownell
> I found the problem. > CONFIG_DEBUG_SLAB "Debug memory allocation" > in the 2.4.2-ac series doesn't work with USB. > > 2.4.2-ac5 just booted and found the mouse correctly. > On to ac-21 now... I just glanced at Alan's change list, it didn't have patches that seemed to cover that (vs ac20). Yo

Re: USB oops Linux 2.4.2ac6

2001-03-22 Thread Thomas Dodd
Peter Zaitcev wrote: > > > > 2.4.2-ac6 > > > o USB hub kmalloc wrong size corruption fix (Peter Zaitcev) > > > The first line of the oops is > > > > > > kernel BUG at slab.c:1398! > > > > Any other ideas to try? > > -Thomas > > I did not break it, honest! I will be looking in

Re: [linux-usb-devel] USB oops Linux 2.4.2ac6

2001-03-01 Thread Alan Cox
> makes it handle lowspeed devices wrong ... AMD told me I'd need > an NDA to learn their workaround, and I've not pursued it. (Does > anyone already know what kind of NDA they use?) It varies depending on the info. They may well be able to sort out a sane NDA with you. If they dont want to then

Re: [linux-usb-devel] USB oops Linux 2.4.2ac6

2001-02-28 Thread David Brownell
> Tbird-700 on MSI-6167 (Viper based) board. > from dmesg > - > usb.c: registered new driver usbdevfs > usb.c: registered new driver hub > usb-ohci.c: USB OHCI at membase 0xd3874000, IRQ 11 > usb-ohci.c: usb-00:07.4, Advanced Micro Devices [AMD] AMD-756 [Viper] > USB Note that there's

Re: USB oops Linux 2.4.2ac6

2001-02-28 Thread Peter Zaitcev
> > 2.4.2-ac6 > > o USB hub kmalloc wrong size corruption fix (Peter Zaitcev) > The first line of the oops is > > > kernel BUG at slab.c:1398! > > Any other ideas to try? > -Thomas I did not break it, honest! I will be looking in a USB mouse problem though. If you need an i

USB oops Linux 2.4.2ac6

2001-02-28 Thread Thomas Dodd
2.4.2-ac3 was fine. These are the only USB changes I see since then. > 2.4.2-ac6 > o USB hub kmalloc wrong size corruption fix (Peter Zaitcev) > > 2.4.2-ac5 > o Fix busy loop in usb storage(Arjan van de Ven) > o Fix USB thread wakeup scheduling