+1
−2
Loading
mainline inclusion from mainline-v6.9-rc1 commit 51e09b5572d665645ce394f94f24a7d6ec32bda9 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=51e09b5572d665645ce394f94f24a7d6ec32bda9 -------------------------------- As the name of the field indicates, host_fpsimd_state is strictly a host piece of data, and we reset this pointer on each PID change. So let's move it where it belongs, and set it at load-time. Although this is slightly more often, it is a well defined life-cycle which matches other pieces of data. Reviewed-by:Mark Brown <broonie@kernel.org> Signed-off-by:
Marc Zyngier <maz@kernel.org> Signed-off-by:
Junhao He <hejunhao3@huawei.com>