[GIT] kconfig updates for v3.12-rc1

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Linus,

this is the kconfig part of kbuild for v3.12-rc1:
- post-3.11 search code fixes and micro-optimizations
- CONFIG_MODULES is no longer a special case; this is needed to
  eventually fix the bug that using KCONFIG_ALLCONFIG breaks
  allmodconfig
- long long is used to store hex and int values
- make silentoldconfig no longer warns when a symbol changes from
  tristate to bool (it's a job for make oldconfig)
- scripts/diffconfig updated to work with newer Pythons
- scripts/config does not rely on GNU sed extensions

Michal


The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:

  Linux 3.11-rc1 (2013-07-14 15:18:27 -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 e062781397e5bebc6c1b8dd4bf466136e13ae4c5:

  kconfig: do not allow more than one symbol to have 'option modules' (2013-09-05 11:10:08 +0200)

----------------------------------------------------------------
Clement Chauplannaz (1):
      scripts/config: use sed's POSIX interface

Kees Cook (1):
      kconfig: switch to "long long" for sanity

Michal Marek (1):
      Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linux-kconfig into kbuild/kconfig

Mike Pagano (2):
      diffconfig: Gracefully exit if the default config files are not present
      diffconfig: Update script to support python versions 2.5 through 3.3

Yann E. MORIN (11):
      Documentation/kconfig: more concise and straightforward search explanation
      kconfig: avoid multiple calls to strlen
      kconfig/[mn]conf: shorten title in search-box
      kconfig: minor style fixes in symbol-search code
      kconfig: don't allocate n+1 elements in temporary array
      kconfig: simplify symbol-search code
      kconfig: silence warning when parsing auto.conf when a symbol has changed type
      modules: do not depend on kconfig to set 'modules' option to symbol MODULES
      kconfig: do not special-case 'MODULES' symbol
      kconfig: regenerate bison parser
      kconfig: do not allow more than one symbol to have 'option modules'

 Documentation/kbuild/kconfig-language.txt |   1 +
 Documentation/kbuild/kconfig.txt          |   8 +-
 init/Kconfig                              |   1 +
 scripts/config                            |  44 ++-
 scripts/diffconfig                        |  33 +-
 scripts/kconfig/confdata.c                |  11 +-
 scripts/kconfig/mconf.c                   |   4 +-
 scripts/kconfig/menu.c                    |  11 +-
 scripts/kconfig/nconf.c                   |   4 +-
 scripts/kconfig/symbol.c                  |  68 ++--
 scripts/kconfig/zconf.tab.c_shipped       | 562 ++++++++++++++++--------------
 scripts/kconfig/zconf.y                   |  11 +-
 12 files changed, 413 insertions(+), 345 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




[Index of Archives]     [Linux&nblp;USB Development]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite Secrets]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux