]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] RCU torture-testing kernel module
authorPaul E. McKenney <paulmck@us.ibm.com>
Sun, 30 Oct 2005 23:03:12 +0000 (15:03 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Oct 2005 01:37:27 +0000 (17:37 -0800)
commita241ec65aeac3d69a08a7b153cccbdb7ea35063f
treee96585e8b1e699f31bad1fa61f34d2ec7c3a187c
parentb3099b48da23686d8378133b0264ee00385ee5fa
[PATCH] RCU torture-testing kernel module

This patch is a rewrite of the one submitted on October 1st, using modules
(http://marc.theaimsgroup.com/?l=linux-kernel&m=112819093522998&w=2).

This rewrite adds a tristate CONFIG_RCU_TORTURE_TEST, which enables an
intense torture test of the RCU infratructure.  This is needed due to the
continued changes to the RCU infrastructure to accommodate dynamic ticks,
CPU hotplug, realtime, and so on.  Most of the code is in a separate file
that is compiled only if the CONFIG variable is set.  Documentation on how
to run the test and interpret the output is also included.

This code has been tested on i386 and ppc64, and an earlier version of the
code has received extensive testing on a number of architectures as part of
the PREEMPT_RT patchset.

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>
Documentation/RCU/torture.txt [new file with mode: 0644]
include/linux/rcupdate.h
kernel/Makefile
kernel/rcupdate.c
kernel/rcutorture.c [new file with mode: 0644]
lib/Kconfig.debug
mm/mmap.c