Bug 9421 - [devel-5.10] x86/mce: Set bios_cmci_threshold for CMCI threshold
Summary: [devel-5.10] x86/mce: Set bios_cmci_threshold for CMCI threshold
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: 2024-06-25 18:28 UTC by LeoLiu-oc
Modified: 2024-08-13 11:06 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description LeoLiu-oc zhaoxin_group 2024-06-25 18:28:08 UTC
通过该补丁,使得内核默认可以通过BIOS设置CMCI threahold值。

In the Linux kernel, the CMCI threshold is set to 1 by default. This patch
prevents Linux from overwriting the CMCI threshold set by the bios. With
this patch, the CMCI threshold can be set through the BIOS, which can also
avoid CMCI storms, on Zhaoxin/Centaur CPUs.
Comment 1 小龙 admin 2024-08-13 11:06:18 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/3427