From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753292AbdK1DUH (ORCPT ); Mon, 27 Nov 2017 22:20:07 -0500 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:47532 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752951AbdK1DUG (ORCPT ); Mon, 27 Nov 2017 22:20:06 -0500 Date: Mon, 27 Nov 2017 21:20:05 -0600 From: Kim Phillips To: Davidlohr Bueso Cc: , , Subject: Re: [PATCH -tip 0/3] perf bench futex: Improvements Message-Id: <20171127212005.bc4b9e7cd9a576a1c9e50691@arm.com> In-Reply-To: <20171127042101.3659-1-dave@stgolabs.net> References: <20171127042101.3659-1-dave@stgolabs.net> Organization: Arm X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 26 Nov 2017 20:20:58 -0800 Davidlohr Bueso wrote: > I'm resending the patches from James Yang and Kim Phillips that > improve the perf bench futex benchmarks. Noticibly: Thanks! > patch1 makes use of util/cpumap.c > patch2/3 are the same as the original only that I've split > it into two and removed some bogus debug noise. > > Davidlohr Bueso (3): > perf bench futex: Use cpumaps > perf bench futex: Add --affine-wakers option to wake-parallel > perf bench futex: sync waker threads They all look good to me. I'm resubmitting 3/3 - the jvmti one - separately now. Thanks, Kim