commit | 0ef42bbe541ab0e8fc0238a67bf80b8f19c1712f | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Oct 15 12:08:45 2013 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Dec 03 10:11:17 2013 -0800 |
tree | 14f3f5b08fce23e78352239e703780d41b5e6d24 | |
parent | 74878fb6368eb254d5bedd8f21a165562222919f [diff] |
rcutorture: Add tracing-enabled version of TREE08 The TREE08 Kconfig fragment does not enable tracing, which is appropriate for its test case. However, this can be inconvenient in cases where TREE08 locates RCU bugs. This commit therefore adds a TREE08-T that differs from TREE08 only in enabling CONFIG_RCU_TRACE. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Greg KH <gregkh@linuxfoundation.org>