From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753783AbcFOWJa (ORCPT ); Wed, 15 Jun 2016 18:09:30 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:30836 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932141AbcFOWJ3 (ORCPT ); Wed, 15 Jun 2016 18:09:29 -0400 X-IBM-Helo: d03dlp03.boulder.ibm.com X-IBM-MailFrom: paulmck@linux.vnet.ibm.com X-IBM-RcptTo: linux-kernel@vger.kernel.org Date: Wed, 15 Jun 2016 15:09:24 -0700 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/14] Torture-test changes for 4.8 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: 16061522-0016-0000-0000-000003F4EFF5 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16061522-0017-0000-0000-0000303CC161 Message-Id: <20160615220924.GA7877@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-06-15_13:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=1 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1604210000 definitions=main-1606150235 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello! This series contains torture-test updates for RCU: 1. Simplify code, eliminate RCU_PERF_TEST_RUNNABLE. 2. Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify code. 3. Forgive lengthy trace dumps and preemption, so that the hung-kernel detection avoids killing off needed diagnostics. 4. Break online and offline functions out of torture_onoff(). 5. Add starvation events to error summary. 6. Stop onoff task if there is only one cpu, courtesy of Boqun Feng. 7. Create initrd using dracut, courtesy of Boqun Feng. 8. Use vmlinux as the fallback kernel image, courtesy of Boqun Feng. 9. Make -soundhw a x86 specific option, courtesy of Boqun Feng. 10. Don't specify the cpu type of QEMU on PPC, courtesy of Boqun Feng. 11. Drop "-soundhw pcspkr" from x86 boot arguments. 12. Don't treat gp_exp mis-setting as a WARN, courtesy of Boqun Feng. 13. Inflict OS jitter on torture-test runs by default. 14. Fix error return code in rcu_perf_init(), courtesy of Wei Yongjun. Thanx, Paul ------------------------------------------------------------------------ include/linux/torture.h | 4 kernel/rcu/rcuperf.c | 25 +- kernel/rcu/rcutorture.c | 7 kernel/rcu/tree_plugin.h | 2 kernel/torture.c | 176 +++++++++------ lib/Kconfig.debug | 33 -- tools/testing/selftests/rcutorture/bin/functions.sh | 14 - tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh | 34 ++ tools/testing/selftests/rcutorture/bin/kvm.sh | 2 tools/testing/selftests/rcutorture/bin/parse-console.sh | 7 tools/testing/selftests/rcutorture/doc/initrd.txt | 22 + 11 files changed, 193 insertions(+), 133 deletions(-)