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:	Thu, 11 Oct 2012 23:56:04 +0200
From:	Michal Marek <mmarek@...e.cz>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	ak@...ux.intel.com, daniel.santos@...ox.com, kliegs@...omium.org,
	ozancag@...il.com, urpapa@...il.com, linux-kbuild@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [GIT] kbuild changes for v3.7

Hi Linus,

The main part of kbuild for v3.7 contains:
* Fix for scripts/Makefile.modpost to not choke on a '.ko' substring in
  the build directory path
* Two warning fixes (modpost and main Makefile)
* __compiletime_error works also with gcc 4.3
* make tar{gz,bz2,xz}-pkg uses default compression settings instead of
  saving as many bytes as possible (this should actually be in the misc
  branch, I don't know why I applied it here).

Michal

The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee:

  Linux 3.6-rc1 (2012-08-02 16:38:10 -0700)

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 415c2c525fab214ab75413aadbc67b4ee9cf212e:

  compiler-gcc4.h: correct verion check for __compiletime_error (2012-10-11 22:51:41 +0200)

----------------------------------------------------------------
Andi Kleen (1):
      Kbuild: use normal compression settings for tar*-pkg

Daniel Santos (1):
      compiler-gcc4.h: correct verion check for __compiletime_error

Jonathan Kliegman (1):
      modpost: Permit .GCC.command.line sections

Ozan Çağlayan (1):
      kbuild: Remove useless warning while appending KCFLAGS

이건호 (1):
      scripts/Makefile.modpost: error in finding modules from .mod files.

 Makefile                      |   19 +++----------------
 include/linux/compiler-gcc4.h |    2 +-
 scripts/Makefile.modinst      |    2 +-
 scripts/Makefile.modpost      |    2 +-
 scripts/mod/modpost.c         |    1 +
 scripts/package/buildtar      |    6 +++---
 6 files changed, 10 insertions(+), 22 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