From: Kees Cook Date: Fri, 24 Jul 2015 23:27:57 +0000 (-0700) Subject: iommu/vt-d: Avoid format string leaks into iommu_device_create X-Git-Tag: omap-for-v4.3/fixes-rc1~57^2^6~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2439d4aa9247f4c94351d0cf7d75c16146785eb8;p=pandora-kernel.git iommu/vt-d: Avoid format string leaks into iommu_device_create This makes sure it won't be possible to accidentally leak format strings into iommu device names. Current name allocations are safe, but this makes the "%s" explicit. Signed-off-by: Kees Cook Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed