From: Kay Sievers Date: Fri, 6 Jul 2012 16:50:09 +0000 (-0700) Subject: kmsg: escape the backslash character while exporting data X-Git-Tag: v3.5-rc7~29^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3f5a5f27153228569f3396049838e9727dae86e;p=pandora-kernel.git kmsg: escape the backslash character while exporting data Non-printable characters in the log data are hex-escaped to ensure safe post processing. We need to escape a backslash we find in the data, to be able to distinguish it from a backslash we add for the escaping. Also escape the non-printable character 127. Thanks to Miloslav Trmac for the heads up. Reported-by: Michael Neuling Signed-off-by: Kay Sievers Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed