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] [day] [month] [year] [list]
Date:	Sat, 02 Aug 2008 10:50:21 +0200
From:	Andrea Righi <righi.andrea@...il.com>
To:	Alexander Beregalov <a.beregalov@...il.com>
CC:	oleg@...sign.ru, linux-kernel@...r.kernel.org,
	Linus Torvalds <torvalds@...ux-foundation.org>,
	Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH] proc: fix warnings

Alexander Beregalov wrote:
> From: Alexander Beregalov <a.beregalov@...il.com>
> 
> proc: fix warnings
> 
> fs/proc/base.c:2429: warning: format '%llu' expects type 'long long
> unsigned int', but argument 3 has type 'u64'
> fs/proc/base.c:2429: warning: format '%llu' expects type 'long long
> unsigned int', but argument 4 has type 'u64'
> fs/proc/base.c:2429: warning: format '%llu' expects type 'long long
> unsigned int', but argument 5 has type 'u64'
> fs/proc/base.c:2429: warning: format '%llu' expects type 'long long
> unsigned int', but argument 6 has type 'u64'
> fs/proc/base.c:2429: warning: format '%llu' expects type 'long long
> unsigned int', but argument 7 has type 'u64'
> fs/proc/base.c:2429: warning: format '%llu' expects type 'long long
> unsigned int', but argument 8 has type 'u64'
> fs/proc/base.c:2429: warning: format '%llu' expects type 'long long
> unsigned int', but argument 9 has type 'u64'

right, my bad.

Acked-by: Andrea Righi <righi.andrea@...il.com>

Thanks!
-Andrea
--
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