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-next>] [day] [month] [year] [list]
Date:	Mon, 12 Jan 2009 12:44:58 +0000
From:	Andy Whitcroft <apw@...onical.com>
To:	Andrew Morton <akpm@...l.org>
Cc:	Ingo Molnar <mingo@...e.hu>, linux-kernel@...r.kernel.org,
	Andy Whitcroft <apw@...onical.com>
Subject: [PATCH 0/6] update checkpatch to version 0.27

This update brings an urgent fix for #if handling, and a couple of new checks.
Of note:

 - fixes spurious warning on mismatched #if/#else within the context
 - fixes to type/cast warnings on bad spacing
 - seq_operations should be const

The first patch in this series is the fix for the spurious warnings which
were affecting Ingo and probabally should be expedited to mainline.

Complete changelog below.

-apw

Andy Whitcroft (6):
  checkpatch: handle missing #if open in context
  checkpatch: type/cast spacing should not check prefix spacing
  checkpatch: allow parentheses on return handle array values
  checkpatch: if should not continue a preceeding brace
  checkpatch: struct seq_operations should normally be const
  checkpatch: version: 0.27

 scripts/checkpatch.pl |   28 ++++++++++++++++++++--------
 1 files changed, 20 insertions(+), 8 deletions(-)

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