Merge branch 'syq/linux-buster-fp64' into buster

mips: enable O32_FP64 and MSA

See merge request kernel-team/linux!199
This commit is contained in:
Ben Hutchings 2020-02-16 16:28:13 +00:00
commit 14665692cd
4 changed files with 8 additions and 1 deletions

5
debian/changelog vendored
View File

@ -1,9 +1,14 @@
linux (4.19.98-2) UNRELEASED; urgency=medium
[ Salvatore Bonaccorso ]
* do_last(): fetch directory ->i_mode and ->i_uid before it's too late
(CVE-2020-8428)
* vfs: fix do_last() regression
[ YunQiang Su ]
* [mips*] enable CONFIG_MIPS_O32_FP64_SUPPORT.
* [mips*] enable CONFIG_CPU_HAS_MSA except octeon.
-- Salvatore Bonaccorso <carnil@debian.org> Wed, 29 Jan 2020 06:52:57 +0100
linux (4.19.98-1) buster; urgency=medium

View File

@ -1,6 +1,7 @@
##
## file: arch/mips/Kconfig
##
CONFIG_CPU_HAS_MSA=y
CONFIG_RELOCATABLE=y
CONFIG_RELOCATION_TABLE_SIZE=0x00140000
CONFIG_RANDOMIZE_BASE=y
@ -8,6 +9,7 @@ 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

View File

@ -5,7 +5,6 @@
CONFIG_MIPS_GENERIC=y
## end choice
CONFIG_MIPS_CPS=y
CONFIG_CPU_HAS_MSA=y
CONFIG_HIGHMEM=y
CONFIG_NR_CPUS=16

View File

@ -8,6 +8,7 @@ CONFIG_CAVIUM_OCTEON_SOC=y
# CONFIG_32BIT is not set
CONFIG_64BIT=y
## end choice
# CONFIG_CPU_HAS_MSA is not set
CONFIG_SMP=y
# CONFIG_HOTPLUG_CPU is not set
CONFIG_NR_CPUS=64