[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20110107221503.GA13373@sepie.suse.cz>
Date:	Fri, 7 Jan 2011 23:15:03 +0100
From:	Michal Marek <mmarek@...e.cz>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	akpm@...ux-foundation.org, bengardiner@...ometrics.ca,
	bgamari.foss@...il.com, eric.dumazet@...il.com,
	geert@...ux-m68k.org, hjl.tools@...il.com, jj@...osbits.net,
	kirill@...temov.name, lacombar@...il.com, mmarek@...e.cz,
	olof@...om.net, stigge@...com.de, thomas@...ron.com.tw,
	vapier@...too.org, linux-kbuild@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [GIT] kbuild core updates for 2.6.38-rc1
Hi Linus,
plese pull following kbuild updates for 2.6.38-rc1. It's quite boring
this time: two modpost fixes, a fixdep optimization that makes
allmodconfig build 2% faster and a couple of small but welcome fixes.
Michal
The following changes since commit c8ddb2713c624f432fa5fe3c7ecffcdda46ea0d4:
  Linux 2.6.37-rc1 (2010-11-01 07:54:12 -0400)
are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git kbuild
Andrew Morton (1):
      gen_init_cpio: checkpatch fixes
Arnaud Lacombe (1):
      scripts/genksyms: fix header usage
Ben Gamari (1):
      Make fixdep error handling more explicit
Ben Gardiner (1):
      kbuild: fix interaction of CONFIG_IKCONFIG and KCONFIG_CONFIG
Eric Dumazet (1):
      fixdep: use hash table instead of a single array
Geert Uytterhoeven (1):
      checksyscalls: Fix stand-alone usage
H.J. Lu (1):
      modpost: Put .zdebug* section on white list
Jesper Juhl (1):
      gen_init_cpio: Avoid race between call to stat() and call to open()
Kirill A. Shutemov (2):
      kbuild: introduce HDR_ARCH_LIST for headers_install_all
      kbuild: export linux/{a.out,kvm,kvm_para}.h on headers_install_all
Michal Marek (1):
      Merge commit 'v2.6.37-rc1' into kbuild/kbuild
Mike Frysinger (1):
      headers_install: check exit status of unifdef
Olof Johansson (1):
      modpost: Fix address calculation in reloc_location()
Roland Stigge (1):
      mkuboot.sh: Fail if mkimage is missing
Thomas Chou (1):
      gen_init_cpio: remove leading `/' from file names
 Documentation/make/headers_install.txt |    5 +-
 Makefile                               |    1 +
 include/linux/Kbuild                   |    9 ++-
 kernel/Makefile                        |    2 +-
 scripts/basic/fixdep.c                 |  119 ++++++++++++++++++--------------
 scripts/checksyscalls.sh               |    4 +-
 scripts/genksyms/parse.c_shipped       |    2 +-
 scripts/genksyms/parse.y               |    2 +-
 scripts/headers.sh                     |    2 +-
 scripts/headers_install.pl             |    7 ++
 scripts/mkuboot.sh                     |    2 +-
 scripts/mod/modpost.c                  |    3 +-
 usr/gen_init_cpio.c                    |   20 ++++--
 13 files changed, 108 insertions(+), 70 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