The patch titled config: exit if no beginning filename has been removed from the -mm tree. Its filename is config-exit-if-no-beginning-filename.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: config: exit if no beginning filename From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> If the beginning Kconfig file is missing, config segfaults so it might as well exit after the error message. Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Cc: Roman Zippel <zippel@xxxxxxxxxxxxxx> Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- scripts/kconfig/conf.c | 1 + 1 files changed, 1 insertion(+) diff -puN scripts/kconfig/conf.c~config-exit-if-no-beginning-filename scripts/kconfig/conf.c --- devel/scripts/kconfig/conf.c~config-exit-if-no-beginning-filename 2006-04-22 01:39:14.000000000 -0700 +++ devel-akpm/scripts/kconfig/conf.c 2006-04-22 01:39:14.000000000 -0700 @@ -539,6 +539,7 @@ int main(int ac, char **av) name = av[i]; if (!name) { printf(_("%s: Kconfig file missing\n"), av[0]); + exit(1); } conf_parse(name); //zconfdump(stdout); _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxx are git-infiniband.patch git-kbuild.patch git-mtd.patch git-pcmcia.patch lpfc-sparse-null-warnings.patch aic7-cleanup-module_parm_desc-strings.patch qla1280-fix-section-mismatch-warnings.patch areca-raid-linux-scsi-driver.patch git-watchdog.patch alpha-generic-hweight-build-fix.patch add-poisonh-and-patch-primary-users.patch update-2-drivers-for-poisonh.patch poison-add-use-more-constants.patch add-doc-submitchecklist.patch doc-add-audit-acct-to-docbook.patch codingstyle-add-typedefs-chapter.patch fix-listh-kernel-doc.patch listh-doc-change-counter-to-control.patch kernel-doc-drop-leading-space-in-sections.patch kernel-doc-script-cleanups.patch wd7000-fix-section-mismatch-warnings.patch megaraid_mbox-fix-section-mismatch-warnings.patch kernel-doc-mm-readhead-fixup.patch checkstack-pirnt-module-names.patch sound-vxpocket-fix-printk-warning.patch wan-sdla-section-fixes.patch trident-fb-section-fixes.patch cdrom-mcdx-section-fixes.patch char-ip2-more-section-fixes-replacement.patch advansys-section-fixes.patch pi-futex-rt-mutex-docs-update.patch acpi-identify-which-device-is-not-power-manageable.patch acpi-identify-which-device-is-not-power-manageable-fix.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