Bug 29391 - Resolve FPU state corruption between atomic and non-atomic contexts
Summary: Resolve FPU state corruption between atomic and non-atomic contexts
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:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-01-09 10:00 UTC by qiuzhiteng
Modified: 2026-01-09 10:18 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description qiuzhiteng hygon_group 2026-01-09 10:00:25 UTC
Description of problem:
Fix data inconsistency caused by race condition between kernel_fpu_begin_nonatomic
(used for NT copy) and kernel_fpu_begin

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 2026-01-09 10:18:56 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/6329