From: Kay Sievers Date: Thu, 10 May 2012 02:32:53 +0000 (+0200) Subject: printk() - do not merge continuation lines of different threads X-Git-Tag: v3.5-rc1~147^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c5d5ca51abd728c8de3be43ffd6bb00f977bfcd;p=pandora-kernel.git 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 Cc: Ingo Molnar Cc: Jonathan Corbet Cc: Sasha Levin Signed-off-by: Kay Sievers Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed