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, 18 Feb 2015 22:12:13 +0100
From:	Michal Marek <mmarek@...e.cz>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	mmarek@...e.cz, yamada.m@...panasonic.com,
	linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] kbuild changes for v3.20-rc1

Hi Linus,

please pull the kbuild stuff for v3.20-rc1:
- several cleanups in kbuild
- serialize multiple *config targets so that 'make defconfig kvmconfig'
  works
- The cc-ifversion macro got support for an else-branch


The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

  Linux 3.19-rc1 (2014-12-20 17:08:50 -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 a75f8b8dab0f73459fa47a1daa10c84c4e8400a8:

  kbuild,gcov: simplify kernel/gcov/Makefile more (2015-01-09 17:25:44 +0100)

----------------------------------------------------------------
Masahiro Yamada (10):
      kbuild: merge bounds.h and asm-offsets.h rules
      kbuild: remove redundant line from bounds.h/asm-offsets.h
      kbuild: use mixed-targets when two or more config targets are given
      kbuild: drop $(version_h) from MRPROPER_FILES
      kbuild: fix cc-ifversion macro
      kbuild: do not add $(call ...) to invoke cc-version or cc-fullversion
      kbuild,gcov: remove unnecessary workaround
      kbuild,gcov: simplify kernel/gcov/Makefile
      kbuild: allow cc-ifversion to have the argument for false condition
      kbuild,gcov: simplify kernel/gcov/Makefile more

Michal Marek (1):
      kbuild: Drop support for clean-rule

 Documentation/kbuild/makefiles.txt |  9 +++---
 Kbuild                             | 61 +++++++++++++-------------------------
 Makefile                           |  4 +--
 arch/parisc/Makefile               |  2 +-
 arch/powerpc/Makefile              |  6 ++--
 arch/x86/Makefile.um               |  2 +-
 kernel/gcov/Makefile               | 36 ++++------------------
 scripts/Kbuild.include             |  7 ++---
 scripts/Makefile.clean             |  3 --
 9 files changed, 40 insertions(+), 90 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