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:	Fri, 29 Oct 2010 00:02:31 +0200
From:	Michal Marek <mmarek@...e.cz>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	andy.shevchenko@...il.com, brueckner@...ux.vnet.ibm.com,
	mika@...l.org, mmarek@...e.cz, sakiwit@...il.com,
	vapier.adi@...il.com, linux-kbuild@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [GIT] kbuild core changes for 2.6.37-rc1

Hi Linus,

please pull these kbuild changes for 2.6.37-rc1:
* usr/initramfs cleanup and fix (and a fix to build Blackfin again)
* 'make clean' cleanup and fix
* two more minor fixes

Nothing really exciting this time, I have three more branches that will
follow.

Michal

The following changes since commit da5cabf80e2433131bf0ed8993abc0f7ea618c73:

  Linux 2.6.36-rc1 (2010-08-15 17:41:37 -0700)

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

Andy Shevchenko (1):
      scripts/mod/modpost.c: fix commentary accordingly to last changes

Hendrik Brueckner (2):
      initramfs: generalize initramfs_data.xxx.S variants
      initramfs: fix initramfs size calculation

Jean Sacren (1):
      scripts/kallsyms: Enable error messages while hush up unnecessary warnings

Michael Prokop (1):
      scripts/setlocalversion: update comment

Michal Marek (4):
      kbuild: Really don't clean bounds.h and asm-offsets.h
      kbuild: Do not run make clean in $(srctree)
      kbuild: Use a single clean rule for kernel and external modules
      Merge branch 'kbuild/clean' into kbuild/kbuild

Mike Frysinger (1):
      initramfs: Fix build break on symbol-prefixed archs

 Documentation/kbuild/makefiles.txt |    7 +++++++
 Kbuild                             |    4 ++--
 Makefile                           |   33 +++++++++++++--------------------
 include/asm-generic/vmlinux.lds.h  |    3 ++-
 init/initramfs.c                   |    9 ++++-----
 scripts/Makefile.clean             |    2 ++
 scripts/Makefile.lib               |    4 +++-
 scripts/kallsyms.c                 |    8 ++------
 scripts/mod/modpost.c              |    5 ++++-
 scripts/setlocalversion            |    6 ++++--
 usr/Makefile                       |    6 ++++--
 usr/initramfs_data.S               |   21 ++++++++++++++-------
 usr/initramfs_data.bz2.S           |   29 -----------------------------
 usr/initramfs_data.gz.S            |   29 -----------------------------
 usr/initramfs_data.lzma.S          |   29 -----------------------------
 usr/initramfs_data.lzo.S           |   29 -----------------------------
 16 files changed, 61 insertions(+), 163 deletions(-)
 delete mode 100644 usr/initramfs_data.bz2.S
 delete mode 100644 usr/initramfs_data.gz.S
 delete mode 100644 usr/initramfs_data.lzma.S
 delete mode 100644 usr/initramfs_data.lzo.S
--
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