From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751409AbdGMJgg (ORCPT ); Thu, 13 Jul 2017 05:36:36 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:34386 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751288AbdGMJgb (ORCPT ); Thu, 13 Jul 2017 05:36:31 -0400 Date: Thu, 13 Jul 2017 11:36:22 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Adrian Hunter , David Ahern , Hendrik Brueckner , Jiri Olsa , Namhyung Kim , Wang Nan , Zvonko Kosic Subject: Re: [GIT PULL 0/1] perf/urgent fix for S/390 Message-ID: <20170713093621.nbpvhcimki4cmqa7@gmail.com> References: <20170712193650.32245-1-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170712193650.32245-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: > From: Arnaldo Carvalho de Melo > > Hi Ingo, > > Please consider pulling this one-liner, > > Regards, > > - Arnaldo > > Test results at the end of this message, as usual. > > The following changes since commit 6a8a75f3235724c5941a33e287b2f98966ad14c5: > > Revert "perf/core: Drop kernel samples even though :u is specified" (2017-07-11 10:56:54 +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.13-20170712 > > for you to fetch changes up to 4b1303d0b01440f224cf81493b7e8e43d9b4965e: > > perf symbols: Accept zero as the kernel base address (2017-07-12 11:47:05 -0300) > > ---------------------------------------------------------------- > perf/urgent fix: > > - Accept zero as the kernel base address, to resolve symbols on > architectures that don't partition the virtual address space in > kernel/user, S/390, is one of such architectures and was where > this problem was noticed. (Arnaldo Carvalho de Melo) > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Arnaldo Carvalho de Melo (1): > perf symbols: Accept zero as the kernel base address > > tools/perf/util/machine.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Pulled, thanks a lot Arnaldo! Ingo