Re: 2.6.17-mm1: UML failing w/o SKAS enabled

From: Jeff Dike
Date: Fri Jun 23 2006 - 10:27:48 EST


On Fri, Jun 23, 2006 at 12:10:35PM +0200, Roman Zippel wrote:
> BTW this can be now configured. Check DEFCONFIG_LIST in init/Kconfig in
> -mm.

So, something like this would be OK in order to have the UML build
just use its own defconfig?

Jeff

Make the UML build ignore the host configs in /boot, /lib, and /etc
and just use its own defconfig.

Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxx>

Index: linux-2.6.17/arch/um/Kconfig
===================================================================
--- linux-2.6.17.orig/arch/um/Kconfig 2006-06-20 17:24:29.000000000 -0400
+++ linux-2.6.17/arch/um/Kconfig 2006-06-23 10:20:27.000000000 -0400
@@ -1,3 +1,8 @@
+config DEFCONFIG_LIST
+ string
+ option defconfig_list
+ default "arch/um/defconfig"
+
# UML uses the generic IRQ sugsystem
config GENERIC_HARDIRQS
bool
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/