From: Paul E. McKenney Date: Fri, 18 Nov 2005 09:10:50 +0000 (-0800) Subject: [PATCH] add success/failure indication to RCU torture test X-Git-Tag: v2.6.15-rc2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=996417d2c4eb583e94553e4ede58974e0da1c38e;p=pandora-kernel.git [PATCH] add success/failure indication to RCU torture test One issue with the RCU torture test is that the current error flagging can be lost in dmesg. This patch adds a "SUCCESS"/"FAILURE" string to the line that flags the end of the test, where it can easily be seen with "dmesg | tail" at the end of the test. Also adds tests of architecture-specific memory barriers -- or, more likely, of the RCU torture test itself. Cc: Signed-off-by: "Paul E. McKenney" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed