[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20131115161520.GA19769@sepie.suse.cz>
Date: Fri, 15 Nov 2013 17:15:20 +0100
From: Michal Marek <mmarek@...e.cz>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: ben@...adent.org.uk, mmarek@...e.cz, regid23@....in,
walch.martin@....de, linux-kbuild@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT] kconfig changes for v3.13-rc1
Hi Linus,
please pull these kconfig changes for v3.13-rc1:
- xconfig stores its setting in a meaningful path
(~/.config/kernel.org/qconf.conf)
- kconfig symbol search fix
- documentation fixes
- cleanup & comment update
- fix warning when a kconfig symbol is defined with two different types
- Yann is now officially listed as maintainer of kconfig, but he prefers
me to send pull requests for now
Thanks,
Michal
The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f:
Linux 3.12-rc1 (2013-09-16 16:17:51 -0400)
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 e125096e733e966e055ee6033169f68233f9bf9c:
Merge branch 'yem/kconfig-for-next' of git://gitorious.org/linux-kconfig/linux-kconfig into kbuild/kconfig (2013-10-31 11:58:59 +0100)
----------------------------------------------------------------
Ben Hutchings (1):
xconfig: Fix the filename for GUI settings
Martin Walch (5):
kconfig: add short explanation to SYMBOL_WRITE
kconfig: fix trivial typos and update mconf documentation
kconfig: adjust warning message for conflicting types
kconfig: remove unused definition from scanner
kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->len
Michal Marek (2):
MAINTAINERS: New kconfig maintainer
Merge branch 'yem/kconfig-for-next' of git://gitorious.org/linux-kconfig/linux-kconfig into kbuild/kconfig
Regid Ichira (1):
Documentation/kbuild/kconfig.txt: 'make listnewconfig' replaces: yes "" | make oldconfig
Documentation/kbuild/kconfig.txt | 11 ++------
MAINTAINERS | 5 ++--
scripts/kconfig/expr.h | 2 +-
scripts/kconfig/mconf.c | 60 +++++++++++++++++++---------------------
scripts/kconfig/menu.c | 11 ++++----
scripts/kconfig/qconf.cc | 5 ++++
scripts/kconfig/qconf.h | 1 +
scripts/kconfig/symbol.c | 2 +-
scripts/kconfig/zconf.l | 1 -
9 files changed, 48 insertions(+), 50 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists