Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S937261AbdIZVPY (ORCPT ); Tue, 26 Sep 2017 17:15:24 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:51690 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S937117AbdIZVPW (ORCPT ); Tue, 26 Sep 2017 17:15:22 -0400 Date: Tue, 26 Sep 2017 23:15:20 +0200 From: Greg Kroah-Hartman To: Mathieu Desnoyers Cc: Shuah Khan , Alice Ferrazzi , Paul Elder , "Paul E. McKenney" , linux-kselftest , shuah , Peter Zijlstra , linux-kernel , Boqun Feng , Andrew Hunter , maged michael , gromer , Avi Kivity , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Dave Watson , Alan Stern , Will Deacon , Andy Lutomirski , linux-arch , Shuah Khan Subject: Re: [PATCH for 4.14 2/3] membarrier: selftest: Test private expedited cmd Message-ID: <20170926211520.GA28529@kroah.com> References: <20170926175151.14264-1-mathieu.desnoyers@efficios.com> <20170926175151.14264-2-mathieu.desnoyers@efficios.com> <1861482846.19234.1506455717905.JavaMail.zimbra@efficios.com> <998801080.19251.1506456925340.JavaMail.zimbra@efficios.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <998801080.19251.1506456925340.JavaMail.zimbra@efficios.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2579 Lines: 64 On Tue, Sep 26, 2017 at 08:15:25PM +0000, Mathieu Desnoyers wrote: > > > ----- On Sep 26, 2017, at 4:08 PM, Shuah Khan shuahkhan@gmail.com wrote: > > > On Tue, Sep 26, 2017 at 1:55 PM, Mathieu Desnoyers > > wrote: > >> ----- On Sep 26, 2017, at 3:41 PM, Shuah Khan shuahkhan@gmail.com wrote: > >> > >>> Hi Mathew, > >>> > >>> On Tue, Sep 26, 2017 at 11:51 AM, Mathieu Desnoyers > >>> wrote: > >>>> Test the new MEMBARRIER_CMD_PRIVATE_EXPEDITED and > >>>> MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED commands. > >>>> > >>>> Add checks expecting specific error values on system calls expected to > >>>> fail. > >>>> > >>>> Signed-off-by: Mathieu Desnoyers > >>>> CC: Peter Zijlstra > >>>> CC: Paul E. McKenney > >>>> CC: Boqun Feng > >>>> CC: Andrew Hunter > >>>> CC: Maged Michael > >>>> CC: gromer@google.com > >>>> CC: Avi Kivity > >>>> CC: Benjamin Herrenschmidt > >>>> CC: Paul Mackerras > >>>> CC: Michael Ellerman > >>>> CC: Dave Watson > >>>> CC: Alan Stern > >>>> CC: Will Deacon > >>>> CC: Andy Lutomirski > >>>> CC: linux-arch@vger.kernel.org > >>>> --- > >>>> .../testing/selftests/membarrier/membarrier_test.c | 109 > >>> > >>> Did you run get_maintainers script on this patch? I am curious why > >>> get_maintainers didn't include linux-kselftest@vger.kernel.org and > >>> shuah@kernel.org > >> > >> My mistake. I'll add this script to my checklist before I send out > >> patches. > >> > >> If OK with you, I can just add the ML in CC here. > >> > > > > Please add everybody get_maintainers suggest for this patch as well. > > If this patch is going through linux-kselftest, you will have to resend the > > patch to me at some point, so I can pull it in. > > > > I am guessing this has dependency on the other patches in the series > > and will go through the primary tree. In that case CC is just fine and I will > > review it and Ack it. > > Indeed, it has a dependency on another patch part of this > series, which is aimed to go through Paul E. McKenney's tree. > > Adding Greg, Alice, and Paul Elder in CC as suggested by get_maintainers. > > Do you need me to re-send the series, or is this thread ok ? Acked-by: Greg Kroah-Hartman