Prev: setlocalversion: fix version for untaged nontip mercurial revs
Next: linux-next: manual merge of the ceph tree with Linus' tree
From: Michal Marek on 12 Aug 2010 19:20 Hi Linus, Sam made two important fixes to 'make savedefconfig' and plans to submit a defconfig trimming patch in this merge window. Also, there are three small fixes that came after the merge window opened, but should not hurt (if you don't like merging them for .36, then please pull at least the two patches from Sam up to a64b44e). Thanks, Michal The following changes since commit e4d6152b520184be87aa65cb7035bf87acd27c14: Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 (2010-08-05 14:12:07 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git kconfig Andrej Gelenberg (1): nconfig: Fix segfault when menu is empty Jean Sacren (2): kconfig: Fix warning: ignoring return value of 'fwrite' kconfig: Fix warning: ignoring return value of 'fgets' Sam Ravnborg (2): kconfig: fix savedefconfig for tristate choices kconfig: fix tristate choice with minimal config scripts/kconfig/conf.c | 15 +++++- scripts/kconfig/confdata.c | 111 ++++++++++++++++++++++++++++---------------- scripts/kconfig/expr.c | 2 +- scripts/kconfig/lkc.h | 10 ++++ scripts/kconfig/nconf.c | 2 + 5 files changed, 97 insertions(+), 43 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |