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>] [thread-next>] [day] [month] [year] [list]
Date:	Thu,  9 Jun 2011 16:57:23 +0200
From:	Michal Marek <mmarek@...e.cz>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/5] Fixes for X.Y kernel versions

Hi Linus,

Updated series to fix various kbuild parts to deal with a two-number kernel
versions. I'll send you a pull request once git.kernel.org is up to date.

Changes since v1:
- Also support single-number kernel versions, just for fun.
- Moved the depmod stuff to scripts/depmod.sh to keep the Makefile tidy
- Check if the depmod hack is actually needed, as we have
  a fixed module-init-tools since last week.

Michal

Michal Marek (5):
  kbuild: Fix KERNELVERSION for empty SUBLEVEL or PATCHLEVEL
  kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL
  kbuild: Move depmod call to a separate script
  kbuild: Hack for depmod not handling X.Y versions
  perf: Use make kernelversion instead of parsing the Makefile

 Makefile                         |   16 ++----------
 scripts/depmod.sh                |   48 ++++++++++++++++++++++++++++++++++++++
 tools/perf/util/PERF-VERSION-GEN |    7 +----
 3 files changed, 52 insertions(+), 19 deletions(-)
 create mode 100755 scripts/depmod.sh

-- 
1.7.4.2

--
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