[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1332537602.23924.74.camel@gandalf.stny.rr.com>
Date: Fri, 23 Mar 2012 17:20:02 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: Wolfgang Mauerer <wolfgang.mauerer@...mens.com>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2, trace-cmd] Fix trace_printk for long integers
On Thu, 2012-03-22 at 11:18 +0100, Wolfgang Mauerer wrote:
> On 32 bit systems, a conversion of the trace_printk format string
> "%lu" -> "%llu" is intended (similar for %lx etc.) when a
> trace was taken on a machine with 64 bit long integers. However,
> the current code computes the bogus transformation "%lu" -> "%u".
> Fix this.
>
> Besides that, the transformation is only required on systems
> that don't use 64 bits for long integers natively.
>
> Signed-off-by: Wolfgang Mauerer <wolfgang.mauerer@...mens.com>
Applied, thanks!
-- Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists