aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2012-05-10 04:32:53 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-09 20:29:59 -0700
commit5c5d5ca51abd728c8de3be43ffd6bb00f977bfcd (patch)
tree737f0efbb6971c7055d7b07dacc79a2922bd19c7 /lib
parentprintk - fix compilation for CONFIG_PRINTK=n (diff)
downloadlinux-dev-5c5d5ca51abd728c8de3be43ffd6bb00f977bfcd.tar.xz
linux-dev-5c5d5ca51abd728c8de3be43ffd6bb00f977bfcd.zip
printk() - do not merge continuation lines of different threads
This prevents the merging of printk() continuation lines of different threads, in the case they race against each other. It should properly isolate "atomic" single-line printk() users from continuation users, to make sure the single-line users will never be merged with the racy continuation ones. Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Ingo Molnar <mingo@kernel.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: Sasha Levin <levinsasha928@gmail.com> Signed-off-by: Kay Sievers <kay@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions