overlay coreos-modules: delete ACENIC drivers - #4158
Open
dongsupark wants to merge 2 commits into
Open
Conversation
To be able to build linux-firmware 20260622, it is necessary to delete ACENIC drivers from Kernel config. With ACENIC drivers in, firmware build fails like: ``` * Missing firmware: acenic/tg2.bin (acenic.ko.xz) * Missing firmware: acenic/tg1.bin (acenic.ko.xz) * ERROR: sys-kernel/coreos-firmware-20260622::coreos-overlay failed (prepare phase): * Missing firmware ``` Fixes flatcar/Flatcar#2205 Signed-off-by: Dongsu Park <dongsu@dpark.io>
There was a problem hiding this comment.
Pull request overview
Removes the legacy ACENIC kernel module from the coreos-modules common kernel config to avoid linux-firmware build failures due to missing acenic/tg{1,2}.bin firmware blobs (per Flatcar issue #2205).
Changes:
- Disable ACENIC by removing
CONFIG_ACENIC=mfrom the kernel module config fragment used bycoreos-modules(kernel 6.12).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
dongsupark
marked this pull request as ready for review
July 28, 2026 07:36
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (1)
changelog/changes/2026-07-28-delete-acenic.md:1
- Changelog entry has a spelling error (“depercated”). Since this is user-facing release notes, please correct it to avoid shipping a typo.
- Deleted ACENIC depercated ethernet drivers from Kernel config to be able to build linux-firmware 20260622 or later. ([Flatcar#2205](https://github.com/flatcar/Flatcar/issues/2205))
Signed-off-by: Dongsu Park <dongsu@dpark.io>
dongsupark
force-pushed
the
dongsu/kernel-delete-acenic
branch
from
July 28, 2026 07:45
0a8972c to
f187b93
Compare
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.
To be able to build linux-firmware 20260622, it is necessary to delete ACENIC drivers from Kernel config.
With ACENIC drivers in, firmware build fails like:
Fixes flatcar/Flatcar#2205
Testing done
CI: https://jenkins.flatcar.org/job/container/job/packages_all_arches/446/cldsv/ passed
changelog/directory (user-facing change, bug fix, security fix, update)/bootand/usrsize, packages, list files for any missing binaries, kernel modules, config files, kernel modules, etc.