On 6/5/06, Andrew Morton <[email protected]> wrote:
I guess we should force 8k stacks if the lockdep features are enabled.
Also, Laurent is running "2.6.17-rc5-mm3-lockdep" (per his previous
message), i.e., 2.6.17-rc5-mm3 with Ingo's lockdep-combo patch added.
If you're wondering how I conclude the latter from the former, look at
this hunk from the lockdep-combo patch:
--- linux.orig/Makefile
+++ linux/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 17
-EXTRAVERSION =-rc5-mm3
+EXTRAVERSION =-rc5-mm3-lockdep
NAME=Lordi Rules
And from the same patch:
--- linux.orig/arch/i386/Makefile
+++ linux/arch/i386/Makefile
@@ -38,6 +38,10 @@ CFLAGS += $(call cc-option,-mpreferred-s
include $(srctree)/arch/i386/Makefile.cpu
cflags-$(CONFIG_REGPARM) += -mregparm=3
+#
+# Prevent tail-call optimizations, to get clearer backtraces:
+#
+cflags-$(CONFIG_FRAME_POINTER) += -fno-optimize-sibling-calls
# temporary until string.h is fixed
cflags-y += -ffreestanding
I would expect that to increase stack usage...
--
-Barry K. Nathan <[email protected]>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]