Skip to content

Update linux-firmware to 20260410#4668

Merged
sairon merged 1 commit into
devfrom
linux-firmware-20260410
Apr 28, 2026
Merged

Update linux-firmware to 20260410#4668
sairon merged 1 commit into
devfrom
linux-firmware-20260410

Conversation

@sairon
Copy link
Copy Markdown
Member

@sairon sairon commented Apr 28, 2026

  • buildroot bc2fe6e38c...6a8d7060f2 (19):

    package/linux-firmware: adjust for new iwlwifi Bz numbering scheme
    package/linux-firmware: Add option to install ath11k (WC68655) firmware
    package/linux-firmware: bump version to 20260410
    package/linux-firmware: bump version to 20260309
    package/linux-firmware: bump version to 20260221
    package/linux-firmware: add option to select Airoha EN8811H
    package/linux-firmware: bump version to 20251011
    package/linux-firmware: Add option to install cadence MHDP8546 DPI/DP bridge firmware
    package/linux-firmware: add option for ath12k firmwares
    package/linux-firmware: add option for mediatek MT7986 firmware (WiFi)
    package/linux-firmware: add Intel 7 WiFi firmware
    package/linux-firmware: add support for PowerVR rogue
    package/linux-firmware: add option for Chips&Media Wave 521C
    package/linux-firmware: bump version to 20250627
    package/linux-firmware: bump version to 20250509
    package/linux-firmware: add support for amd-ucode
    package/linux-firmware: add option for Intel NPU firmware
    package/linux-firmware: bump version to 20250311
    package/linux-firmware: add option for Intel Xe firmware

Summary by CodeRabbit

  • Chores
    • Updated build system dependencies to the latest version.

* buildroot bc2fe6e38c...6a8d7060f2 (19):
  > package/linux-firmware: adjust for new iwlwifi Bz numbering scheme
  > package/linux-firmware: Add option to install ath11k (WC68655) firmware
  > package/linux-firmware: bump version to 20260410
  > package/linux-firmware: bump version to 20260309
  > package/linux-firmware: bump version to 20260221
  > package/linux-firmware: add option to select Airoha EN8811H
  > package/linux-firmware: bump version to 20251011
  > package/linux-firmware: Add option to install cadence MHDP8546 DPI/DP bridge firmware
  > package/linux-firmware: add option for ath12k firmwares
  > package/linux-firmware: add option for mediatek MT7986 firmware (WiFi)
  > package/linux-firmware: add Intel 7 WiFi firmware
  > package/linux-firmware: add support for PowerVR rogue
  > package/linux-firmware: add option for Chips&Media Wave 521C
  > package/linux-firmware: bump version to 20250627
  > package/linux-firmware: bump version to 20250509
  > package/linux-firmware: add support for amd-ucode
  > package/linux-firmware: add option for Intel NPU firmware
  > package/linux-firmware: bump version to 20250311
  > package/linux-firmware: add option for Intel Xe firmware
@sairon sairon requested a review from agners April 28, 2026 13:37
@sairon sairon added os linux Linux kernel related issue labels Apr 28, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 28, 2026

📝 Walkthrough

Walkthrough

The buildroot submodule reference is updated to point to a new commit, updating the exact source revision used by the repository for the buildroot dependency.

Changes

Cohort / File(s) Summary
Submodule Update
buildroot (submodule reference)
Updated to new commit revision.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A hop, a skip, a pointer's turn,
Buildroot's commit makes the reference burn,
One line gone, one line new,
The submodule dance—so swift, so true! 🌱

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The pull request title accurately reflects the primary change: updating linux-firmware to version 20260410, which is confirmed by the PR objectives and the buildroot submodule update.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch linux-firmware-20260410

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@sairon sairon linked an issue Apr 28, 2026 that may be closed by this pull request
Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@buildroot`:
- Line 1: The gitlink in the buildroot submodule currently points to the
non-existent SHA 6a8d7060f21bc9160865101a378d15baa85c5707; locate a valid
reachable commit in the buildroot remote (e.g., by fetching the remote and
running git ls-remote or inspecting the remote repo), replace the bad SHA in the
buildroot gitlink with the correct commit SHA, commit the updated gitlink, and
run git submodule sync && git submodule update --init to verify the submodule
resolves correctly.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 50b68006-f9d7-411d-98dc-10c1045a2614

📥 Commits

Reviewing files that changed from the base of the PR and between ae74dad and ff6c66f.

📒 Files selected for processing (1)
  • buildroot

Comment thread buildroot
@@ -1 +1 @@
Subproject commit bc2fe6e38c5970fc3a4f7d47601bc20d7c7ed63f
Subproject commit 6a8d7060f21bc9160865101a378d15baa85c5707
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "Submodule status:"
git submodule status buildroot

echo
echo "Diff summary for buildroot gitlink:"
git diff --submodule=diff --summary -- buildroot || true

echo
echo "Verify submodule commit exists (if submodule directory is present locally):"
if [ -d buildroot ]; then
  git -C buildroot cat-file -e 6a8d7060f21bc9160865101a378d15baa85c5707^{commit} \
    && echo "OK: submodule commit exists locally"
else
  echo "SKIP: buildroot directory not present in this checkout"
fi

Repository: home-assistant/operating-system

Length of output: 451


The buildroot submodule points to a non-existent commit—provide the correct SHA.

The commit 6a8d7060f21bc9160865101a378d15baa85c5707 does not exist in the buildroot repository (error: "not our ref"). Please verify and update the gitlink to a valid, reachable commit SHA in the buildroot remote.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@buildroot` at line 1, The gitlink in the buildroot submodule currently points
to the non-existent SHA 6a8d7060f21bc9160865101a378d15baa85c5707; locate a valid
reachable commit in the buildroot remote (e.g., by fetching the remote and
running git ls-remote or inspecting the remote repo), replace the bad SHA in the
buildroot gitlink with the correct commit SHA, commit the updated gitlink, and
run git submodule sync && git submodule update --init to verify the submodule
resolves correctly.

@sairon
Copy link
Copy Markdown
Member Author

sairon commented Apr 28, 2026

@sairon sairon merged commit 01f1f8a into dev Apr 28, 2026
3 checks passed
@sairon sairon deleted the linux-firmware-20260410 branch April 28, 2026 20:26
@github-actions github-actions Bot locked and limited conversation to collaborators May 6, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla-signed linux Linux kernel related issue os

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bump linux-firmware to latest version

2 participants