[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20151205002331.GA27249@linux.vnet.ibm.com>
Date:	Fri, 4 Dec 2015 16:23:31 -0800
From:	"Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
To:	linux-kernel@...r.kernel.org
Cc:	mingo@...nel.org, jiangshanlai@...il.com, dipankar@...ibm.com,
	akpm@...ux-foundation.org, mathieu.desnoyers@...icios.com,
	josh@...htriplett.org, tglx@...utronix.de, peterz@...radead.org,
	rostedt@...dmis.org, dhowells@...hat.com, edumazet@...gle.com,
	dvhart@...ux.intel.com, fweisbec@...il.com, oleg@...hat.com,
	bobby.prani@...il.com
Subject: [PATCH tip/core/rcu 0/8] Torture-test updates for 4.5
Hello!
This series contains torture-test updates:
1.	Add batch number to script printout to allow easier estimation
	of test duration.
2.	Dump stack when RCU's grace-period kthread stalls.
3.	Set the scripting's default test-hang "grace period" to three
	minutes, and allow this to be overridden.
4.	Remove the obsolete CONFIG_RCU_USER_QS Kconfig option from
	the rcutorture selftest documentation, courtesy of Yang Shi.
5.	Print symbolic name for rcu_torture_writer_state, saving the
	time otherwise required to manually translate from integer
	to symbol.
6.	Print symbolic name for ->gp_state, again saving the time
	otherwise required to manually translate from integer to symbol.
7.	Abbreviate console error dump, allowing the results of an
	rcutorture script run to be observed with less back-scrolling.
8.	Place console.log files correctly from the get-go, preventing
	multiple qemu instances from outputting to the same file.
							Thanx, Paul
------------------------------------------------------------------------
 b/kernel/rcu/rcutorture.c                                     |   24 +++++
 b/kernel/rcu/tree.c                                           |   22 ++++-
 b/kernel/rcu/tree.h                                           |    9 ++
 b/tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh    |    9 --
 b/tools/testing/selftests/rcutorture/bin/kvm.sh               |   22 +++--
 b/tools/testing/selftests/rcutorture/bin/parse-console.sh     |   41 ++++++++--
 b/tools/testing/selftests/rcutorture/doc/TINY_RCU.txt         |    1 
 b/tools/testing/selftests/rcutorture/doc/TREE_RCU-kconfig.txt |    4 
 8 files changed, 104 insertions(+), 28 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists
 
