From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/6] perf/urgent fixes Date: Fri, 6 Dec 2019 11:24:17 -0300 Message-ID: <20191206142417.GB30698@kernel.org> References: <20191205193224.24629-1-acme@kernel.org> <20191206075701.GA25384@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: <20191206075701.GA25384@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Ingo Molnar Cc: 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 List-Id: linux-perf-users.vger.kernel.org Em Fri, Dec 06, 2019 at 08:57:01AM +0100, Ingo Molnar escreveu: > Pulled, thanks a lot Arnaldo! > JFYI, on my system the default perf/urgent build still has this noise > generated by util/parse-events.y and util/expr.y: > util/parse-events.y:1.1-12: warning: deprecated directive, use ‘%define api.pure’ [-Wdeprecated] > 1 | %pure-parser > | ^~~~~~~~~~~~ > util/parse-events.y: warning: fix-its can be applied. Rerun with option '--update'. [-Wother] > util/expr.y:15.1-12: warning: deprecated directive, use ‘%define api.pure’ [-Wdeprecated] > 15 | %pure-parser > | ^~~~~~~~~~~~ > util/expr.y: warning: fix-its can be applied. Rerun with option '--update'. [-Wother] I'll get to this, I've been postponing dealing with this nuisance as, IIRC, this will make perf not build in systems with older bisons. - Arnaldo