Bug 5945 - Fix missing statements in backported commit "kvm: x86: Add support for getting/setting expanded xstate buffer"
Summary: Fix missing statements in backported commit "kvm: x86: Add support for gettin...
Status: NEW
Alias: None
Product: ANCK 5.10 Dev
Classification: ANCK
Component: X86 (show other bugs) X86
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: Guanjun
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-20 11:27 UTC by wojiaohanliyang
Modified: 2023-07-25 11:29 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wojiaohanliyang hygon_group 2023-07-20 11:27:47 UTC
Description of problem:

Linux upstream commit be50b2065dfa3 ("kvm: x86: Add support for getting/setting expanded xstate buffer") extended a KVM_GET_XSAVE2 interface, but some statements related to confidential computing were missing when backporting to anolis cloud-kernel.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
Comment 1 小龙 admin 2023-07-25 11:29:22 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/1939