From: Sriharsha Basavapatna <[email protected]>
Date: Fri,  5 Jun 2015 15:33:59 +0530

> There are several places in the driver (all in control paths) where
> coherent dma memory is being allocated using either dma_alloc_coherent()
> or the deprecated pci_alloc_consistent(). All these calls should be
> changed to use dma_zalloc_coherent() to avoid uninitialized fields in
> data structures backed by this memory.
> 
> Reported-by: Joerg Roedel <[email protected]>
> Tested-by: Joerg Roedel <[email protected]>
> Signed-off-by: Sriharsha Basavapatna <[email protected]>

Applied and queued up for -stable, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to