+12
−5
Loading
hygon inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IAYIA8 CVE: NA --------------------------- The Hygon platform indirectly accesses the `sev_cmd_mutex` variable through `hygon_psp_hooks`. However, on non-Hygon platforms (such as AMD), `hygon_psp_hooks` is not initialized, so `sev_cmd_mutex` should be accessed directly. Fixes: fe08767e ("drivers/crypto/ccp: concurrent psp access support between user and kernel space") Signed-off-by:xiongmengbiao <xiongmengbiao@hygon.cn>