kmsg: allow binary characters
authorMichal Bloch <m.bloch@samsung.com>
Tue, 19 Jul 2016 15:58:54 +0000 (17:58 +0200)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:52:17 +0000 (13:52 +0900)
commitbae6b52d8704da7e487c26c8f0e40491fe7792da
tree6220b59dd3c2a71b4de7202f16a8ce8758792820
parent5ee70434996f7a649d14cdb5db9a69402207194e
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.
* NOTE: requires corresponding changes in dlogutil.

Signed-off-by: Michal Bloch <m.bloch@samsung.com>
Change-Id: Ib7a83241e7a72b2ba527f52801a8bae0698d18f4
kernel/printk/printk.c