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-prev] [day] [month] [year] [list]
Date:	Sat, 1 Nov 2008 01:11:50 +0100
From:	Jesper Nilsson <jesper.nilsson@...s.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	Mikael Starvik <mikael.starvik@...s.com>,
	linux-kernel <linux-kernel@...r.kernel.org>,
	Jesper Nilsson <Jesper.Nilsson@...s.com>,
	Sam Ravnborg <sam@...nborg.org>
Subject: [RFC git pull 2/2] Remove CRIS build links

Hi!

Again, I know this is a bit late in the game, thus the RFC, but I felt it
would be useful to have these changes in 2.6.28, and Sam Ravnborg
also encouraged me to get these in asap.

This second pull request contains two changes dependent on the first
pull request.

These two changes remove all uses of symbolic links in the CRIS port, making
it possible to build two CRIS architectures (with different O= parameters)
in parallell using the same source tree.


Please consider pulling the following changes since commit
556dcee7b829e5c350c3ffdbdb87a8b15aa3c5d3:
  Jesper Nilsson (1):
        [CRIS] Move header files from include to arch/cris/include.

are available in the git repository at:

      git://www.jni.nu/cris.git link_removal

Jesper Nilsson (2):
      [CRIS] Merge asm-offsets.c for both arches into one file.
      [CRIS] Remove links from CRIS build

 arch/cris/Makefile                            |   67 +++++----------
 arch/cris/arch-v10/kernel/asm-offsets.c       |   47 ----------
 arch/cris/arch-v10/vmlinux.lds.S              |  118 -------------------------
 arch/cris/arch-v32/boot/compressed/head.S     |   16 +++-
 arch/cris/arch-v32/kernel/head.S              |   20 ++++-
 arch/cris/{arch-v32 => }/kernel/asm-offsets.c |   51 +++++++----
 arch/cris/{arch-v32 => kernel}/vmlinux.lds.S  |   44 +++++++---
 7 files changed, 117 insertions(+), 246 deletions(-)
 delete mode 100644 arch/cris/arch-v10/kernel/asm-offsets.c
 delete mode 100644 arch/cris/arch-v10/vmlinux.lds.S
 rename arch/cris/{arch-v32 => }/kernel/asm-offsets.c (55%)
 rename arch/cris/{arch-v32 => kernel}/vmlinux.lds.S (73%)


/^JN - Jesper Nilsson
-- 
               Jesper Nilsson -- jesper.nilsson@...s.com
--
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