RE: [PATCH] DMA Engine: fix error path(s) in fsl-dma driver

From: Li Yang
Date: Mon Jun 30 2008 - 23:38:42 EST


> -----Original Message-----
> From: Sebastian Siewior [mailto:bigeasy@xxxxxxxxxxxxx]
> Sent: Tuesday, July 01, 2008 2:19 AM
> To: Li Yang
> Cc: Zhang Wei; linuxppc-embedded@xxxxxxxxxx;
> linux-kernel@xxxxxxxxxxxxxxx
> Subject: [PATCH] DMA Engine: fix error path(s) in fsl-dma driver
>
> of_fsl_dma_probe:
> - kfree(NULL) doesn't hurt but dereferencing the pointer in
> iounmap does
> - also, the irq can be freed
>
> of_fsl_dma_chan_probe:
> - iounmap(NULL) resolved in vunmap() what which in turn is
> able to handle NULL
> pointer but dereferencing still doesn't work
> - don't clean up not yet allocated ressources, like list_del
> before list_add
>
> fsl_dma_self_test:
> - call fsl_dma_free_chan_resources() if the first dma trans
> didn't complete

Thanks Sebastian,

But similar patch has already been waiting in sub-system maintainer's tree which can be found at

http://git.kernel.org/?p=linux/kernel/git/djbw/async_tx.git;a=commit;h=29ec9bdef73d68134e7070ee91ccda0718d46150

- Leo
--
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/