[linux] 01/01: [mips*] Increase RELOCATION_TABLE_SIZE to 0x00120000 (fixes FTBFS)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Thu Oct 19 23:21:35 UTC 2017


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

benh pushed a commit to branch master
in repository linux.

commit 945bac5e3914e8364131e0ee43ae6a66dbdc2579
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Fri Oct 20 00:21:19 2017 +0100

    [mips*] Increase RELOCATION_TABLE_SIZE to 0x00120000 (fixes FTBFS)
---
 debian/changelog                     | 6 ++++++
 debian/config/kernelarch-mips/config | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b8f6e43..34be3d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+linux (4.14~rc5-1~exp2) UNRELEASED; urgency=medium
+
+  * [mips*] Increase RELOCATION_TABLE_SIZE to 0x00120000 (fixes FTBFS)
+
+ -- Ben Hutchings <ben at decadent.org.uk>  Fri, 20 Oct 2017 00:20:35 +0100
+
 linux (4.14~rc5-1~exp1) experimental; urgency=medium
 
   * New upstream release candidate
diff --git a/debian/config/kernelarch-mips/config b/debian/config/kernelarch-mips/config
index f4a2ac7..e846495 100644
--- a/debian/config/kernelarch-mips/config
+++ b/debian/config/kernelarch-mips/config
@@ -2,7 +2,7 @@
 ## file: arch/mips/Kconfig
 ##
 CONFIG_RELOCATABLE=y
-CONFIG_RELOCATION_TABLE_SIZE=0x00110000
+CONFIG_RELOCATION_TABLE_SIZE=0x00120000
 CONFIG_RANDOMIZE_BASE=y
 CONFIG_KEXEC=y
 CONFIG_SECCOMP=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