printk: make reading the kernel log flush pending lines
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 9 Oct 2016 19:16:57 +0000 (12:16 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 9 Oct 2016 19:23:40 +0000 (12:23 -0700)
commitbfd8d3f23b51018388be0411ccbc2d56277fe294
tree2dcf9d0557488349f4753838b6c689986dcf536c
parent5e467652ffefb84b1159d5d8fda665c48e5fd840
printk: make reading the kernel log flush pending lines

That will mean that any possible subsequent continuation will now be
broken up onto a line of its own (since reading the log has finalized
the beginning og the line), but if user space has activated system
logging (or if there's a kernel message dump going on) that is the right
thing to do.

And now that we actually get the continuation flags _right_ for this
all, the user space logger that is reading the kernel messages can
actually see the continuation marker.  Not that anybody seems to really
bother with it (or care), but in theory user space can do its own
message stitching.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/printk/printk.c