]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitb12682801d4f4db1d1eedb069ccbf815f19e9f9e
tree7a8ac960b4abec39004927443d2d1464112b805d
parent3cd279ebbb5bdab60bb32d35e300a9df341d4940
[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