Skip to content

overlay coreos-modules: delete ACENIC drivers - #4158

Open
dongsupark wants to merge 2 commits into
mainfrom
dongsu/kernel-delete-acenic
Open

overlay coreos-modules: delete ACENIC drivers#4158
dongsupark wants to merge 2 commits into
mainfrom
dongsu/kernel-delete-acenic

Conversation

@dongsupark

@dongsupark dongsupark commented Jul 28, 2026

Copy link
Copy Markdown
Member

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

Testing done

CI: https://jenkins.flatcar.org/job/container/job/packages_all_arches/446/cldsv/ passed

  • Changelog entries added in the respective changelog/ directory (user-facing change, bug fix, security fix, update)
  • Inspected CI output for image differences: /boot and /usr size, packages, list files for any missing binaries, kernel modules, config files, kernel modules, etc.

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>

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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=m from the kernel module config fragment used by coreos-modules (kernel 6.12).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI review requested due to automatic review settings July 28, 2026 07:35
@dongsupark
dongsupark marked this pull request as ready for review July 28, 2026 07:36
@dongsupark
dongsupark requested a review from a team as a code owner July 28, 2026 07:36

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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>
Copilot AI review requested due to automatic review settings July 28, 2026 07:44
@dongsupark
dongsupark force-pushed the dongsu/kernel-delete-acenic branch from 0a8972c to f187b93 Compare July 28, 2026 07:45

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.

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

Labels

Projects

Status: ✅ Testing / in Review

Development

Successfully merging this pull request may close these issues.

[RFE] Linux Kernel: deprecate ACENIC drivers or more unlicensed drivers

2 participants