From: "Yann E. MORIN" <yann.morin.1998@xxxxxxx> Michal, Here is the official pull-request for the kconfig-related changes I've gathered from the linux-kbuild list, and those I've locally accumulated, for inclusin in 3.10: - memory leak fixed in mconf - 3 randconfig fixes (randomising choices, setting tristates, already set symbols) - randconfig improvements: seed, and probability skew - navigation breadcrumbs in mconf Changes v1 -> v2: - restore the previous probabilities per default - use different probabilities for booleans and tristates - two new fixes for randconfig - Cc: lkml this time Regards, Yann E. MORIN ---------------------------------------------------------------- The following changes since commit a45c7dfb942b6c198d5cd283f8dcee145241a017: merge_config.sh: Avoid creating unnessary source softlinks (2013-04-10 10:55:22 +0200) are available in the git repository at: git://gitorious.org/linux-kconfig/linux-kconfig.git yem-kconfig-for-next for you to fetch changes up to e43956e607692f9b1c710311e4a6591ffba1edf0: kconfig: implement KCONFIG_PROBABILITY for randconfig (2013-04-25 00:16:30 +0200) ---------------------------------------------------------------- Benjamin Poirier (2): menuconfig: Fix memory leak introduced by jump keys feature menuconfig: Add "breadcrumbs" navigation aid Yann E. MORIN (6): kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.h kconfig: fix randconfig tristate detection kconfig: do not override symbols already set kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG kconfig: allow specifying the seed for randconfig kconfig: implement KCONFIG_PROBABILITY for randconfig Documentation/kbuild/kconfig.txt | 36 ++++++++++++++ scripts/kconfig/conf.c | 12 ++++- scripts/kconfig/confdata.c | 66 ++++++++++++++++++++++--- scripts/kconfig/list.h | 40 +++++++++++++++ scripts/kconfig/lxdialog/check-lxdialog.sh | 4 +- scripts/kconfig/lxdialog/dialog.h | 7 +++ scripts/kconfig/lxdialog/util.c | 45 ++++++++++++++++- scripts/kconfig/mconf.c | 74 +++++++++++++++++++++++++++- 8 files changed, 271 insertions(+), 13 deletions(-) -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | | +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | '------------------------------^-------^------------------^--------------------' -- 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