public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] 4KSTACKS no longer a debug feature and doesn't belong in "Kernel hacking".
@ 2007-08-12 20:50 Jesper Juhl
  2007-08-12 20:52 ` [PATCH 1/5] 4KSTACKS, remove DEBUG_KERNEL dependency for i386 Jesper Juhl
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Jesper Juhl @ 2007-08-12 20:50 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Andrew Morton, Paul Mundt, David Chinner, Jeremy Fitzhardinge,
	Jan Engelhardt, Matt Mackall, Rene Herman, Arjan van de Ven,
	Alan Cox, William Lee Irwin III, Bodo Eggert, Jesper Juhl

Hi,

The short story:
This is a series of 5 patches to a) lift 4KSTACKS from a debug feature to a 
non-debug feature and b) move it out of the Kernel hacking menu and into the 
Processor types and features menu and c) make it 'default y', but only 
for -mm.

Some more explanation is probably needed, so here's the longer story:
About a month back I posted a RFC patch with the subject 
"[PATCH][RFC] 4K stacks default, not a debug thing any more...?" to find out 
if I was right in assuming that 4K stacks were no longer considered a debug 
only feature and whether or not it would be sensible to make them default. 
You can find the head of the thread (100+ mesages) in the lkml.org archives 
here: http://lkml.org/lkml/2007/7/11/294 .

Based on the comments in that thread I conclude that 4KSTACKS are not really 
considered a debug-only feature any longer, but the time is not right (yet) 
to make them the default - and it's certainly not yet the time to get rid of 
8K stacks.

In that thread I promised to provide some patches that would lift 4KSTACKS out 
of debug-only feature status, which is what the first two patches in this 
series do.
I also said I would provide a patch to make 4KSTACKS 'default y' to get more 
testing, but restrict that patch to -mm - that's the fifth patch in this 
series.
Patches 3 & 4 in this series move the config option out of the Kernel hacking 
menu and into Processor types and features - this makes sense once it is no 
longer a debug feature and the location is in line with m68knommu (which is 
the only arch with this config symbol in addition to i386 & sh) which already 
place that symbol there.

Now for a bit on the actual patches. These are the patches in this series : 

[PATCH 1/5] 4KSTACKS, remove DEBUG_KERNEL dependency for i386
[PATCH 2/5] 4KSTACKS, remove DEBUG_KERNEL dependency for sh
[PATCH 3/5] 4KSTACKS, move out of Kernel hacking menu (i386)
[PATCH 4/5] 4KSTACKS, move out of Kernel hacking menu (sh)
[PATCH 5/5] 4KSTACKS, make 'default y', -mm patch only.

Andrew; as i386 & -mm maintainer I'm sending you patches 1, 3 & 5 - patches 2 
& 4 for Super-H I would like a maintainer ACK on before they go further, so 
I'm not Cc'ing you on those (they are on LKML if you want them anyway).

Paul; in the thread I mention above I was focusing 100% on i386. I don't 
really know the status of 4KSTACKS on sh, so I'd like your input.

I'm adding a few people from the previous thread to Cc, but far from everyone 
as then the Cc list would become too big. For the patches themselves I'm just 
sending them to LKML, Andrew & Paul, so pick them up on LKML please (sending 
as replies to this mail).


Kind regards,
  Jesper Juhl



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

end of thread, other threads:[~2007-08-12 22:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-12 20:50 [PATCH 0/5] 4KSTACKS no longer a debug feature and doesn't belong in "Kernel hacking" Jesper Juhl
2007-08-12 20:52 ` [PATCH 1/5] 4KSTACKS, remove DEBUG_KERNEL dependency for i386 Jesper Juhl
2007-08-12 20:53 ` [PATCH 2/5] 4KSTACKS, remove DEBUG_KERNEL dependency for sh Jesper Juhl
2007-08-12 22:44   ` Paul Mundt
2007-08-12 22:49     ` Jesper Juhl
2007-08-12 20:54 ` [PATCH 3/5] 4KSTACKS, move out of Kernel hacking menu (i386) Jesper Juhl
2007-08-12 20:54 ` [PATCH 4/5] 4KSTACKS, move out of Kernel hacking menu (sh) Jesper Juhl
2007-08-12 20:55 ` [PATCH 5/5] 4KSTACKS, make 'default y', -mm patch only Jesper Juhl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox