diff --git a/debian/changelog b/debian/changelog index b8f6e4373..34be3d5c1 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 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 f4a2ac7ce..e846495ee 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