From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751257AbdKHI16 (ORCPT ); Wed, 8 Nov 2017 03:27:58 -0500 Received: from bombadil.infradead.org ([65.50.211.133]:45904 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750792AbdKHI14 (ORCPT ); Wed, 8 Nov 2017 03:27:56 -0500 Date: Wed, 8 Nov 2017 09:27:50 +0100 From: Peter Zijlstra To: "Paul E. McKenney" Cc: Jeremy Linton , linux-kernel@vger.kernel.org, mingo@redhat.com, dave@stgolabs.net, josh@joshtriplett.org Subject: Re: [PATCH] locktorture: Fix Oops when reader/writer count is 0 Message-ID: <20171108082750.GW3165@worktop.lehotels.local> References: <20171010155248.11602-1-jeremy.linton@arm.com> <20171107210748.GR3165@worktop.lehotels.local> <20171107221555.GX3624@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171107221555.GX3624@linux.vnet.ibm.com> User-Agent: Mutt/1.5.22.1 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 07, 2017 at 02:15:55PM -0800, Paul E. McKenney wrote: > But Jeremy's list of email addresses is what you would expect from > looking at MAINTAINERS, so how about the following patch? True; I tend to also look at git history (as goes get_maintainers.pl IIRC). > commit 58322063498c8f5a3cc88f95bee237a0ce81f70a > Author: Paul E. McKenney > Date: Tue Nov 7 14:10:03 2017 -0800 > > torture: Place all torture-test modules in one MAINTAINERS group > > There is some confusion about where patches to kernel/torture.c > and kernel/locking/locktorture.c should be sent. This commit > therefore updates MAINTAINERS appropriately. > > Reported-by: Peter Zijlstra > Signed-off-by: Paul E. McKenney Seems fair; Acked-by: Peter Zijlstra (Intel) > diff --git a/MAINTAINERS b/MAINTAINERS > index 2d3d750b19c0..eab868adedc6 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -8091,6 +8091,7 @@ F: arch/*/include/asm/rwsem.h > F: include/linux/seqlock.h > F: lib/locking*.[ch] > F: kernel/locking/ > +X: kernel/locking/locktorture.c > > LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) > M: "Richard Russon (FlatCap)" > @@ -11318,15 +11319,6 @@ L: linux-wireless@vger.kernel.org > S: Orphan > F: drivers/net/wireless/ray* > > -RCUTORTURE MODULE > -M: Josh Triplett > -M: "Paul E. McKenney" > -L: linux-kernel@vger.kernel.org > -S: Supported > -T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git > -F: Documentation/RCU/torture.txt > -F: kernel/rcu/rcutorture.c > - > RCUTORTURE TEST FRAMEWORK > M: "Paul E. McKenney" > M: Josh Triplett > @@ -13558,6 +13550,18 @@ L: platform-driver-x86@vger.kernel.org > S: Maintained > F: drivers/platform/x86/topstar-laptop.c > > +TORTURE-TEST MODULES > +M: Davidlohr Bueso > +M: "Paul E. McKenney" > +M: Josh Triplett > +L: linux-kernel@vger.kernel.org > +S: Supported > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git > +F: Documentation/RCU/torture.txt > +F: kernel/torture.c > +F: kernel/rcu/rcutorture.c > +F: kernel/locking/locktorture.c > + > TOSHIBA ACPI EXTRAS DRIVER > M: Azael Avalos > L: platform-driver-x86@vger.kernel.org >