From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f195.google.com ([209.85.128.195]:35369 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752878AbdFWIE1 (ORCPT ); Fri, 23 Jun 2017 04:04:27 -0400 Date: Fri, 23 Jun 2017 10:04:23 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, =?iso-8859-1?Q?Bj=F6rn_T=F6pel?= , Magnus Karlsson , Masami Hiramatsu , stable@vger.kernel.org, Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/1] perf probe fix Message-ID: <20170623080423.z4oovqrhq3uyghyb@gmail.com> References: <20170623000235.6027-1-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170623000235.6027-1-acme@kernel.org> Sender: stable-owner@vger.kernel.org List-ID: * Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > Please consider pulling, > > - Arnaldo > > Test results at the end of this message, as usual. > > The following changes since commit fb3a5055cd7098f8d1dd0cd38d7172211113255f: > > perf/x86/intel: Add 1G DTLB load/store miss support for SKL (2017-06-22 11:07:08 +0200) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-urgent-for-mingo-4.12-20170622 > > for you to fetch changes up to 7598f8bc1383ffd77686cb4e92e749bef3c75937: > > perf probe: Fix probe definition for inlined functions (2017-06-22 16:08:09 -0300) > > ---------------------------------------------------------------- > perf probe fix: > > - Do not double the offset of inline expansions when using > 'perf probe' on inlined functions (Bj�rn T�pel) > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Bj�rn T�pel (1): > perf probe: Fix probe definition for inlined functions > > tools/perf/util/probe-event.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Pulled, thanks a lot Arnaldo! Ingo