From 3d19078b0769d18ce7adb7b2797a6006642bfcfa Mon Sep 17 00:00:00 2001 From: YunQiang Su Date: Sat, 6 Jun 2020 18:06:25 +0800 Subject: [PATCH] mips: Disable O32_FP64_SUPPORT MSA will also be disabled on 32bit flavor, so bump abi version since golang hasn't been migrate to FPXX yet. This will broken the golang packages on Octeon hardware. --- debian/changelog | 5 +++++ debian/config/kernelarch-mips/config | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index edd3b9811..c14feb2c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1017,6 +1017,11 @@ linux (4.19.131-1) UNRELEASED; urgency=medium redundant with "sched/core: Fix illegal RCU from offline CPUs" * Bump ABI to 10 + [ YunQiang Su ] + * [mips*]: Do not enable MIPS_O32_FP64_SUPPORT, since golang hasn't been + migrated to FPXX yet and this breaks the golang packages on Octeon + hardware. In turns this disables MSA on 32-bit kernels. + -- Salvatore Bonaccorso Wed, 13 May 2020 17:44:43 +0200 linux (4.19.118-2+deb10u1) buster-security; urgency=high diff --git a/debian/config/kernelarch-mips/config b/debian/config/kernelarch-mips/config index 683a871b7..63720baaa 100644 --- a/debian/config/kernelarch-mips/config +++ b/debian/config/kernelarch-mips/config @@ -9,7 +9,6 @@ CONFIG_KEXEC=y CONFIG_SECCOMP=y CONFIG_PCI=y # CONFIG_RAPIDIO is not set -CONFIG_MIPS_O32_FP64_SUPPORT=y #. Ignored in 32-bit configurations CONFIG_MIPS32_O32=y CONFIG_MIPS32_N32=y