From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751978AbcC3Kbk (ORCPT ); Wed, 30 Mar 2016 06:31:40 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:36418 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751891AbcC3Kbj (ORCPT ); Wed, 30 Mar 2016 06:31:39 -0400 Date: Wed, 30 Mar 2016 12:31:33 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Alexander Shishkin , Andi Kleen , David Ahern , Jiri Olsa , Namhyung Kim , Peter Zijlstra , Stephane Eranian , Thomas Gleixner , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/1] perf/urgent fix Message-ID: <20160330103133.GA4681@gmail.com> References: <1459292962-3538-1-git-send-email-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459292962-3538-1-git-send-email-acme@kernel.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > Please consider pulling, regression introduced in this > merge window, > > - Arnaldo > > The following changes since commit 5dc1037305140d8a7e580e916ac17df5d0124add: > > Merge tag 'perf-urgent-for-mingo-20160328' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent (2016-03-29 10:39:12 +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-20160329 > > for you to fetch changes up to 3ea223adcb0c5893a6dc8ed3a84dce264cbb61d6: > > perf tools: Add missing initialization of perf_sample.cpumode in synthesized samples (2016-03-29 20:03:56 -0300) > > ---------------------------------------------------------------- > perf/urgent fix: > > - Add missing initialization of perf_sample.cpumode in synthesized samples, > affects jitdump, records for pre-existing threads and records synthesized > from processor trace data, noticed while testing intel_pt events with > 'perf script' (Arnaldo Carvalho de Melo) > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Arnaldo Carvalho de Melo (1): > perf tools: Add missing initialization of perf_sample.cpumode in synthesized samples > > tools/perf/util/event.c | 23 ++++++++++++++++------- > tools/perf/util/intel-bts.c | 1 + > tools/perf/util/intel-pt.c | 3 +++ > tools/perf/util/jitdump.c | 2 ++ > 4 files changed, 22 insertions(+), 7 deletions(-) Pulled, thanks a lot Arnaldo! Ingo