From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752379AbdGEHMG (ORCPT ); Wed, 5 Jul 2017 03:12:06 -0400 Received: from mail-wr0-f195.google.com ([209.85.128.195]:36105 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750841AbdGEHMF (ORCPT ); Wed, 5 Jul 2017 03:12:05 -0400 Date: Wed, 5 Jul 2017 09:12:00 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Adrian Hunter , Andy Lutomirski , David Ahern , He Kuang , Jiri Olsa , Michael Lyle , Namhyung Kim , Peter Zijlstra , Wang Nan , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/2] perf/urgent fixes Message-ID: <20170705071200.m5bzrnx2m24g76ao@gmail.com> References: <20170704193000.10555-1-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170704193000.10555-1-acme@kernel.org> User-Agent: NeoMutt/20170113 (1.7.2) 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, very small patches, > > - Arnaldo > > Test results at the end of this message, as usual. > > The following changes since commit e3c2c4fb524b548e58108a8820c0ac7787667584: > > Merge tag 'perf-urgent-for-mingo-4.12-20170626' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent (2017-06-27 09:17:02 +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-20170704 > > for you to fetch changes up to 1934adf78e33fa69570a763c7ac5353212416bb0: > > perf unwind: Do not fail due to missing unwind support (2017-07-04 11:43:58 -0300) > > ---------------------------------------------------------------- > perf/urgent fixes: > > User visible: > > - Fix max attr.precise_ip probing to make perf use the best cycles:p > available in the processor for non root users (Arnaldo Carvalho de Melo) > > - Fix processing of MMAP events for 32-bit binaries on 64-bit systems > when unwind support is not fully integrated, fixing DSO and symbol > resolution (Jiri Olsa) > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Arnaldo Carvalho de Melo (1): > perf evsel: Set attr.exclude_kernel when probing max attr.precise_ip > > Jiri Olsa (1): > perf unwind: Do not fail due to missing unwind support > > tools/perf/util/evsel.c | 1 + > tools/perf/util/unwind-libunwind.c | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) Pulled, thanks a lot Arnaldo! Ingo