Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Nov 3, 2025

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-bcm2711-current.config 0 1 -1
config/kernel/linux-bcm2711-edge.config 1 1 0
config/kernel/linux-filogic-current.config 0 1 -1
config/kernel/linux-genio-collabora.config 1 8 -7
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-odroidxu4-edge.config 0 1 -1
config/kernel/linux-qcs6490-edge.config 7 39 -32
config/kernel/linux-rockchip-edge.config 0 1 -1
config/kernel/linux-spacemit-edge.config 6 26 -20
config/kernel/linux-sunxi-edge.config 0 1 -1
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: 18 • Lines: +30 / -205 (Δ -175)

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants