mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT] kbuild changes for v3.9-rc1
@ 2013-02-27 13:16 Michal Marek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Marek @ 2013-02-27 13:16 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: ak, christophe.leroy, hpa, james.hogan, jesper.nilsson,
	m.grzeschik, mmarek, schwab, linux-kbuild, linux-kernel

Hi Linus,

please pull these kbuild changes for v3.9-rc1:

* Alias generation in modpost is cross-compile safe.
* kernel/timeconst.h is now generated using a bc script instead of perl.
* scripts/link-vmlinux.sh now works with an alternative $KCONFIG_CONFIG.
* destination-y for exported headers is supported in Kbuild files again.
* depmod is called with -P $CONFIG_SYMBOL_PREFIX on architectures that
  need it.
* CONFIG_DEBUG_INFO_REDUCED disables var-tracking
* scripts/setlocalversion works with too much translated locales ;)

Michal

The following changes since commit a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565:

  Linux 3.8-rc1 (2012-12-21 17:19:00 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git kbuild

for you to fetch changes up to 423a8155facf23719078ff63911c1e85ba40970b:

  kbuild: Fix reading of .config in link-vmlinux.sh (2013-02-25 16:14:48 +0100)

----------------------------------------------------------------
Andi Kleen (1):
      Kbuild: Disable var tracking with CONFIG_DEBUG_INFO_REDUCED

Andreas Schwab (1):
      mod/file2alias: make modalias generation safe for cross compiling

Christophe Leroy (1):
      kbuild: Unset language specific variables in setlocalversion script

H. Peter Anvin (1):
      kernel: Replace timeconst.pl with a bc script

James Hogan (1):
      depmod: pass -P $CONFIG_SYMBOL_PREFIX

Jesper Nilsson (1):
      kbuild: Fix destination-y for installed headers

Michael Grzeschik (1):
      scripts/link-vmlinux.sh: source variables from KCONFIG_CONFIG

Michal Marek (1):
      kbuild: Fix reading of .config in link-vmlinux.sh

 Makefile                          |    6 +-
 include/linux/mod_devicetable.h   |   58 +---
 kernel/Makefile                   |   16 +-
 kernel/timeconst.bc               |  108 ++++++
 kernel/timeconst.pl               |  378 ---------------------
 scripts/Makefile.headersinst      |    6 +-
 scripts/Makefile.modpost          |    7 +-
 scripts/depmod.sh                 |   26 +-
 scripts/link-vmlinux.sh           |    9 +-
 scripts/mod/.gitignore            |    1 +
 scripts/mod/Makefile              |   35 ++
 scripts/mod/devicetable-offsets.c |  178 ++++++++++
 scripts/mod/file2alias.c          |  674 ++++++++++++++++++++-----------------
 scripts/mod/modpost.c             |    5 +-
 scripts/setlocalversion           |    2 +-
 15 files changed, 749 insertions(+), 760 deletions(-)
 create mode 100644 kernel/timeconst.bc
 delete mode 100644 kernel/timeconst.pl
 create mode 100644 scripts/mod/devicetable-offsets.c

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT] kbuild changes for v3.9-rc1
@ 2013-02-27 13:48 Sedat Dilek
  0 siblings, 0 replies; 2+ messages in thread
From: Sedat Dilek @ 2013-02-27 13:48 UTC (permalink / raw)
  To: Michal Marek; +Cc: linux-kbuild, LKML

Hi Marek,

as I see the today's git-pull-request for linux-kbuild... I and some
other people (see 2/3 and 3/3) sent minor fixes to deb-pkg.
Where they overseen?
Anything wrong with them?
( Sorry, didn't follow linux-kbuild ML for a while. )

Regards,
- Sedat -

[PATCH 1/3] kbuild, deb-pkg: Try to determine distribution
[PATCH 2/3] kbuild, deb-pkg: Bump year in debian/copyright file
[PATCH 3/3] kbuild, deb-pkg: Update git repository URL in debian/copyright file

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-27 13:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-27 13:16 [GIT] kbuild changes for v3.9-rc1 Michal Marek
2013-02-27 13:48 Sedat Dilek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®