linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* Dead Config in mm/percpu.c
@ 2010-07-21  9:22 Christian Dietrich
  2010-07-21 15:12 ` Tejun Heo
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Dietrich @ 2010-07-21  9:22 UTC (permalink / raw)
  To: Tejun Heo, David Howells, Christoph Lameter, linux-mm,
	linux-kernel

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 mm/ sourcetree for
config Items not defined in Kconfig and found 1 such case. 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.

We found, that CONFIG_NEED_PER_CPU_KM is a dead symbol, so it isn't defined
anywhere. Cause of that the percpu_km.c is never included anywhere. Is
this a intended dead symbol, for use in out of tree development, or is
this just an error?

Regards
        Christian Dietrich
-- 
(λ x . x x) (λ x . x x) -- See how beatiful the lambda is
No documentation is better than bad documentation
-- Das Ausdrucken dieser Mail wird urheberrechtlich verfolgt.

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* Re: Dead Config in mm/percpu.c
  2010-07-21  9:22 Dead Config in mm/percpu.c Christian Dietrich
@ 2010-07-21 15:12 ` Tejun Heo
  2010-08-10  6:26   ` Mike Frysinger
  0 siblings, 1 reply; 3+ messages in thread
From: Tejun Heo @ 2010-07-21 15:12 UTC (permalink / raw)
  To: Christian Dietrich
  Cc: David Howells, Christoph Lameter, linux-mm, linux-kernel

On 07/21/2010 11:22 AM, Christian Dietrich wrote:
> 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 mm/ sourcetree for
> config Items not defined in Kconfig and found 1 such case. 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.
> 
> We found, that CONFIG_NEED_PER_CPU_KM is a dead symbol, so it isn't defined
> anywhere. Cause of that the percpu_km.c is never included anywhere. Is
> this a intended dead symbol, for use in out of tree development, or is
> this just an error?

Oh, it's new code waiting to be used.  It's for cases where SMP is
used w/o MMU.  IIRC, it was blackfin.

Thanks.

-- 
tejun

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* Re: Dead Config in mm/percpu.c
  2010-07-21 15:12 ` Tejun Heo
@ 2010-08-10  6:26   ` Mike Frysinger
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger @ 2010-08-10  6:26 UTC (permalink / raw)
  To: Tejun Heo
  Cc: Christian Dietrich, David Howells, Christoph Lameter, linux-mm,
	linux-kernel

On Wed, Jul 21, 2010 at 11:12, Tejun Heo wrote:
> On 07/21/2010 11:22 AM, Christian Dietrich wrote:
>> We found, that CONFIG_NEED_PER_CPU_KM is a dead symbol, so it isn't defined
>> anywhere. Cause of that the percpu_km.c is never included anywhere. Is
>> this a intended dead symbol, for use in out of tree development, or is
>> this just an error?
>
> Oh, it's new code waiting to be used.  It's for cases where SMP is
> used w/o MMU.  IIRC, it was blackfin.

yep.  unfortunately, we're in the middle of making a release on top of
2.6.34.x.  hopefully we should be able to get a patch out for the
2.6.37 merge window at the latest.
-mike

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2010-08-10  6:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-21  9:22 Dead Config in mm/percpu.c Christian Dietrich
2010-07-21 15:12 ` Tejun Heo
2010-08-10  6:26   ` Mike Frysinger

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).