From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753759AbdK3RAr (ORCPT ); Thu, 30 Nov 2017 12:00:47 -0500 Received: from mail.kernel.org ([198.145.29.99]:48794 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753590AbdK3RAp (ORCPT ); Thu, 30 Nov 2017 12:00:45 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AD388214DA Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=acme@kernel.org Date: Thu, 30 Nov 2017 14:00:42 -0300 From: Arnaldo Carvalho de Melo To: Kim Phillips Cc: Davidlohr Bueso , james.yang@arm.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH -tip 0/3] perf bench futex: Improvements Message-ID: <20171130170042.GP3298@kernel.org> References: <20171127042101.3659-1-dave@stgolabs.net> <20171127212005.bc4b9e7cd9a576a1c9e50691@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171127212005.bc4b9e7cd9a576a1c9e50691@arm.com> X-Url: http://acmel.wordpress.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 Em Mon, Nov 27, 2017 at 09:20:05PM -0600, Kim Phillips escreveu: > 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. Taking this as an Acked-by. - Arnaldo > > I'm resubmitting 3/3 - the jvmti one - separately now. > > Thanks, > > Kim