public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Removing dead code
@ 2010-07-21 12:34 Christian Dietrich
  2010-07-21 12:35 ` [PATCH 1/3] sound/oss: Remove dead CONFIG_SOFTOSS* Christian Dietrich
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Christian Dietrich @ 2010-07-21 12:34 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai, Tejun Heo, Julia Lawall,
	Liam Girdwood, Mark Brown, linux-kernel, alsa-devel
  Cc: vamos-dev

Hi all!
       
        As part of the VAMOS[0] research project at the University of
Erlangen we are looking at multiple integrity errors in linux'
configuration system.

        I've been running a check on the sound/ sourcetree for
config Items not defined in Kconfig and found 3 such cases. Sourcecode
blocks depending on these Items are not reachable from a vanilla
kernel -- dead code. I've seen such dead blocks made on purpose
e.g. while integrating new features into the kernel but generally
they're just useless.

        Each of the patches in this patchset removes on such dead
config Item, I'd be glad if you consider applying them. I've been
doing deeper analysis of such issues before and can do so again but
I'm not so sure they were fastly usefull.

        I build the patches against a vanilla kernel in order to
try if the kernel compiles with this patches

        Please keep me informed of this patch getting confirmed /
merged so we can keep track of it.

Regards

        Christian Dietrich

[0] http://vamos1.informatik.uni-erlangen.de/

Christian Dietrich (3):
  sound/oss: Remove dead CONFIG_SOFTOSS*
  sound/soc/atmel: Remove dead CONFIG_AT32_ENHANCED_PORTMUX
  sound/isa/gus: Remove dead CONFIG_SND_DEBUG_ROM

 sound/isa/gus/interwave.c        |    8 --------
 sound/oss/vidc.c                 |    3 ---
 sound/soc/atmel/playpaq_wm8510.c |    9 ---------
 3 files changed, 0 insertions(+), 20 deletions(-)


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-07-21 13:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-21 12:34 [PATCH 0/3] Removing dead code Christian Dietrich
2010-07-21 12:35 ` [PATCH 1/3] sound/oss: Remove dead CONFIG_SOFTOSS* Christian Dietrich
2010-07-21 13:03   ` Takashi Iwai
2010-07-21 12:35 ` [PATCH 2/3] sound/soc/atmel: Remove dead CONFIG_AT32_ENHANCED_PORTMUX Christian Dietrich
2010-07-21 12:50   ` Mark Brown
2010-07-21 12:36 ` [PATCH 3/3] sound/isa/gus: Remove dead CONFIG_SND_DEBUG_ROM Christian Dietrich
2010-07-21 12:57   ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox