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:	Wed, 10 Mar 2010 05:38:32 -0500 (EST)
From:	"Robert P. J. Day" <rpjday@...shcourse.ca>
To:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: most popular kernel cleanup scripts now posted


  http://www.crashcourse.ca/wiki/index.php/Kernel_cleanup_scripts

* unused CONFIG variables:  variables defined in a Kconfig* file
somewhere that don't appear to be subsequently used/tested

* badref CONFIG variables:  variables used/tested in kernel source
that don't appear to be defined in any Kconfig file

* badref CONFIG variables in Makefile:  special case of above, for
variables strictly in Makefiles

* badref "select" directives:  Kconfig select directives to
non-existent CONFIG variables

* badref linux header files:  inclusions of header files of the form
<linux/whatever.h> where said file does not appear to exist.

  please don't make fun of my code.  it's very sensitive about that.

rday
--

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

            Linux Consulting, Training and Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
========================================================================
--
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