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:	Sat, 31 Mar 2012 00:13:34 +0200
From:	Michal Marek <mmarek@...e.cz>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	JBeulich@...e.com, balbi@...com, bernhard@...lle.de,
	bobbypowers@...il.com, dev@...tselaar.org,
	kirill.shutemov@...ux.intel.com, roland@...estorage.com,
	swarren@...dotorg.org, linux-kbuild@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [GIT] kbuild for 3.4

Hi Linus,

please pull the following kbuild change for 3.4-rc1. Nothing really
exciting this time:

* Unification of cmd_uimage among archs that use it
* make headers_check tries harder before reporting a missing
  <linux/types.h> include
* kbuild portability fix for shells that do not support echo -e
* make clean descends into samples/
* setlocalversion grep fix
* modpost typo fix
* dtc warnings fix

Thanks,
Michal

The following changes since commit dcd6c92267155e70a94b3927bce681ce74b80d1f:

  Linux 3.3-rc1 (2012-01-19 15:04:48 -0800)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git kbuild

Bernhard Walle (1):
      scripts/Kbuild.include: Fix portability problem of "echo -e"

Bobby Powers (1):
      headers_check: recursively search for linux/types.h inclusion

Felipe Balbi (1):
      scripts: dtc: fix compile warnings

Gerard Snitselaar (1):
      kbuild: clean up samples directory

Jan Beulich (1):
      modpost: fix ALL_INIT_DATA_SECTIONS

Kirill A. Shutemov (1):
      kbuild: disable -Wmissing-field-initializers for W=1

Roland Dreier (1):
      setlocalversion: Use "grep -q" instead of piping output to "read dummy"

Stephen Warren (1):
      Kbuild: centralize MKIMAGE and cmd_uimage definitions

 Makefile                        |    2 +-
 arch/arm/boot/Makefile          |   23 +++++++++--------------
 arch/avr32/boot/images/Makefile |    9 +++------
 arch/blackfin/boot/Makefile     |   19 ++++++++-----------
 arch/microblaze/boot/Makefile   |   10 +++-------
 arch/sh/boot/Makefile           |    8 ++------
 arch/sparc/boot/Makefile        |    9 +++------
 arch/unicore32/boot/Makefile    |   12 ++----------
 scripts/Kbuild.include          |    2 +-
 scripts/Makefile.build          |    2 ++
 scripts/Makefile.lib            |   24 ++++++++++++++++++++++++
 scripts/dtc/dtc.c               |    5 +----
 scripts/dtc/flattree.c          |    2 --
 scripts/headers_check.pl        |   38 +++++++++++++++++++++++++++++++++++++-
 scripts/mod/modpost.c           |    2 +-
 scripts/setlocalversion         |    3 +--
 16 files changed, 98 insertions(+), 72 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