Messages in this thread |  | | Subject | Re: [PATCH] mptctl.c memory leak on failure | Date | Sun, 7 Jan 2001 13:37:15 +0000 (GMT) | From | Alan Cox <> |
| |
> kmalloc and the comment: the buffer is used for DMA but the kmalloc doesn't > has GFP_DMA, maybe I'm missing something here, its about time for me to
It should be kmalloc (or 2.4 wise pci_alloc_* I guess eventually). Its driven by 32bit busmaster DMA. Its non ISA so it doesnt need GFP_DMA - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |