The patch titled i386: Mark CONFIG_RELOCATABLE EXPERIMENTAL has been added to the -mm tree. Its filename is i386-mark-config_relocatable-experimental.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: i386: Mark CONFIG_RELOCATABLE EXPERIMENTAL From: Vivek Goyal <vgoyal@xxxxxxxxxx> Signed-off-by: Vivek Goyal <vgoyal@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/i386/Kconfig | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff -puN arch/i386/Kconfig~i386-mark-config_relocatable-experimental arch/i386/Kconfig --- a/arch/i386/Kconfig~i386-mark-config_relocatable-experimental +++ a/arch/i386/Kconfig @@ -783,7 +783,8 @@ config CRASH_DUMP For more details see Documentation/kdump/kdump.txt config RELOCATABLE - bool "Build a relocatable kernel" + bool "Build a relocatable kernel(EXPERIMENTAL)" + depends on EXPERIMENTAL help This build a kernel image that retains relocation information so it can be loaded someplace besides the default 1MB. _ Patches currently in -mm which might be from vgoyal@xxxxxxxxxx are i386-mark-config_relocatable-experimental.patch i386-extend-bzimage-protocol-for-relocatable-protected-mode-kernel.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html