The patch titled qconf: fix uninitialsied member has been added to the -mm tree. Its filename is qconf-fix-uninitialised-member.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: qconf: fix uninitialsied member From: Roman Zippel <zippel@xxxxxxxxxxxxxx> Fixes a segfault reported by Randy. Cc: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- scripts/kconfig/qconf.cc | 1 + 1 files changed, 1 insertion(+) diff -puN scripts/kconfig/qconf.cc~qconf-fix-uninitialised-member scripts/kconfig/qconf.cc --- a/scripts/kconfig/qconf.cc~qconf-fix-uninitialised-member +++ a/scripts/kconfig/qconf.cc @@ -1261,6 +1261,7 @@ void ConfigSearchWindow::search(void) * Construct the complete config widget */ ConfigMainWindow::ConfigMainWindow(void) + : searchWindow(0) { QMenuBar* menu; bool ok; _ Patches currently in -mm which might be from zippel@xxxxxxxxxxxxxx are origin.patch qconf-fix-uninitialised-member.patch kconfig-new-function-bool-conf_get_changedvoid.patch kconfig-make-sym_change_count-static-let-it-be-altered-by-2-functions-only.patch kconfig-add-void-conf_set_changed_callbackvoid-fnvoid-use-it-in-qconfcc.patch kconfig-set-gconfs-save-widgets-sensitivity-according-to-configs-changed-state.patch kconfig-refactoring-for-better-menu-nesting.patch qconf-support-old-qt.patch updated-hrtimers-state-tracking.patch updated-hrtimers-clean-up-callback-tracking.patch updated-hrtimers-move-and-add-documentation.patch updated-add-a-framework-to-manage-clock-event-devices.patch updated-acpi-include-apich.patch updated-i386-convert-to-clock-event-devices.patch updated-pm_timer-allow-early-access-and-move-externs-to-a-header-file.patch updated-high-res-timers-core.patch updated-gtod-mark-tsc-unusable-for-highres-timers.patch updated-dynticks-core-code.patch updated-dyntick-add-nohz-stats-to-proc-stat.patch updated-dynticks-i386-arch-code.patch updated-debugging-feature-timer-stats.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