From: Kees Cook Date: Wed, 3 Jul 2013 22:04:57 +0000 (-0700) Subject: drivers: avoid format strings in names passed to alloc_workqueue() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~17^2~259 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8537548c924db3c44afde7646b6e220c7beb79d;p=pandora-kernel.git drivers: avoid format strings in names passed to alloc_workqueue() For the workqueue creation interfaces that do not expect format strings, make sure they cannot accidently be parsed that way. Additionally, clean up calls made with a single parameter that would be handled as a format string. Many callers are passing potentially dynamic string content, so use "%s" in those cases to avoid any potential accidents. Signed-off-by: Kees Cook Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed