From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751688AbbLDN0w (ORCPT ); Fri, 4 Dec 2015 08:26:52 -0500 Received: from mail-pf0-f176.google.com ([209.85.192.176]:35086 "EHLO mail-pf0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750829AbbLDN0v (ORCPT ); Fri, 4 Dec 2015 08:26:51 -0500 Date: Fri, 4 Dec 2015 22:26:15 +0900 From: Namhyung Kim To: Jiri Olsa Cc: Arnaldo Carvalho de Melo , lkml , David Ahern , Ingo Molnar , Peter Zijlstra , =?utf-8?Q?HIRAMATU=EF=BC=8CMASAMI?= , Wang Nan , Adrian Hunter Subject: Re: [PATCH 0/7] perf test: Fixes Message-ID: <20151204132615.GH22102@danjae.kornet> References: <1449131658-1841-1-git-send-email-jolsa@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1449131658-1841-1-git-send-email-jolsa@kernel.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 03, 2015 at 09:34:11AM +0100, Jiri Olsa wrote: > hi, > we've got many failing tests, mainly due to commit: > ebe9729c8c31 perf machine: Fix to destroy kernel maps when machine exits > > and recent bpf changes, sending fixes. I replied to each patch if I had something to say. With that fixed, Acked-by: Namhyung Kim > > I think we should force running 'perf test' little more ;-) Agreed. Thanks, Namhyung > > > --- > Jiri Olsa (7): > perf test: Use machine__new_host in dwarf unwind test > perf test: Use machine__new_host in mma thread lookup test > perf test: Use machine__new_host in mma thread code reading test > perf test: Fix cpus and thread maps refference in error path > perf test: Prevent using bpf-output event in round trip name test > perf test: Use machine__new_host in thread mg sharing test > perf test: Create kernel maps properly for hist entries test > > tools/perf/tests/code-reading.c | 14 +++++++++----- > tools/perf/tests/dwarf-unwind.c | 8 ++------ > tools/perf/tests/evsel-roundtrip-name.c | 11 +++++------ > tools/perf/tests/hists_common.c | 7 +++++++ > tools/perf/tests/mmap-thread-lookup.c | 6 ++---- > tools/perf/tests/thread-mg-share.c | 7 +++---- > 6 files changed, 28 insertions(+), 25 deletions(-)