From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: linux-kbuild@vger.kernel.org
Cc: Michal Marek <mmarek@suse.cz>,
linux-kernel@vger.kernel.org,
"Yann E. MORIN" <yann.morin.1998@free.fr>,
Benjamin Poirier <bpoirier@suse.de>,
Peter Korsgaard <jacmet@uclibc.org>
Subject: [pull request v2] Pull request for branch yem-kconfig-for-next
Date: Thu, 25 Apr 2013 00:29:47 +0200 [thread overview]
Message-ID: <cover.1366841993.git.yann.morin.1998@free.fr> (raw)
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
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. |
'------------------------------^-------^------------------^--------------------'
next reply other threads:[~2013-04-24 22:30 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-24 22:29 Yann E. MORIN [this message]
2013-04-24 22:29 ` [PATCH 1/8] menuconfig: Fix memory leak introduced by jump keys feature Yann E. MORIN
2013-04-24 22:29 ` [PATCH 2/8] menuconfig: Add "breadcrumbs" navigation aid Yann E. MORIN
2013-04-24 22:29 ` [PATCH 3/8] kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.h Yann E. MORIN
2013-04-24 22:29 ` [PATCH 4/8] kconfig: fix randconfig tristate detection Yann E. MORIN
2013-04-24 22:29 ` [PATCH 5/8] kconfig: do not override symbols already set Yann E. MORIN
2013-04-24 22:29 ` [PATCH 6/8] kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG Yann E. MORIN
2013-04-26 12:05 ` Arnd Bergmann
2013-04-26 12:11 ` Yann E. MORIN
2013-04-26 22:09 ` Yann E. MORIN
2013-04-27 21:01 ` Arnd Bergmann
2013-04-27 22:31 ` Yann E. MORIN
2013-04-28 1:05 ` Arnd Bergmann
2013-04-24 22:29 ` [PATCH 7/8] kconfig: allow specifying the seed for randconfig Yann E. MORIN
2013-04-24 22:29 ` [PATCH 8/8] kconfig: implement KCONFIG_PROBABILITY " Yann E. MORIN
2013-04-25 8:57 ` Michal Marek
2013-06-24 18:11 [pull request v2] Pull request for branch yem-kconfig-for-next Yann E. MORIN
2013-06-24 21:42 ` Michal Marek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1366841993.git.yann.morin.1998@free.fr \
--to=yann.morin.1998@free.fr \
--cc=bpoirier@suse.de \
--cc=jacmet@uclibc.org \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mmarek@suse.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome