The patch titled ia64: fix allmodconfig build has been removed from the -mm tree. Its filename was ia64-fix-allmodconfig-build.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: ia64: fix allmodconfig build From: "Luck, Tony" <tony.luck@xxxxxxxxx> The HP_SIMSCSI driver can't be built as a module (unhealthy dependencies on things that shouldn't really be exported). AMD and nVidia IDE support doesn't sound too useful for ia64 either :-) With these two patches allmodconfig builds (but takes 11m24s, ouch!) Signed-off-by: Tony Luck <tony.luck@xxxxxxxxx> Cc: Judith Lebzelter <judith@xxxxxxxx> Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/ia64/hp/sim/Kconfig | 4 ++-- drivers/ide/Kconfig | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff -puN arch/ia64/hp/sim/Kconfig~ia64-fix-allmodconfig-build arch/ia64/hp/sim/Kconfig --- a/arch/ia64/hp/sim/Kconfig~ia64-fix-allmodconfig-build +++ a/arch/ia64/hp/sim/Kconfig @@ -13,8 +13,8 @@ config HP_SIMSERIAL_CONSOLE depends on HP_SIMSERIAL config HP_SIMSCSI - tristate "Simulated SCSI disk" - depends on SCSI + bool "Simulated SCSI disk" + depends on SCSI=y endmenu Patches currently in -mm which might be from tony.luck@xxxxxxxxx are origin.patch git-ia64.patch altix-acpi-ssdt-pci-device-support.patch altix-add-acpi-ssdt-pci-device-support-hotplug.patch add-support-for-acpi_load_table-acpi_unload_table_id.patch deal-with-cases-of-zone_dma-meaning-the-first-zone.patch introduce-config_zone_dma.patch optional-zone_dma-in-the-vm.patch optional-zone_dma-for-ia64.patch shared-page-table-for-hugetlb-page-v4.patch htlb-forget-rss-with-pt-sharing.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