lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 25 May 2011 22:18:32 +0200
From:	Michal Marek <mmarek@...e.cz>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	ben@...adent.org.uk, edsiper@...il.com, lacombar@...il.com,
	mmarek@...e.cz, pefoley2@...izon.net, randy.dunlap@...cle.com,
	sboyd@...eaurora.org, yann.morin.1998@...iens.enib.fr,
	linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT] kbuild/kconfig

Hi Linus,

This is the kconfig par of kbuild. Nothing really exciting this time.
* No more timestamps in .config and friends
* kconfig Makefile clanup and fixes
* Misc other fixes

In the next cycle will come a generic way to convert some

  #ifdef CONFIG_FOO

statements to

  if (<something>)

to improve build coverage. But it's not ready yet.

Michal

The following changes since commit 0ce790e7d736cedc563e1fb4e998babf5a4dbc3d:

  Linux 2.6.39-rc1 (2011-03-29 12:09:47 -0700)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git kconfig-for-40

Arnaud Lacombe (2):
      kconfig: do not record timestamp in .config
      xconfig: merge code path to conf_write()

Ben Hutchings (1):
      kconfig: Avoid buffer underrun in choice input

Eduardo Silva (2):
      gconfig: enable rules hint for main treeviews
      gconfig: Hide unused left treeview when start up the interface

Michal Marek (3):
      kconfig: Do not record timestamp in auto.conf and autoconf.h
      kconfig: Document the new "visible if" syntax
      MAINTAINERS: Update KCONFIG entry

Peter Foley (7):
      kconfig: only build kxgettext when needed
      kconfig: change qconf to modify hostprogs-y like nconf and mconf
      kconfig: change gconf to modify hostprogs-y like nconf and mconf
      kconfig: rearrange clean-files
      kconfig: make update-po-config work in KBUILD_OUTPUT
      kconfig: change update-po-config to reflect new layout of arch/um
      kconfig: quiet commands when V=0

Randy Dunlap (1):
      kconfig-language: add to hints

Stephen Boyd (1):
      nconfig: Silence unused return values from wattrset

Yann E. MORIN (2):
      kconfig: allow multiple inclusion of the same file
      kconfig: get rid of unused flags

 CREDITS                                   |    4 +++
 Documentation/kbuild/kconfig-language.txt |   32 +++++++++++++++++++++++-
 Documentation/kbuild/kconfig.txt          |    5 ----
 MAINTAINERS                               |    5 +--
 scripts/kconfig/Makefile                  |   38 +++++++++++++++++-----------
 scripts/kconfig/conf.c                    |    2 +-
 scripts/kconfig/confdata.c                |   20 ++-------------
 scripts/kconfig/expr.h                    |    4 ---
 scripts/kconfig/gconf.c                   |   12 ++++++---
 scripts/kconfig/lex.zconf.c_shipped       |   33 ++++++++++++++----------
 scripts/kconfig/nconf.c                   |   14 +++++-----
 scripts/kconfig/qconf.cc                  |    5 +--
 scripts/kconfig/zconf.l                   |   33 ++++++++++++++----------
 13 files changed, 119 insertions(+), 88 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

Powered by Openwall GNU/*/Linux Powered by OpenVZ