1
0
Files
linux/drivers/dma
Ilya Yanok a276991357 powerpc/512x: try to free dma descriptors in case of allocation failure
Currently completed descriptors are processed in the tasklet. This can
lead to dead lock in case of CONFIG_NET_DMA enabled (new requests are
submitted from softirq context and dma_memcpy_to_iovec() busy loops until
the requests is submitted). To prevent this we should process completed
descriptors from the allocation failure path in prepare_memcpy too.

Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Cc: Piotr Ziecik <kosmo@semihalf.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2010-12-29 22:29:36 -07:00
..
2010-08-04 14:27:47 -07:00
2010-12-13 14:05:27 -08:00
2010-12-13 14:05:27 -08:00
2010-05-17 16:30:58 -07:00
2010-12-29 22:29:02 -07:00
2009-09-08 17:53:03 -07:00
2010-05-23 20:28:19 -07:00