Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

Rewrite kernel configs

What this PR does

  • Regenerates and synchronizes Linux kernel config fragments across boards/families based on the prepared inventory.
  • Runs ./compile.sh rewrite-kernel-config for each scheduled (family, branch) and aggregates all changes into one PR.
  • No userspace changes; only Kconfig option updates (enable/disable/modules/values) aligned with the targeted kernel branches.

How it was produced

This PR is produced from this GHA script.

  1. Built a matrix: ./compile.sh inventory-boards (deduped, sanitized).
  2. Executed rewrite-kernel-config per matrix.
  3. Collected only changed files from each job as artifacts; aggregated and committed them here.

Review tips

  • Skim the table below for big deltas; open those configs to verify intent.
  • If a particular change is undesirable, comment on that file and we can exclude/adjust and re-run.

Files changed

File + - Δ
config/kernel/linux-k3-current.config 7 6 1
config/kernel/linux-meson-current.config 0 1 -1
config/kernel/linux-meson64-edge.config 4 19 -15
config/kernel/linux-qcs6490-edge.config 7 39 -32
config/kernel/linux-rockchip64-edge.config 4 17 -13
config/kernel/linux-sunxi64-edge.config 1 1 0
config/kernel/linux-uefi-arm64-edge.config 2 28 -26
config/kernel/linux-uefi-loong64-edge.config 0 8 -8
config/kernel/linux-uefi-riscv64-edge.config 0 7 -7
config/kernel/linux-uefi-x86-current.config 0 1 -1
config/kernel/linux-uefi-x86-edge.config 1 55 -54

Files: 11 • Lines: +26 / -182 (Δ -156)

Copy link
Contributor

coderabbitai bot commented Oct 20, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Needs review Seeking for review

Development

Successfully merging this pull request may close these issues.

1 participant