From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D99E6C2BBE2 for ; Fri, 6 Dec 2019 14:25:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id ABEA520659 for ; Fri, 6 Dec 2019 14:25:28 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="CkZXRf/b" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726444AbfLFOZ1 (ORCPT ); Fri, 6 Dec 2019 09:25:27 -0500 Received: from us-smtp-1.mimecast.com ([207.211.31.81]:24122 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726214AbfLFOZ1 (ORCPT ); Fri, 6 Dec 2019 09:25:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1575642325; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Y5eMwjNSah3IFSsfBLmQpFEVvDHBPY0nuvKXJwIONiw=; b=CkZXRf/bbvnTTx76TlpDpXrmhixwPAXBJMcvlamYHrNuzGS/2ZVAJJ6gHfqBQTtMYCplsp sSLuUVcAPx4KtHJjfGPGlGqkzQ+74KEftmx6hNbdKPnk1q9e8RaRZyk1HwAdMmFbEeAqkm 3EoK7bqcKQd3lUTvceb1K0hmYGEDkEY= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-81-n2FikzZKNyWz1gh8UutNAg-1; Fri, 06 Dec 2019 09:25:23 -0500 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 2BD18188355F; Fri, 6 Dec 2019 14:25:21 +0000 (UTC) Received: from krava (unknown [10.43.17.106]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0883310016E8; Fri, 6 Dec 2019 14:25:18 +0000 (UTC) Date: Fri, 6 Dec 2019 15:25:16 +0100 From: Jiri Olsa To: Ingo Molnar Cc: Arnaldo Carvalho de Melo , Thomas Gleixner , Jiri Olsa , Namhyung Kim , Clark Williams , linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, Adrian Hunter , Ravi Bangoria , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/6] perf/urgent fixes Message-ID: <20191206142516.GA31721@krava> References: <20191205193224.24629-1-acme@kernel.org> <20191206075701.GA25384@gmail.com> MIME-Version: 1.0 In-Reply-To: <20191206075701.GA25384@gmail.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-MC-Unique: n2FikzZKNyWz1gh8UutNAg-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 06, 2019 at 08:57:01AM +0100, Ingo Molnar wrote: SNIP > > tools/include/uapi/drm/drm.h | 3 +- > > tools/include/uapi/drm/i915_drm.h | 128 ++++++++++++++++++++++++++++++= +++++++- > > tools/perf/builtin-inject.c | 13 +--- > > tools/perf/builtin-report.c | 8 +++ > > tools/perf/util/sort.c | 16 +++-- > > 5 files changed, 147 insertions(+), 21 deletions(-) >=20 > Pulled, thanks a lot Arnaldo! >=20 > JFYI, on my system the default perf/urgent build still has this noise=20 > generated by util/parse-events.y and util/expr.y: >=20 > util/parse-events.y:1.1-12: warning: deprecated directive, use =E2=80= =98%define api.pure=E2=80=99 [-Wdeprecated] > 1 | %pure-parser > | ^~~~~~~~~~~~ > util/parse-events.y: warning: fix-its can be applied. Rerun with optio= n '--update'. [-Wother] > util/expr.y:15.1-12: warning: deprecated directive, use =E2=80=98%defin= e api.pure=E2=80=99 [-Wdeprecated] > 15 | %pure-parser > | ^~~~~~~~~~~~ > util/expr.y: warning: fix-its can be applied. Rerun with option '--upd= ate'. [-Wother] just saw it in fedora 31 with new bison, change below should fix it, I'll post it with other fixes later jirka --- diff --git a/tools/perf/util/expr.y b/tools/perf/util/expr.y index f9a20a39b64a..4ef801334b9d 100644 --- a/tools/perf/util/expr.y +++ b/tools/perf/util/expr.y @@ -12,7 +12,7 @@ #define MAXIDLEN 256 %} =20 -%pure-parser +%define api.pure %parse-param { double *final_val } %parse-param { struct parse_ctx *ctx } %parse-param { const char **pp } diff --git a/tools/perf/util/parse-events.y b/tools/perf/util/parse-events.= y index e2eea4e601b4..87a0d11676f0 100644 --- a/tools/perf/util/parse-events.y +++ b/tools/perf/util/parse-events.y @@ -1,4 +1,4 @@ -%pure-parser +%define api.pure %parse-param {void *_parse_state} %parse-param {void *scanner} %lex-param {void* scanner}