From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753334AbbJFRdh (ORCPT ); Tue, 6 Oct 2015 13:33:37 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:36114 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752456AbbJFRdf (ORCPT ); Tue, 6 Oct 2015 13:33:35 -0400 Date: Tue, 6 Oct 2015 10:33:30 -0700 From: Josh Triplett To: "Paul E. McKenney" Cc: linux-kernel@vger.kernel.org, mingo@kernel.org, jiangshanlai@gmail.com, dipankar@in.ibm.com, akpm@linux-foundation.org, mathieu.desnoyers@efficios.com, 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: Re: [PATCH tip/core/rcu 0/4] torture-test changes for 4.4 Message-ID: <20151006173330.GH9600@cloud> References: <20151006164855.GA17055@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151006164855.GA17055@linux.vnet.ibm.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 06, 2015 at 09:48:55AM -0700, Paul E. McKenney wrote: > Hello! > > This series contains torture-test changes: > > 1. Fix module unwind when bad torture_type specified to rcutorture. > > 2. Fix unused-function warning for torturing_tasks(). > > 3. Forgive non-plural arguments. > > 4. Fix module unwind when bad torture_type specified to locktorture. For all four: Reviewed-by: Josh Triplett