+0
−6
+5
−5
Loading
mainline inclusion from mainline-v6.9-rc1 commit 5294afdbf45aced5295fe5941c58b40c41c23800 category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I8EC9K CVE: NA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=5294afdbf45aced5295fe5941c58b40c41c23800 -------------------------------- In retrospect, it is fairly obvious that the FP state ownership is only meaningful for a given CPU, and that locating this information in the vcpu was just a mistake. Move the ownership tracking into the host data structure, and rename it from fp_state to fp_owner, which is a better description (name suggested by Mark Brown). Reviewed-by:Mark Brown <broonie@kernel.org> Signed-off-by:
Marc Zyngier <maz@kernel.org> Signed-off-by:
Junhao He <hejunhao3@huawei.com>