feat(kernel): Enable ghes acpi kernel config option - #18224
Open
AZaugg wants to merge 3 commits into
Open
Conversation
Set CONFIG_INFINIBAND_BNXT_RE=m, reenabling RDMA support on Broadcom NetXtreme NICs. Bump azl_pkgrelease to 10 with a %changelog entry and refresh the kernel lock input-fingerprint. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Enable CONFIG_ACPI_APEI_GHES=y (Generic Hardware Error Source) in the x86_64 kernel config to support APEI/GHES firmware-first hardware error reporting. aarch64 already has GHES enabled. All select dependencies (ACPI_HED, IRQ_WORK, GENERIC_ALLOCATOR) and the ACPI_APEI dependency are already satisfied, so this is an additive change. Bumps azl_pkgrelease 10 -> 11 with a matching changelog entry. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
Enables ACPI APEI GHES on x86_64, stacked on the preceding Broadcom RoCE change.
Changes:
- Enables
CONFIG_ACPI_APEI_GHES=y. - Retains stacked
CONFIG_INFINIBAND_BNXT_RE=mchanges. - Updates policy, release metadata, rendered files, and lock fingerprint.
The implementation is consistent, but the PR title fails the required Conventional Commits validation.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
base/comps/kernel/6.18-x86_64-azl.config |
Enables GHES and stacked BNXT_RE settings. |
base/comps/kernel/kernel.azl.macros |
Advances package release to 11. |
base/comps/kernel/kernel.spec |
Adds release changelog entries. |
locks/kernel.lock |
Refreshes the component fingerprint. |
scripts/ci/kernel/kernel-config-checker/kernel_config_checker/kernel_configs_json/azl4-os-required-kernel-configs.json |
Enforces the new x86_64 settings. |
specs/k/kernel/6.18-x86_64-azl.config |
Updates rendered kernel configuration. |
specs/k/kernel/kernel.azl.macros |
Updates rendered release metadata. |
specs/k/kernel/kernel.spec |
Updates rendered changelog. |
This was referenced Jul 27, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 7 out of 8 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (1)
scripts/ci/kernel/kernel-config-checker/kernel_config_checker/kernel_configs_json/azl4-os-required-kernel-configs.json:3248
- Rebase this stacked branch onto the latest #17874. That prerequisite now removes this kernel-specific override because the default entry already requires
m, and it updates the default justification. Keeping this copy would reintroduce stale, duplicate policy and lose the prerequisite's reviewed justification when the series lands.
"name": "CONFIG_INFINIBAND_BNXT_RE",
"values": [
{ "architecture": "x86_64", "value": "m" }
],
"justification": "https://microsoft.visualstudio.com/OS/_workitems/edit/63295045"
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.
Reenable CONFIG_ACPI_APEI_GHES for azurelinux 4.
This is a series of PRs, look at
#17874
first