From 945bac5e3914e8364131e0ee43ae6a66dbdc2579 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Fri, 20 Oct 2017 00:21:19 +0100 Subject: [PATCH] [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 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