From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756426AbbCRNLF (ORCPT ); Wed, 18 Mar 2015 09:11:05 -0400 Received: from mail.kernel.org ([198.145.29.136]:36057 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756372AbbCRNK7 (ORCPT ); Wed, 18 Mar 2015 09:10:59 -0400 Date: Wed, 18 Mar 2015 10:10:54 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa Cc: Adrian Hunter , "H.J. Lu" , "H. Peter Anvin" , Namhyung Kim , LKML , Jiri Olsa Subject: Re: [PATCH] Check ARCH and IS_64_BIT instead of IS_X86_64 in perf Message-ID: <20150318131054.GB2983@kernel.org> References: <5509362A.8030202@intel.com> <20150318094344.GA30872@krava.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150318094344.GA30872@krava.brq.redhat.com> X-Url: http://acmel.wordpress.com 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 Em Wed, Mar 18, 2015 at 10:43:44AM +0100, Jiri Olsa escreveu: > On Wed, Mar 18, 2015 at 10:24:10AM +0200, Adrian Hunter wrote: > > Hi > > > > +Arnaldo > > +Jiri > > > > I would change the commit message and subject. Say: > > > > Subject: perf tools: Fix perf-read-vdsox32 not building and lib64 install dir > > > > Commit: > > > > c6e5e9fbc3ea ("perf tools: Fix building error in x86_64 when dwarf unwind is on") > > > > removed the definition of IS_X86_64 but not all places > > using it, with the consequence that perf-read-vdsox32 > > would not be built anymore, and the default lib install > > directory was 'lib' instead of 'lib64'. > > > > Also needs to go to v3.19. > > > > Otherwise: > > > > Acked-by: Adrian Hunter > > Cc: stable@vger.kernel.org # 3.19 > > Acked-by: Jiri Olsa Changed the commit log and applied, thanks, - Arnaldo