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, 2 Aug 2008 09:24:10 -0400
From:	Bob Copeland <me@...copeland.com>
To:	Alexander Beregalov <a.beregalov@...il.com>
Cc:	linux-karma-devel@...ts.sourceforge.net,
	linux-kernel@...r.kernel.org, akpm@...ux-foundation.org
Subject: Re: [PATCH] omfs: fix warning

On Sat, Aug 02, 2008 at 12:07:25PM +0400, Alexander Beregalov wrote:
> From: Alexander Beregalov <a.beregalov@...il.com>
> 
> omfs: fix warnings
> 
> fs/omfs/inode.c:495: warning: format '%llx' expects type 'long long
> 	unsigned int', but argument 2 has type 'u64'
> fs/omfs/inode.c:495: warning: format '%llx' expects type 'long
> 	long unsigned int', but argument 3 has type '__be64'
> 
> Signed-off-by: Alexander Beregalov <a.beregalov@...il.com>
> Cc: Bob Copeland <me@...copeland.com>

Thanks!

Acked-by: Bob Copeland <me@...copeland.com>

(And I'm downloading cross compilers as I type this.)

Andrew, should I continue to send omfs patches through you, or do I need
to publish a git repo?

>  			"super and root blocks (%llx, %llx)\n",
> -			sbi->s_num_blocks, be64_to_cpu(omfs_rb->r_num_blocks));
> +			(unsigned long long)sbi->s_num_blocks,
> +			(unsigned long long)be64_to_cpu(omfs_rb->r_num_blocks));
>  		goto out_brelse_bh2;

-- 
Bob Copeland %% www.bobcopeland.com

--
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