IOMMU Fixes for Linux v4.6-rc2 with:

 - Compile-time fixes (warnings and failures)

 - A bug in iommu core code which could cause the group->domain pointer
   to be falsly cleared

 - Fix in scatterlist handling of the ARM common DMA-API code

 - Stall detection fix for the Rockchip IOMMU driver
iommu/vt-d: Silence an uninitialized variable warning

My static checker complains that "dma_alias" is uninitialized unless we
are dealing with a pci device.  This is true but harmless.  Anyway, we
can flip the condition around to silence the warning.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
1 file changed