[linux] 01/02: [mips*] Increase RELOCATION_TABLE_SIZE to 0x00110000 for all flavours (fixes FTBFS)
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Wed Oct 4 02:50:34 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 cc3ac57d1d254d87117afb2e19b11b55e9ed0468
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Wed Oct 4 02:35:11 2017 +0100
[mips*] Increase RELOCATION_TABLE_SIZE to 0x00110000 for all flavours (fixes FTBFS)
The latest build failed on mips for the 4kc-malta flavour (which is the first):
RELOCS vmlinux
Relocations overflow available space!
Please adjust CONFIG_RELOCATION_TABLE_SIZE to at least 0x0010f000
So do the same thing we did for the octeon flavour.
---
debian/changelog | 2 ++
debian/config/kernelarch-mips/config | 1 +
debian/config/kernelarch-mips/config.octeon | 1 -
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index c39e738..73b00ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ linux (4.14~rc3-1~exp2) UNRELEASED; urgency=medium
- power/supply: Enable BATTERY_BQ27XXX and BATTERY_BQ27XXX_HDQ as modules,
replacing W1_SLAVE_BQ27000
* net: Disable IRDA, which will soon be deleted upstream
+ * [mips*] Increase RELOCATION_TABLE_SIZE to 0x00110000 for all flavours
+ (fixes FTBFS)
-- Ben Hutchings <ben at decadent.org.uk> Wed, 04 Oct 2017 01:44:24 +0100
diff --git a/debian/config/kernelarch-mips/config b/debian/config/kernelarch-mips/config
index 6e19e0a..f4a2ac7 100644
--- a/debian/config/kernelarch-mips/config
+++ b/debian/config/kernelarch-mips/config
@@ -2,6 +2,7 @@
## file: arch/mips/Kconfig
##
CONFIG_RELOCATABLE=y
+CONFIG_RELOCATION_TABLE_SIZE=0x00110000
CONFIG_RANDOMIZE_BASE=y
CONFIG_KEXEC=y
CONFIG_SECCOMP=y
diff --git a/debian/config/kernelarch-mips/config.octeon b/debian/config/kernelarch-mips/config.octeon
index 08b4167..7b05c4b 100644
--- a/debian/config/kernelarch-mips/config.octeon
+++ b/debian/config/kernelarch-mips/config.octeon
@@ -8,7 +8,6 @@ CONFIG_CAVIUM_OCTEON_SOC=y
# CONFIG_32BIT is not set
CONFIG_64BIT=y
## end choice
-CONFIG_RELOCATION_TABLE_SIZE=0x00110000
CONFIG_SMP=y
# CONFIG_HOTPLUG_CPU is not set
CONFIG_NR_CPUS=64
--
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