diff options
author | Kay Sievers <[email protected]> | 2012-05-10 04:32:53 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2012-05-09 20:29:59 -0700 |
commit | 5c5d5ca51abd728c8de3be43ffd6bb00f977bfcd (patch) | |
tree | 737f0efbb6971c7055d7b07dacc79a2922bd19c7 /lib/string_helpers.c | |
parent | 7f3a781d6fd81e397c3928c9af33f1fc63232db6 (diff) |
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 <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: Sasha Levin <[email protected]>
Signed-off-by: Kay Sievers <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions