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>] [day] [month] [year] [list]
Date:	Mon, 27 Nov 2006 16:08:56 -0800
From:	Avantika Mathur <mathur@...ibm.com>
To:	"linux-ext4@...r.kernel.org" <linux-ext4@...r.kernel.org>,
	Andrew Morton <akpm@...l.org>
Subject: [PATCH 0/3] extents fixes

This set of patches is in response to comments to the extents patch
posted in August.  Can these be added to the -mm tree?

[Patch 1/3]
changes instances of
if ((lhs = expression)) {

to the preferred coding style

lhs=expression;
if (lhs) {


[Patch 2/3]
Performs kmalloc to kzalloc conversion.

[Patch 3/3]
Removes all inline keywords


Thanks,
Avantika Mathur

-
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ