kmsg: format back to previous for /dev/kmsg
authorMichal Bloch <m.bloch@samsung.com>
Tue, 20 Sep 2016 14:05:51 +0000 (16:05 +0200)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:52:18 +0000 (13:52 +0900)
commitc2e682c41250581a178db624712857ecda99db94
tree7c994687c4f8e5727a728aea22f2b78092b49d6f
parentbae6b52d8704da7e487c26c8f0e40491fe7792da
kmsg: format back to previous for /dev/kmsg

 * no binary characters and no \0 at the end
 * done because the new format breaks various tools (such as sd-journal)
 * only affects prime /dev/kmsg, the additional /dev/kmsg12 etc unaffected

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