]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: add missing MSACSR and upper MSA initialization
authorHuang Pei <huangpei@loongson.cn>
Tue, 1 Sep 2020 06:53:09 +0000 (14:53 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 3 Sep 2020 10:00:03 +0000 (12:00 +0200)
commit42f592c9512a5dde852f1015351a706d340596f4
tree71e7c8aa6a0d3ac586befa5c3b23398aa7ce809d
parent9e5c207c467c6ab5b9c5f815c0bce957f24067da
MIPS: add missing MSACSR and upper MSA initialization

In 777972613f4b ("MIPS: Simplify FP context initialization), init_fp_ctx
just initialize the fp/msa context, and own_fp_inatomic just restore
FCSR and 64bit FP regs from it, but miss MSACSR and upper MSA regs for
MSA, so MSACSR and MSA upper regs's value from previous task on current
cpu can leak into current task and cause unpredictable behavior when MSA
context not initialized.

Fixes: 777972613f4b ("MIPS: Simplify FP context initialization")
Signed-off-by: Huang Pei <huangpei@loongson.cn>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/kernel/traps.c