lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ