From: Steven Rostedt (Red Hat) Date: Fri, 1 Nov 2013 21:53:55 +0000 (-0400) Subject: tools lib traceevent: If %s is a pointer, check printk formats X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~41^2~15^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0970b5f438261216afcd0ccaa2fcfffc83df7ca2;p=pandora-kernel.git tools lib traceevent: If %s is a pointer, check printk formats If the format string of TP_printk() contains a %s, and the argument is not a string, check if the argument is a pointer that might match the printk_formats that were stored. Signed-off-by: Steven Rostedt Cc: Andrew Morton Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Namhyung Kim Link: http://lkml.kernel.org/r/20131101215500.698924777@goodmis.org Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed