Skip to content

systemd: fix unmanaged interface in networkd#17046

Merged
nbojanic merged 1 commit into
3.0-devfrom
nbojanic/networkd-unmanaged-fix
May 29, 2026
Merged

systemd: fix unmanaged interface in networkd#17046
nbojanic merged 1 commit into
3.0-devfrom
nbojanic/networkd-unmanaged-fix

Conversation

@nbojanic

@nbojanic nbojanic commented May 6, 2026

Copy link
Copy Markdown
Merge Checklist

All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)

  • The toolchain has been rebuilt successfully (or no changes were made to it)
  • The toolchain/worker package manifests are up-to-date
  • Any updated packages successfully build (or no packages were changed)
  • Packages depending on static components modified in this PR (Golang, *-static subpackages, etc.) have had their Release tag incremented.
  • Package tests (%check section) have been verified with RUN_CHECK=y for existing SPEC files, or added to new SPEC files
  • All package sources are available
  • cgmanifest files are up-to-date and sorted (./cgmanifest.json, ./toolkit/scripts/toolchain/cgmanifest.json, .github/workflows/cgmanifest.json)
  • LICENSE-MAP files are up-to-date (./LICENSES-AND-NOTICES/SPECS/data/licenses.json, ./LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md, ./LICENSES-AND-NOTICES/SPECS/LICENSE-EXCEPTIONS.PHOTON)
  • All source files have up-to-date hashes in the *.signatures.json files
  • sudo make go-tidy-all and sudo make go-test-coverage pass
  • Documentation has been updated to match any changes to the build system
  • Ready to merge

Summary

Backport upstream fix for networkd unmanaged interfaces from upstream (upstream issue 36997).

In systemd v255, unmanaged interfaces may be unexpectedly configured. This can happen on Azure SR-IOV devices which are marked as unmanaged by 01-azure-unmanaged-sriov.network/10-azure-unmanaged-sriov.rules.

The backported upstream fix (upstream PR 37809) ensures unmanaged interfaces are not configured by networkd.

Change Log
  • Backport network-also-check-ID_NET_MANAGED_BY-property-on-rec.patch from upstream commit 78f8d5e.
  • Bump release
Does this affect the toolchain?

NO

Associated issues
  • #xxxx
Links to CVEs

N/A

Test Methodology
  • Pipeline build id: xxxx

@microsoft-github-policy-service microsoft-github-policy-service Bot added Packaging 3.0 Issues and PRs for Azure Linux 3.0 labels May 6, 2026
@nbojanic nbojanic marked this pull request as ready for review May 6, 2026 18:12
@nbojanic nbojanic requested a review from a team as a code owner May 6, 2026 18:12
@nbojanic nbojanic requested a review from ddstreetmicrosoft May 6, 2026 22:50

@ddstreetmicrosoft ddstreetmicrosoft 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.

lgtm

@christopherco christopherco left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Please retarget for 3.0-dev

@nbojanic nbojanic changed the base branch from 3.0 to 3.0-dev May 28, 2026 21:09
@nbojanic nbojanic dismissed ddstreetmicrosoft’s stale review May 28, 2026 21:09

The base branch was changed.

@microsoft-github-policy-service microsoft-github-policy-service Bot added the 3.0-dev PRs Destined for AzureLinux 3.0 label May 28, 2026
@github-actions

Copy link
Copy Markdown

Hello, and thank you for opening this pull request! 👋🏼 We appreciate the contribution.

We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted.

Commits in this repo will typically be prefixed with fix:, feat:, docs:, chore:, refactor:, test:, or ci: to indicate the type of change being proposed. The linked specification has more details.

Details:

Unknown release type "systemd" found in pull request title "systemd: fix unmanaged interface in networkd".

Available types:
 - feat: A new feature
 - fix: A bug fix
 - docs: Documentation only changes
 - style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
 - refactor: A code change that neither fixes a bug nor adds a feature
 - perf: A code change that improves performance
 - test: Adding missing tests or correcting existing tests
 - build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
 - ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
 - chore: Other changes that don't modify src or test files
 - revert: Reverts a previous commit

@nbojanic nbojanic force-pushed the nbojanic/networkd-unmanaged-fix branch from b6caf4d to 33978f3 Compare May 29, 2026 00:32
@nbojanic nbojanic merged commit 53c6d0a into 3.0-dev May 29, 2026
26 of 30 checks passed
@nbojanic nbojanic deleted the nbojanic/networkd-unmanaged-fix branch May 29, 2026 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3.0-dev PRs Destined for AzureLinux 3.0 3.0 Issues and PRs for Azure Linux 3.0 Packaging

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants