[linux-6.6.y] ACPI: APEI: GHES: Add ghes_edac support for __ZX__ and _BYO_ systems#1693
Conversation
Let ghes_edac be the preferred driver to load on __ZX__ and _BYO_ systems by extending the platform detection list in ghes.c Signed-off-by: Tony W Wang-oc <TonyWWang-oc@zhaoxin.com> Tested-by: Lyle Li <LyleLi@zhaoxin.com> Acked-by: Borislav Petkov (AMD) <bp@alien8.de> [ rjw: Subject and changelog edits ] Link: https://patch.msgid.link/20260128025216.12564-1-TonyWWang-oc@zhaoxin.com Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: LeoLiu-oc <leoliu-oc@zhaoxin.com>
Reviewer's guide (collapsed on small PRs)Reviewer's GuideExtends ACPI APEI GHES platform detection so that ghes_edac becomes the preferred EDAC driver on ZX and BYO systems by adding their FADT signatures to the supported platform list. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Hi @leoliu-oc. Thanks for your PR. I'm waiting for a deepin-community member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
There was a problem hiding this comment.
Pull request overview
Extends the x86 platform allowlist used by ghes_get_devices() so that ghes_edac is treated as the preferred EDAC driver on additional ACPI firmware/platform combinations (Zhaoxin EDK2 and BYOSOFT).
Changes:
- Add ACPI platform list entries matching FADT OEMID/OEM Table ID for
__ZX__/EDK2and_BYO_/BYOSOFT. - Require FADT OEM revision
>= 3for those new platform matches viagreater_than_or_equal.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: opsiff The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Let ghes_edac be the preferred driver to load on ZX and BYO systems by extending the platform detection list in ghes.c
Tested-by: Lyle Li LyleLi@zhaoxin.com
Acked-by: Borislav Petkov (AMD) bp@alien8.de
[ rjw: Subject and changelog edits ]
Link: https://patch.msgid.link/20260128025216.12564-1-TonyWWang-oc@zhaoxin.com
Summary by Sourcery
New Features: