From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755196AbbIHOYN (ORCPT ); Tue, 8 Sep 2015 10:24:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52121 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754781AbbIHOYL (ORCPT ); Tue, 8 Sep 2015 10:24:11 -0400 Date: Tue, 8 Sep 2015 11:24:16 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa Cc: Matt Fleming , Ingo Molnar , linux-kernel@vger.kernel.org, Andi Kleen , Vince Weaver , Peter Zijlstra , Kanaka Juvva , Vikas Shivappa , Matt Fleming Subject: Re: [PATCH 0/3] perf tests: Add arch tests Message-ID: <20150908142416.GB2435@redhat.com> References: <1441479742-15402-1-git-send-email-matt@codeblueprint.co.uk> <20150907125818.GA23219@krava.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150907125818.GA23219@krava.brq.redhat.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.20 (2009-12-10) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Mon, Sep 07, 2015 at 02:58:18PM +0200, Jiri Olsa escreveu: > On Sat, Sep 05, 2015 at 08:02:19PM +0100, Matt Fleming wrote: > > From: Matt Fleming > > > > To encourage developers to contribute arch-specific tests without > > feeling guilty about messing up the generic perf tests, this patch > > series introduces "arch tests" and then adds a test for the Intel CQM > > perf code which was used to trigger a WARN_ON_ONCE(), fixed in commit > > 2c534c0da0a6 ("perf/x86/intel/cqm: Return cached counter value from > > IRQ context"). > > > > The concept of additional lists of tests, like the arch tests, can be > > taken further in the future, for instance Arnaldo has expressed > > interest in adding tests that require root permissions, etc. > > > > The patch series is based on tip/perf/core. > > please base this over Arnaldo's perf/core Yeah, that is better, sometimes, like now, the difference from tip/perf/core to acme/perf/core can grow as big as 50, 60 patches :-) BTW I applied the first patch, with Jiri's ack, its in my perf/core branch now. - Arnaldo