Bug 6083 - Fix errors in string IO processing for CSV2 guests on KVM side
Summary: Fix errors in string IO processing for CSV2 guests on KVM side
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-08-03 11:44 UTC by wojiaohanliyang
Modified: 2023-08-03 12:55 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-08-03 11:44:47 UTC
Description of problem:

Currently, cloud-kernel is unable to properly handle string IO exits of CSV2 virtual machines on KVM side (such as incorrect IO count, incomplete IO buffer conversions), while upstream Linux has fixed these issues.

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-08-03 12:55:55 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/1989