Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1367846

Re: [GIT PULL 0/2] perf/urgent fixes

Path csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod
From Ingo Molnar <mingo@kernel.org>
Newsgroups linux.kernel
Subject Re: [GIT PULL 0/2] perf/urgent fixes
Date Thu, 31 Mar 2016 08:30:03 +0200
Message-ID <riEhd-JS-23@gated-at.bofh.it> (permalink)
References <riwD0-3sy-23@gated-at.bofh.it>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=hwdM43E7euDn0NkSLXTWJ+dfoAB1ATh/ttrUag/v8Bw=; b=bZmUGrKL1tqx7zbHsjXFmg/92kkLbV4evQ0qdJXtV1Zki8P96wXQKvTpKWuOK5u2cI pOwS8mGMxfGJ3DyZA+WKPf66f96pogo3Gkb10MK41ljQFZlZ3EizDnQnzpaNJqezXYAm 1rvna/js3YXlxfihFOwr874ccNec96U0umqogNd9N0h70c2CK/ghd2fHRxX0sBGcXp1g QB+feaxuKqOfPHAcn2ket55Y/HewVdteGe9APY/0ra+KcYOvhKOoRMjjuMiEXGDu6bhU wZqUM4IXIjreBVatxY5l/JBxYODmeniwJSYyYlkVUHYKuDQWkSsFzUd92SYNxIF381gK eutg==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=hwdM43E7euDn0NkSLXTWJ+dfoAB1ATh/ttrUag/v8Bw=; b=F6m9D3cW8vQstiuxUgPLsxD4+uKgCr6oRoekT3QPmYKbNOu75Acfwpcl4tcJ/G6pHP f2w0ZMUImpgS2IMG7SNZ7uexIl8G1EZbh4GSmJNW38sr0bhK7lXf6RBVV1dIRa2pKGC1 OYlUaW1Ow8SGGsotjSn/RaU9s68kOQsrkwrh7NjilY6f80SrtgibFbmLhKW0+jJRH2ah 8CJKcqX4qv2LmuA6HZwZYDBKCkUEAoYHwq7ffQaHpjhxVfpSR1C/2qVB/iRrH8Hw4lrg FyygFMXp68J1R3h6cejYDoByz9o1XFsyM9l1RS0FECi4cgA0T4XRRuZFOyt56NDObheo i75g==
X-Gm-Message-State AD7BkJKZmWgo3pkd6JnGcnEYUDj5OIEzJXIsey5ihDhQznDAVZbl1xxMSjiWZOVwDyfpJw==
X-Received by 10.194.122.138 with SMTP id ls10mr13479493wjb.51.1459405701074; Wed, 30 Mar 2016 23:28:21 -0700 (PDT)
MIME-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Disposition inline
User-Agent Mutt/1.5.23 (2014-03-12)
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 47
Organization linux.* mail to news gateway
X-Original-Cc linux-kernel@vger.kernel.org, Andres Freund <andres@anarazel.de>, Anton Blanchard <anton@samba.org>, Carl Love <cel@us.ibm.com>, linuxppc-dev@lists.ozlabs.org, Michael Ellerman <mpe@ellerman.id.au>, Namhyung Kim <namhyung@kernel.org>, Peter Zijlstra <a.p.zijlstra@chello.nl>, Stephane Eranian <eranian@google.com>, Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>, Arnaldo Carvalho de Melo <acme@redhat.com>
X-Original-Date Thu, 31 Mar 2016 08:28:17 +0200
X-Original-Message-ID <20160331062817.GA31916@gmail.com>
X-Original-References <1459376035-22929-1-git-send-email-acme@kernel.org>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1367846

Show key headers only | View raw


* Arnaldo Carvalho de Melo <acme@kernel.org> 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 <acme@redhat.com>
> 
> ----------------------------------------------------------------
> 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

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[GIT PULL 0/2] perf/urgent fixes Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-03-31 00:20 +0200
  [PATCH 2/2] perf jit: genelf makes assumptions about endian Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-03-31 00:20 +0200
  Re: [GIT PULL 0/2] perf/urgent fixes Ingo Molnar <mingo@kernel.org> - 2016-03-31 08:30 +0200

csiph-web