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:	Sun,  7 Dec 2008 18:30:37 +0000
From:	Andy Whitcroft <apw@...dowen.org>
To:	Andrew Morton <akpm@...l.org>
Cc:	Ingo Molnar <mingo@...e.hu>, linux-kernel@...r.kernel.org,
	Andy Whitcroft <apw@...dowen.org>
Subject: [PATCH 00/13] update checkpatch to version 0.26

This update brings a couple of new checks, and a number of fixes.  Of note:

 - allows parentheses on return of comparisons
 - tracks #ifdef sections better
 - fixes miss reports of variables containing static

It also updates the maintainers entry to track my new email address and
to drop inactive maintainers.

Complete changelog below.

-apw

Andy Whitcroft (11):
  checkpatch: update MAINTAINERS entry
  checkpatch: update copyrights
  checkpatch: allow parentheses on return for comparisons
  checkpatch: loosen spacing on typedef function checks
  checkpatch: fix continuation detection when handling spacing on operators
  checkpatch: track #ifdef/#else/#endif when tracking blocks
  checkpatch: do not report nr_static as a static declaration
  checkpatch: ensure we actually detect if assignments split across lines
  checkpatch: struct file_operations should normally be const
  checkpatch: fix the perlcritic errors
  checkpatch: version: 0.26

Mike Frysinger (1):
  checkpatch: try to catch missing VMLINUX_SYMBOL() in vmlinux.lds.h

Wolfram Sang (1):
  checkpatch: Add warning for p0-patches

 scripts/checkpatch.pl |   84 +++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 67 insertions(+), 17 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