kmsg: allow binary characters 22/80722/3
authorMichal Bloch <m.bloch@samsung.com>
Thu, 21 Jul 2016 11:41:02 +0000 (13:41 +0200)
committerKichan Kwon <k_c.kwon@samsung.com>
Wed, 27 Jul 2016 05:48:35 +0000 (14:48 +0900)
commit22ba78a338328de86f001c1c52b74b73331eb515
tree5e4de454d2c967586c9d20617203d8a3d16cd04f
parentd3717461f4cba8dc7c5b91a9f872e2bab0a4e7f4
kmsg: allow binary characters

* do not touch unprintable characters. This is so that logs can have formatting
  such as newlines, tabulation, or colours.
* the textual part is now delimited by \0. This is because \n which used to be
  the delimiter is now available for logs.

Signed-off-by: Michal Bloch <m.bloch@samsung.com>
Change-Id: I030a4eab791f4468897d3dcdc5bb04549f30b2f7
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
kernel/printk_kmsg.c