Hi Linus, kconfig in v3.7 is going to * initialize ncurses only once in menuconfig * be able to jump to a search result in menuconfig * change the misnomer oldnoconfig to a more meaningful name olddefconfig, keeping the old name as alias Please pull from the below branch. Thanks, Michal The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee: Linux 3.6-rc1 (2012-08-02 16:38:10 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git kconfig for you to fetch changes up to fb16d8912db5268f29706010ecafff74b971c58d: kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as an alias (2012-09-27 18:18:07 +0200) ---------------------------------------------------------------- Adam Lee (2): kconfig: document oldnoconfig to what it really does in conf.c kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as an alias Benjamin Poirier (6): menuconfig: Remove superfluous conditionnal menuconfig: Extend dialog_textbox so that it can exit on arbitrary keypresses menuconfig: Extend dialog_textbox so that it can return to a scrolled position menuconfig: Add jump keys to search results menuconfig: Do not open code textbox scroll up/down menuconfig: Assign jump keys per-page instead of globally Dirk Gouders (1): kconfig/mconf.c: revision of curses initialization. scripts/kconfig/Makefile | 12 ++- scripts/kconfig/conf.c | 25 ++++-- scripts/kconfig/expr.h | 11 +++ scripts/kconfig/lkc_proto.h | 6 +- scripts/kconfig/lxdialog/dialog.h | 9 +- scripts/kconfig/lxdialog/textbox.c | 171 ++++++++++++++++++++---------------- scripts/kconfig/lxdialog/util.c | 7 ++ scripts/kconfig/mconf.c | 123 ++++++++++++++++++++------ scripts/kconfig/menu.c | 53 +++++++++-- scripts/kconfig/nconf.c | 2 +- tools/testing/ktest/ktest.pl | 15 ++-- 11 files changed, 296 insertions(+), 138 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html