[PATCH 0/3] Removing dead code
- From: Christoph Egger <siccegge@xxxxxxxxx>
- Date: Thu, 29 Jul 2010 17:28:40 +0200
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 arch/um sourcetree for config
Items not defined in Kconfig and found 10 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. As reported earlier
today the build currently fails for plain um but adding this patchset
doesn't change the failing in any way. That was a i386 build.
Please keep me informed of this patch getting confirmed /
merged so we can keep track of it.
Regards
Christoph Egger
[0] http://vamos1.informatik.uni-erlangen.de/
Christoph Egger (3):
Removing dead PROC_MM
Removing conditionalizing containing exactly the same code
Removing dead copy&paste code
arch/um/kernel/ptrace.c | 21 ---------------------
arch/um/sys-i386/asm/archparam.h | 4 ----
arch/um/sys-i386/shared/sysdep/system.h | 11 +----------
arch/um/sys-ppc/misc.S | 6 ------
arch/um/sys-ppc/shared/sysdep/ptrace.h | 5 +----
arch/um/sys-x86_64/shared/sysdep/system.h | 10 +---------
6 files changed, 3 insertions(+), 54 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- [PATCH 3/3] Removing dead copy&paste code
- From: Christoph Egger
- [PATCH 2/3] Removing conditionalizing containing exactly the same code
- From: Christoph Egger
- [PATCH 1/3] Removing dead PROC_MM
- From: Christoph Egger
- [PATCH 3/3] Removing dead copy&paste code
- Prev by Date: Re: [PATCH] U6715 16550A serial driver support
- Next by Date: [PATCH 1/3] Removing dead PROC_MM
- Previous by thread: Re: [PATCH 3/3] sound/isa/gus: Remove dead CONFIG_SND_DEBUG_ROM
- Next by thread: [PATCH 1/3] Removing dead PROC_MM
- Index(es):
Relevant Pages
|