All of lore.kernel.org
 help / color / mirror / Atom feed
* most popular kernel cleanup scripts now posted
@ 2010-03-10 10:38 Robert P. J. Day
  0 siblings, 0 replies; only message in thread
From: Robert P. J. Day @ 2010-03-10 10:38 UTC (permalink / raw)
  To: Linux Kernel Mailing List


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-10 10:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-10 10:38 most popular kernel cleanup scripts now posted Robert P. J. Day

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.