From: Srivatsa Vaddagiri Date: Mon, 12 Dec 2005 08:37:06 +0000 (-0800) Subject: [PATCH] Fix bug in RCU torture test X-Git-Tag: v2.6.15-rc6~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89d46b8778f65223f732d82c0166e0abba20fb1e;p=pandora-kernel.git [PATCH] Fix bug in RCU torture test While doing some test of RCU torture module, I hit a OOPS in rcu_do_batch, which was trying to processes callback of a module that was just removed. This is because we weren't waiting long enough for all callbacks to fire. Signed-off-by: Srivatsa Vaddagiri Cc: Dipankar Sarma Acked-by: "Paul E. McKenney" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed