From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751467AbdFDSzG (ORCPT ); Sun, 4 Jun 2017 14:55:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40378 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751169AbdFDSzB (ORCPT ); Sun, 4 Jun 2017 14:55:01 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 8529580469 Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jolsa@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 8529580469 Date: Sun, 4 Jun 2017 20:54:57 +0200 From: Jiri Olsa To: Arnaldo Carvalho de Melo Cc: Jiri Olsa , lkml , Ingo Molnar , Peter Zijlstra , Namhyung Kim , David Ahern Subject: Re: [PATCHv2] perf test: Disable breakpoint signal tests for powerpc Message-ID: <20170604185457.GE18648@krava> References: <20170516174942.13650-1-jolsa@kernel.org> <20170601130458.GB2899@kernel.org> <20170601131007.GA27070@krava> <20170601205450.GA398@krava> <20170602143112.GS2899@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170602143112.GS2899@kernel.org> User-Agent: Mutt/1.8.0 (2017-02-23) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Sun, 04 Jun 2017 18:55:01 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 02, 2017 at 11:31:12AM -0300, Arnaldo Carvalho de Melo wrote: > Em Thu, Jun 01, 2017 at 10:54:50PM +0200, Jiri Olsa escreveu: > > > > > +bool test__bp_signal_is_on(void) > > > > > > > > Can you please rename this "_is_on()" thing to "_supported()"? > > > > v2 attached, > > jirka > > Thanks, applied. thanks, jirka