From: Kees Cook Date: Wed, 11 Sep 2013 04:37:19 +0000 (-0700) Subject: staging: lustre: clean up format string usages X-Git-Tag: v3.12-rc2~1^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9edf0f670bdc8fa8b6676893b0a3bd2bf30a2362;p=pandora-kernel.git staging: lustre: clean up format string usages This fixes up the usage of snprintf, strncpy, and format strings in the call to kthread_run to avoid ever accidentally allowing a format string into the thread name. Signed-off-by: Kees Cook Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed