Re: [linux-usb-devel] PATCH (2 of 3) mem flags nonpoisonous

2002-03-17 Thread David Brownell
th the attached pci_pool patch. - Dave - Original Message - From: "Alan Cox" <[EMAIL PROTECTED]> To: "David Brownell" <[EMAIL PROTECTED]> Cc: "Greg KH" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, March 16, 2002 7:24 PM

Re: [linux-usb-devel] PATCH (2 of 3) mem flags nonpoisonous

2002-03-16 Thread Alan Cox
> This patch completely punts on passing SLAB_POISON, I've > gotten burnt by it once too many. Seems like the slab code > changed somewhere. I've got a separate patch to make the If slab poisoning is throwing up errors, you really _really_ need to find out why. So far every time I've blamed the

[linux-usb-devel] PATCH (2 of 3) mem flags nonpoisonous

2002-03-16 Thread David Brownell
Hi, This patch completely punts on passing SLAB_POISON, I've gotten burnt by it once too many. Seems like the slab code changed somewhere. I've got a separate patch to make the pci_pool code use CONFIG_DEBUG_SLAB, which I'll send around. Meanwhile, I needed this to get at least EHCI to intiali