linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Removing dead code
@ 2010-08-23  9:59 Christian Dietrich
  2010-08-23  9:59 ` [PATCH 1/2] drivers/video: Removing dead FB_VIA_CAMERA config Christian Dietrich
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Dietrich @ 2010-08-23  9:59 UTC (permalink / raw)
  To: Tejun Heo, Jiri Kosina, Daniel Mack, Joseph Chan,
	Florian Tobias Schandinat, Andrew Morton, Jonathan Corbet,
	Erik-Jan Post, linux-kernel, linux-fbdev
  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 drivers/video sourcetree for
config Items not defined in Kconfig and found 2 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 (2):
  drivers/video: Removing dead FB_VIA_CAMERA config option
  drivers/video: Removing dead FB_68328_INVERT config option

 drivers/video/68328fb.c   |    4 ----
 drivers/video/via/accel.c |   16 ----------------
 include/linux/via-core.h  |    5 +----
 3 files changed, 1 insertions(+), 24 deletions(-)


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

end of thread, other threads:[~2010-08-23 12:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-23  9:59 [PATCH 0/2] Removing dead code Christian Dietrich
2010-08-23  9:59 ` [PATCH 1/2] drivers/video: Removing dead FB_VIA_CAMERA config Christian Dietrich
2010-08-23 12:42   ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).