Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

problem in 2.6.21-rc6-mm1: i386-enable-4k-stacks-by-defaul..

 
   Soft32 Home -> Linux -> Kernel RSS
Next:  [PATCH 0/14] ARM: OMAP: Board updates and additio..  
Author Message
Jeremy Fitzhardinge

External


Since: Nov 08, 2006
Posts: 1208



(Msg. 1) Posted: Mon Apr 09, 2007 7:40 pm
Post subject: problem in 2.6.21-rc6-mm1: i386-enable-4k-stacks-by-default.patch?
Archived from groups: linux>kernel (more info?)

--- a/arch/i386/Kconfig.debug~i386-enable-4k-stacks-by-default
+++ a/arch/i386/Kconfig.debug
@@ -57,14 +57,16 @@ config DEBUG_RODATA
If in doubt, say "N".

config 4KSTACKS
- bool "Use 4Kb for kernel stacks instead of 8Kb"
- depends on DEBUG_KERNEL
+ bool "Use 4Kb for kernel stacks instead of 8Kb" if DEBUG_KERNEL
+ depends on n
+ default y


I don't see this option appear in my .config, and I guess its always
using 8k stacks. If I remove the "depends on n", it does what I expect
it to do (ie, offers me the option). Is "depends on n" supposed to do
something, or is it just a bogon?

J
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo.DeleteThis@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top
Login to vote
Adrian Bunk

External


Since: Nov 20, 2006
Posts: 1270



(Msg. 2) Posted: Mon Apr 09, 2007 8:20 pm
Post subject: Re: problem in 2.6.21-rc6-mm1: i386-enable-4k-stacks-by-default.patch? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Mon, Apr 09, 2007 at 03:34:11PM -0700, Jeremy Fitzhardinge wrote:
> --- a/arch/i386/Kconfig.debug~i386-enable-4k-stacks-by-default
> +++ a/arch/i386/Kconfig.debug
> @@ -57,14 +57,16 @@ config DEBUG_RODATA
> If in doubt, say "N".
>
> config 4KSTACKS
> - bool "Use 4Kb for kernel stacks instead of 8Kb"
> - depends on DEBUG_KERNEL
> + bool "Use 4Kb for kernel stacks instead of 8Kb" if DEBUG_KERNEL
> + depends on n
> + default y
>
>
> I don't see this option appear in my .config, and I guess its always
> using 8k stacks. If I remove the "depends on n", it does what I expect
> it to do (ie, offers me the option). Is "depends on n" supposed to do
> something, or is it just a bogon?

Looks bogus, and the "depends on n" wasn't in the patch when I sent it.

> J

cu
Adrian

--

"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo RemoveThis @vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top
Login to vote
Display posts from previous:   
Related Topics:
[-mm patch] i386: enable 4k stacks by default - 4k stacks have become a well-tested feature used fore a long time in Fedora and even in RHEL 4. Defaulting to 4k stack...

[PATCH] i386: fix suspend/resume with dynamically allocate.. - This fixes two bugs: - the stack allocation must be marked __cpuinit, since it gets called on resume as well. -..

[PATCH 0/6] UML - IRQ stacks and smaller kernel stacks - This is 2.6.22 material. This set adds a separate IRQ stack and reduces kernel stack size. There is also some..

[RFC: 2.6 patch] i386: always enable regparm - -mregparm=3 has been enabled by default for some time on i386, and AFAIK there aren't any problems with it left. This...

[S390] Don't use small stacks when lockdep is used. - From: Heiko Carstens <heiko.carstens@de.ibm.com> [S390] Don't use small stacks when lockdep is used. The lock..

[PATCH 4/6] UML - IRQ stacks - [ Paolo - can you take a look at the race avoidance here? I think it's OK, and it holds up under stress, but I'd like ...
       Soft32 Home -> Linux -> Kernel All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]