aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Blank <waldi@debian.org>2021-08-12 17:55:48 +0200
committerBastian Blank <waldi@debian.org>2021-08-15 20:14:10 +0200
commitbc38357b4de809934809010a278cb7f47f39e7fc (patch)
tree71b2b63aa963e281ad85a2e6832dd855957b4c65
parent22dc0aad2b598f2ecb72037925526e4a4c92592a (diff)
downloadkernel_replicant_linux-bc38357b4de809934809010a278cb7f47f39e7fc.tar.gz
kernel_replicant_linux-bc38357b4de809934809010a278cb7f47f39e7fc.tar.bz2
kernel_replicant_linux-bc38357b4de809934809010a278cb7f47f39e7fc.zip
[mips*] Increase RELOCATION_TABLE_SIZE to 0x1c0000
-rw-r--r--debian/changelog4
-rw-r--r--debian/config/kernelarch-mips/config2
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 5008fae60c18..e16028d96b01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
linux (5.13.9-1~exp3) UNRELEASED; urgency=medium
+ [ Salvatore Bonaccorso ]
* net: Enable MPTCP (Closes: #987815)
+ [ Bastian Blank ]
+ * [mips*] Increase RELOCATION_TABLE_SIZE to 0x1c0000.
+
-- Salvatore Bonaccorso <carnil@debian.org> Wed, 11 Aug 2021 13:11:46 +0200
linux (5.13.9-1~exp2) experimental; urgency=medium
diff --git a/debian/config/kernelarch-mips/config b/debian/config/kernelarch-mips/config
index 7bd4666a10af..730c5b2740ed 100644
--- a/debian/config/kernelarch-mips/config
+++ b/debian/config/kernelarch-mips/config
@@ -8,7 +8,7 @@ CONFIG_SECCOMP=y
##
CONFIG_CPU_HAS_MSA=y
CONFIG_RELOCATABLE=y
-CONFIG_RELOCATION_TABLE_SIZE=0x00180000
+CONFIG_RELOCATION_TABLE_SIZE=0x001c0000
CONFIG_RANDOMIZE_BASE=y
CONFIG_KEXEC=y
CONFIG_MIPS_O32_FP64_SUPPORT=y