From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Paul E. McKenney" Subject: Re: [PATCH 0/2] tools/memory-model: Update comment of jugdelitmus.sh Date: Wed, 14 Aug 2019 16:24:04 -0700 Message-ID: <20190814232404.GC28441@linux.ibm.com> References: <20190801222026.GA11315@linux.ibm.com> <20190801222056.12144-27-paulmck@linux.ibm.com> <20190812180649.GM28441@linux.ibm.com> <277937a7-0f50-ec1c-09ec-95ffbf85541e@gmail.com> Reply-To: paulmck@linux.ibm.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <277937a7-0f50-ec1c-09ec-95ffbf85541e@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Akira Yokosawa Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Ingo Molnar , Alan Stern , Andrea Parri , Will Deacon , Boqun Feng , Nicholas Piggin , David Howells , Jade Alglave , Luc Maranget , Peter Zijlstra , Daniel Lustig List-Id: linux-arch.vger.kernel.org On Thu, Aug 15, 2019 at 12:11:36AM +0900, Akira Yokosawa wrote: > Hi Paul, > > I see some inconsistency between the header comment of judgelitmus.sh > and the updated script. > > This patch set updates the header. It is relative to current lkmm-dev > of -rcu. > > Patch 1/2 corresponds to ("tools/memory-model: Move from > .AArch64.litmus.out to .litmus.AArch.out"). > > Patch 2/2 corresponds to ("tools/memory-model: Add data-race > capabilities to judgelitmus.sh"). > > You should be able to use each patch as a fix-up commit respectively. > I'm OK either with them applied at the head of the branch or > with them merged into your commits. Good catches, thank you for looking these commits over! I will squash your changes into the original commits with attribution. Thanx, Paul > Thanks, Akira > -- > Akira Yokosawa (2): > tools/memory-model: Reflect updated file name convention in > judgelitmus.sh > tools/memory-model: Mention data-race capability in jugdelitmus.sh's > header > > tools/memory-model/scripts/judgelitmus.sh | 20 +++++++++++++------- > 1 file changed, 13 insertions(+), 7 deletions(-) > > -- > 2.17.1 > >