[PATCH] rcutorture: tag success/failure line with module parameters
authorPaul E. McKenney <paulmck@us.ibm.com>
Fri, 24 Mar 2006 11:15:58 +0000 (03:15 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 24 Mar 2006 15:33:22 +0000 (07:33 -0800)
commit95c3832272fc77ea3e31f6382f82ba17be985cc7
tree7a8ac960b4abec39004927443d2d1464112b805d
parentcdb0452789d365695b5b173542af9c7e3d24f185
[PATCH] rcutorture: tag success/failure line with module parameters

A long-running rcutorture test can overflow dmesg, so that the line
containing the module parameters is lost.  Although it is usually possible
to retrieve this information from the log files, it is much better to just
tag it onto the final success/failure line so that it may be easily found.
This patch does just that.

Signed-off-by: "Paul E. McKenney" <paulmck@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/rcutorture.c