Re: stack depth

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Stoyan Gaydarov <stoyboyker@...>
Cc: Kernel Newbies <kernelnewbies@...>
Date: Friday, August 15, 2008 - 2:52 am

On 15-08-08 08:27, Stoyan Gaydarov wrote:


You enabled CONFIG_DEBUG_STACK_USAGE, a debugging/profiling mechanism 
(that you shouldn't enable unless you really do want to debug/profile 
stack usage).

It is about profiling the amount of kernelstack needed. Normally the 
kernelstack on x86 is 8K, but 4K (rather, 1 page instead of 2) is a 
better value -- the thing agianst 4K though is that some uses simply 
don't fit in 4K, possibly meaning silent memory corruption.

This option is part of the probing infrastructure into seeing how, what, 
where and when.

Rene.

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecartis@nl.linux.org
Please read the FAQ at http://kernelnewbies.org/FAQ
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
stack depth, Stoyan Gaydarov, (Fri Aug 15, 2:27 am)
Re: stack depth, Rene Herman, (Fri Aug 15, 2:52 am)