just to prod people into maybe perusing the output here: http://www.crashcourse.ca/wiki/index.php/Unused_CONFIG_variables even if *most* of those definitions of unused CONFIG variables don't do any harm, as i mentioned, sometimes that output clearly identifies typoes that should be fixed. in other cases, it identifies strange situations like this: ===== RADIO_TEA5764_XTAL drivers/media/radio/radio-tea5764.c:132:#ifndef RADIO_TEA5764_XTAL drivers/media/radio/radio-tea5764.c:133:#define RADIO_TEA5764_XTAL 1 drivers/media/radio/radio-tea5764.c:137:static int use_xtal = RADIO_TEA5764_XTAL; drivers/media/radio/Kconfig:412:config RADIO_TEA5764_XTAL in the above, what seems to be happening is that a Kconfig variable is being defined and would lead the developer to think that it represents something selectable, whereas the source file itself simply hardcodes the equivalent value (or something like that). that strikes me as a recipe for confusion and potentially maddening debugging. also, over the course of today, i'll be updating the page of what i call "badref" CONFIG variables -- variables that are being *tested* but are not *defined* in any Kconfig file. those have the potential for more serious errors. the current (unupdated) output for that is here: http://www.crashcourse.ca/wiki/index.php/Badref_CONFIG_variables i'm betting a lot of that output isn't going to change even after updating to the latest git tree. rday -- ======================================================================== Robert P. J. Day Waterloo, Ontario, CANADA Linux Consulting, Training and Kernel Pedantry. Web page: http://crashcourse.ca Twitter: http://twitter.com/rpjday ======================================================================== --
| Greg KH | Og dreams of kernels |
| Jens Axboe | [PATCH 31/33] Fusion: sg chaining support |
| Arnd Bergmann | Re: finding your own dead "CONFIG_" variables |
| Mark Brown | [PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset |
| Tony Breeds | [LGUEST] Look in object dir for .config |
git: | |
| Brian Downing | Re: Git in a Nutshell guide |
| John Benes | Re: master has some toys |
| Matthias Lederhofer | [PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree |
| Alexander Sulfrian | [RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set |
| Junio C Hamano | Re: Rss produced by git is not valid xml? |
| Linux Kernel Mailing List | iSeries: fix section mismatch in iseries_veth |
| Linux Kernel Mailing List | ixbge: remove TX lock and redo TX accounting. |
| Linux Kernel Mailing List | ixgbe: fix several counter register errata |
| Linux Kernel Mailing List | b43: fix build with CONFIG_SSB_PCIHOST=n |
| Linux Kernel Mailing List | 9p: |
