On 02/26/2015 02:38 PM, Andrew Morton wrote:
[...]

From: Andrew Morton<a...@linux-foundation.org>
Subject: fix-offset2lib-issue-for-x86-arm-powerpc-and-mips-fix

Consolidate randomize_et_dyn() implementations into fs/binfmt_elf.c.

There doesn't seem to be a compile-time way of making randomize_et_dyn()
go away on architectures which don't need it, so mark it __weak to cause
it to be discarded at link time.

Cc: "H. Peter Anvin"<h...@zytor.com>
Cc: Benjamin Herrenschmidt<b...@kernel.crashing.org>
Cc: Catalin Marinas<catalin.mari...@arm.com>
Cc: Hector Marco Gisbert<hecma...@upv.es>
Cc: Hector Marco-Gisbert<hecma...@upv.es>
Cc: Ingo Molnar<mi...@kernel.org>
Cc: Ismael Ripoll<irip...@upv.es>
Cc: Kees Cook<keesc...@chromium.org>
Cc: Ralf Baechle<r...@linux-mips.org>
Cc: Russell King<r...@arm.linux.org.uk>
Cc: Thomas Gleixner<t...@linutronix.de>
Cc: Will Deacon<will.dea...@arm.com>
Signed-off-by: Andrew Morton<a...@linux-foundation.org>
[...]
diff -puN 
arch/arm64/include/asm/elf.h~fix-offset2lib-issue-for-x86-arm-powerpc-and-mips-fix
 arch/arm64/include/asm/elf.h
--- 
a/arch/arm64/include/asm/elf.h~fix-offset2lib-issue-for-x86-arm-powerpc-and-mips-fix
+++ a/arch/arm64/include/asm/elf.h
@@ -1,5 +1,5 @@
  /*
- * Copyright (C) 2012 ARM Ltd.
+ * Copyright (C) 20q12 ARM Ltd.

This particular change looks like it may be a typo.

   *
   * This program is free software; you can redistribute it and/or modify
   * it under the terms of the GNU General Public License version 2 as

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to