Re: [linux-usb-devel] Re: USB hangs

From: David Brownell
Date: Sat Jan 10 2004 - 20:34:50 EST


Oliver Neukum wrote:
Am Sonntag, 11. Januar 2004 01:23 schrieb Matthew Dharm:

Where is USB kmalloc'ing with GFP_KERNEL? I thought we tracked all those
down and eliminated them.



static int ohci_mem_init (struct ohci *ohci)
{
...
}

This one here looks dangerous.

Since that happens as part of controller initialization,
long before usb-storage could possibly come into play ...
it doesn't seem to me like even a remote concern!



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