From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934895AbbEOT7j (ORCPT ); Fri, 15 May 2015 15:59:39 -0400 Received: from mail.kernel.org ([198.145.29.136]:49220 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933948AbbEOT7h (ORCPT ); Fri, 15 May 2015 15:59:37 -0400 Date: Fri, 15 May 2015 16:59:31 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa Cc: He Kuang , lkml , Peter Zijlstra , Paul Mackerras , David Ahern , Namhyung Kim , Ingo Molnar Subject: Re: [PATCH] perf tools: Fix dwarf-aux.c compilation on i386 Message-ID: <20150515195931.GC17158@kernel.org> References: <1431706991-15646-1-git-send-email-jolsa@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1431706991-15646-1-git-send-email-jolsa@kernel.org> 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 Fri, May 15, 2015 at 06:23:11PM +0200, Jiri Olsa escreveu: > Replacing %lu format strings for Dwarf_Addr type with PRIu64 as it > fits for Dwarf_Addr (defined as uint64_t) type and works also on > both 32/64 bits. Jiri, Please try to always indicate against which branch your patches should be applied, be it as [PATCH perf/core], [PATCH perf/urgent] for isolated patches, or on the cover letter [GIT PULL 0/N perf/core], or as I do with Ingo, "[GIT PULL] perf/core fixes". I thought, for this one, hey, its a fix, should go soon to Ingo! Tried to apply to perf/urgent, and it didn't apply :-\ Applying to perf/core instead now. Thanks, - Arnaldo