The patch titled i386: Mark CONFIG_RELOCATABLE EXPERIMENTAL has been removed from the -mm tree. Its filename was i386-mark-config_relocatable-experimental.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 file 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 @@ -787,7 +787,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 origin.patch fix-x86_64-mm-i386-reloc-cleanup-align.patch fix-x86_64-mm-i386-reloc-kallsyms.patch i386-convert-more-absolute-symbols-to-section-relative.patch clockevents-core-check-for-clock-event-device-handler-being-non-null-before-calling-it.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