riscv: openeuler_defconfig: Enable more ACPI_APEI configs#156
Merged
xmzzz merged 1 commit intoRVCK-Project:OLK-nextfrom Jan 20, 2026
Merged
riscv: openeuler_defconfig: Enable more ACPI_APEI configs#156xmzzz merged 1 commit intoRVCK-Project:OLK-nextfrom
xmzzz merged 1 commit intoRVCK-Project:OLK-nextfrom
Conversation
riscv inclusion category: config bugzilla: RVCK-Project#155 -------------------------------- Enable ACPI APEI related configuration options in openeuler_defconfig to enhance RAS (Reliability, Availability, Serviceability) capabilities on RISC-V: - CONFIG_ACPI_APEI_EINJ=y: Error injection for RAS testing - CONFIG_ACPI_APEI_ERST_DEBUG=y: ERST debugging support - CONFIG_ACPI_APEI_PCIEAER=y: PCIe AER error handling via APEI - CONFIG_MEMORY_FAILURE=y: Hardware memory error recovery - CONFIG_ACPI_APEI_MEMORY_FAILURE=y: Memory error recovery via APEI These options align with x86 and arm64 openeuler_defconfig. Signed-off-by: Lu Peng <lu.peng3@zte.com.cn> Signed-off-by: liuqingtao <liu.qingtao2@zte.com.cn>
|
开始测试 log: https://github.com/RVCK-Project/rvck-olk/actions/runs/21122467193 参数解析结果
测试完成 详细结果:RVCK result
Kunit Test Result[01:44:22] Testing complete. Ran 454 tests: passed: 442, skipped: 12 Kernel Build ResultKernel build succeeded: RVCK-Project/rvck-olk/156/ db4ba77c32398bdd9660673ee4b82103 /srv/guix_result/73c8bf9474daec121f9668ad844474ef66108b04/Image LAVA Checkargs:
result:Lava check done! lava log: https://lava.oerv.ac.cn/scheduler/job/1084 lava result count: [fail]: 20, [pass]: 1587, [skip]: 292 Check Patch Result
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
riscv: openeuler_defconfig: Enable more ACPI_APEI configs
riscv inclusion
category: config
bugzilla: #155
Enable ACPI APEI related configuration options in openeuler_defconfig to enhance RAS (Reliability, Availability, Serviceability) capabilities on RISC-V:
These options align with x86 and arm64 openeuler_defconfig.