Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754716AbbLEAWw (ORCPT ); Fri, 4 Dec 2015 19:22:52 -0500 Received: from e37.co.us.ibm.com ([32.97.110.158]:54622 "EHLO e37.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753145AbbLEAWv (ORCPT ); Fri, 4 Dec 2015 19:22:51 -0500 X-IBM-Helo: d03dlp03.boulder.ibm.com X-IBM-MailFrom: paulmck@linux.vnet.ibm.com X-IBM-RcptTo: linux-kernel@vger.kernel.org Date: Fri, 4 Dec 2015 16:23:31 -0800 From: "Paul E. McKenney" To: linux-kernel@vger.kernel.org Cc: mingo@kernel.org, jiangshanlai@gmail.com, dipankar@in.ibm.com, akpm@linux-foundation.org, mathieu.desnoyers@efficios.com, josh@joshtriplett.org, tglx@linutronix.de, peterz@infradead.org, rostedt@goodmis.org, dhowells@redhat.com, edumazet@google.com, dvhart@linux.intel.com, fweisbec@gmail.com, oleg@redhat.com, bobby.prani@gmail.com Subject: [PATCH tip/core/rcu 0/8] Torture-test updates for 4.5 Message-ID: <20151205002331.GA27249@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15120500-0025-0000-0000-00001F4EA52B Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1933 Lines: 47 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/