From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754123AbcCaG2Z (ORCPT ); Thu, 31 Mar 2016 02:28:25 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:34254 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753012AbcCaG2W (ORCPT ); Thu, 31 Mar 2016 02:28:22 -0400 Date: Thu, 31 Mar 2016 08:28:17 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Andres Freund , Anton Blanchard , Carl Love , linuxppc-dev@lists.ozlabs.org, Michael Ellerman , Namhyung Kim , Peter Zijlstra , Stephane Eranian , Sukadev Bhattiprolu , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/2] perf/urgent fixes Message-ID: <20160331062817.GA31916@gmail.com> References: <1459376035-22929-1-git-send-email-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459376035-22929-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, > > - Arnaldo > > The following changes since commit f6343be96ebbae38a07e0878810f5bbc0c38cade: > > Merge tag 'perf-urgent-for-mingo-20160329' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent (2016-03-30 12:31:03 +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-20160330 > > for you to fetch changes up to 9f56c092b99b40ce3cf4c6d0134ff7e513c9f1a6: > > perf jit: genelf makes assumptions about endian (2016-03-30 18:12:06 -0300) > > ---------------------------------------------------------------- > perf/urgent fixes: > > - Fix determination of a callchain node's childlessness in > the top/report TUI, which was preventing navigating some > callchains, --stdio unnaffected (Andres Freund) > > - Fix jitdump's genelf assumption that PowerPC is big endian > only (Anton Blanchard) > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Andres Freund (1): > perf hists: Fix determination of a callchain node's childlessness > > Anton Blanchard (1): > perf jit: genelf makes assumptions about endian > > tools/perf/ui/browsers/hists.c | 2 +- > tools/perf/util/genelf.h | 24 ++++++++++-------------- > 2 files changed, 11 insertions(+), 15 deletions(-) Pulled, thanks a lot Arnaldo! Ingo