From: Joe Perches Date: Mon, 14 Jul 2014 13:16:15 +0000 (-0400) Subject: rcu: Use pr_alert/pr_cont for printing logs X-Git-Tag: fixes-against-v3.18-rc2~103^2~1^2~16^4~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eea203fea3484598280a07fe503e025e886297fb;p=pandora-kernel.git rcu: Use pr_alert/pr_cont for printing logs User pr_alert/pr_cont for printing the logs from rcutorture module directly instead of writing it to a buffer and then printing it. This allows us from not having to allocate such buffers. Also remove a resulting empty function. I tested this using the parse-torture.sh script as follows: $ dmesg | grep torture > log.txt $ bash parse-torture.sh log.txt test $ There were no warnings which means that parsing went fine. Signed-off-by: Joe Perches Signed-off-by: Pranith Kumar Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed