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:	Mon, 19 May 2014 13:01:06 -0700
From:	Joe Perches <joe@...ches.com>
To:	David Woodhouse <dwmw2@...radead.org>
Cc:	Fabian Frederick <fabf@...net.be>,
	linux-kernel <linux-kernel@...r.kernel.org>,
	akpm <akpm@...ux-foundation.org>
Subject: Re: [PATCH 1/1] fs/jffs2/compr.c: remove 0 assignment on static

On Mon, 2014-05-19 at 20:56 +0100, David Woodhouse wrote:
> On Mon, 2014-05-19 at 12:53 -0700, Joe Perches wrote:
> > Maybe all the uint32_t uses in fs/jffs2/
> > would be nicer as u32.
> 
> No thanks. We prefer this code in standard C.
> 1999 is a long time ago now...

That's certainly your choice you nonconformist...

$ git grep -w u32 | wc -l
138805
$ git grep -w uint32_t | wc -l
20420

But I gather you don't like to party?


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