Searched hist:eea203fea3484598280a07fe503e025e886297fb (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | torture.h | diff eea203fea3484598280a07fe503e025e886297fb Mon Jul 14 08:16:15 CDT 2014 Joe Perches <joe@perches.com> 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 <joe@perches.com> Signed-off-by: Pranith Kumar <bobby.prani@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
|
/openbmc/linux/kernel/ |
H A D | torture.c | diff eea203fea3484598280a07fe503e025e886297fb Mon Jul 14 08:16:15 CDT 2014 Joe Perches <joe@perches.com> 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 <joe@perches.com> Signed-off-by: Pranith Kumar <bobby.prani@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
|
/openbmc/linux/kernel/rcu/ |
H A D | rcutorture.c | diff eea203fea3484598280a07fe503e025e886297fb Mon Jul 14 08:16:15 CDT 2014 Joe Perches <joe@perches.com> 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 <joe@perches.com> Signed-off-by: Pranith Kumar <bobby.prani@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
|