From: Sriharsha Basavapatna <sriharsha.basavapa...@avagotech.com>
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 <jroe...@suse.de>
> Tested-by: Joerg Roedel <jroe...@suse.de>
> Signed-off-by: Sriharsha Basavapatna <sriharsha.basavapa...@avagotech.com>

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

Reply via email to