[linux] 01/02: [mips*] Disable RELOCATABLE and RANDOMIZE_BASE.

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Apr 10 08:27:13 UTC 2017


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch jessie-backports
in repository linux.

commit 48dba1440af59215ba13540ac59316d3a90bca8f
Author: Héctor Orón Martínez <zumbi at debian.org>
Date:   Mon Apr 10 10:10:09 2017 +0200

    [mips*] Disable RELOCATABLE and RANDOMIZE_BASE.
    
      The use of RELOCATABLE and RANDOMIZE_BASE causes build failures
      for the backported kernel. Increasing the size to the one
      suggested, does not seem to fix the build.
    
      For reference the error message:
      Relocations overflow available space!
      Please adjust CONFIG_RELOCATION_TABLE_SIZE to at least 0x00116000
      arch/mips/Makefile:363: recipe for target 'vmlinux.bin' failed
    
    Signed-off-by: Héctor Orón Martínez <zumbi at debian.org>
---
 debian/config/kernelarch-mips/config | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/config/kernelarch-mips/config b/debian/config/kernelarch-mips/config
index 3ea9718..6323ed7 100644
--- a/debian/config/kernelarch-mips/config
+++ b/debian/config/kernelarch-mips/config
@@ -1,8 +1,6 @@
 ##
 ## file: arch/mips/Kconfig
 ##
-CONFIG_RELOCATABLE=y
-CONFIG_RANDOMIZE_BASE=y
 CONFIG_KEXEC=y
 CONFIG_SECCOMP=y
 CONFIG_PCI=y

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list