Re: [linux-usb-devel] [PATCH] get rid of DMA to stack

2002-06-13 Thread Greg KH
On Wed, Jun 12, 2002 at 05:19:00PM -0700, Roland Dreier wrote: > Here is the non-controversial part of the patch I posted last week. > It just gets rid of a few places where DMA is done to variables on the > stack. After discussion on lkml, I think we agreed that DMA into the > middle of kmalloc(

[linux-usb-devel] [PATCH] get rid of DMA to stack

2002-06-12 Thread Roland Dreier
Here is the non-controversial part of the patch I posted last week. It just gets rid of a few places where DMA is done to variables on the stack. After discussion on lkml, I think we agreed that DMA into the middle of kmalloc()'ed structs is wrong and should be fixed with alignment macros. I'll