From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnaldo Carvalho de Melo Subject: Re: [PATCH v4] perf tool: fix endianness handling of u32 data in samples Date: Tue, 6 Sep 2011 15:38:51 -0300 Message-ID: <20110906183851.GB5365@ghostprotocols.net> References: <1315321946-16993-1-git-send-email-dsahern@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-yx0-f174.google.com ([209.85.213.174]:49756 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750760Ab1IFSi7 (ORCPT ); Tue, 6 Sep 2011 14:38:59 -0400 Content-Disposition: inline In-Reply-To: <1315321946-16993-1-git-send-email-dsahern@gmail.com> Sender: linux-perf-users-owner@vger.kernel.org List-ID: To: David Ahern Cc: linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org, mingo@elte.hu, peterz@infradead.org, fweisbec@gmail.com, paulus@samba.org, tglx@linutronix.de, anton@samba.org Em Tue, Sep 06, 2011 at 09:12:26AM -0600, David Ahern escreveu: > v3 -> v4: > - fixed use of WARN_ONCE > > v2 -> v3: > - used WARN_ONCE for message regarding raw data > - removed struct wrapper around union > - fixed whitespace issues > > v1 -> v2: > - added a union for undoing the byte-swap on u64 and redoing swap on > u32's to address compiler errors (see git commit 65014ab3) Thank you, I'm applying this one. - Arnaldo