33721 Commits

Author SHA1 Message Date
Kai Lueke
0ea4f073c2 DROP: Use mantle kola PR ref
Signed-off-by: Kai Lueke <kailuke@microsoft.com>
2025-12-18 13:30:59 +09:00
Kai Lueke
046de06639 Use systemd-confext instead of custom /etc overlay mount
For A/B-updated /etc contents we used a custom overlay mount that
provides the default files through a lowerdir loaded from /usr. Since
then we upstreamed mutable systemd-confext support and now we can switch
to it.
This pulls in https://github.com/flatcar/init/pull/138 and
https://github.com/flatcar/bootengine/pull/115 together with backported
systemd patches that have opened or merged upstream PRs to fix --root=
issues and add a refresh skip check to prevent boot disruptions due to
the multiple daemon reloads and - more important - the missing atomic
remount that would mean /etc is gone for a few milliseconds during boot.
The skip logic works best with verity hashes and thus the default
confext must be a verity extension image.
User-provided confext don't work well yet unless they use verity due to
the missing atomic remount and reliance on the skipping logic. We also
need to look into stacking order and other mutabiliy settings.

The backported systemd patches relate to the following upstream PRs:

https://github.com/systemd/systemd/pull/39843 for
vpick-Don-t-use-openat-directly-but-resolve-symlinks
discover-image-Follow-symlinks-in-a-given-root
sysext-Use-correct-image-name-for-extension-release
test-Add-tests-for-handling-symlinks-with-systemd-sy
Note that the patch in the PR relies on
0859fe3f32774f1e0c787974cc252ff922a1b868 but the backport patch not.

https://github.com/systemd/systemd/pull/39980 for
sysext-Create-mutable-directory-with-the-right-mode
sysext-Skip-refresh-if-no-changes-are-found

https://github.com/systemd/systemd/pull/39991 for
sysext-Get-verity-user-certs-from-given-root

https://github.com/systemd/systemd/pull/40063 for
sysext-Fix-config-file-support-with-root
which relies on https://github.com/systemd/systemd/pull/38250 for
man-sysext.conf-add-systemd-sysext-config-files
sysext-introduce-global-config-file
sysext-support-ImagePolicy-global-config-option

Signed-off-by: Kai Lueke <kailuke@microsoft.com>
2025-12-18 13:30:59 +09:00
Kai Lueke
fcd6b52d6f Revert "Revert PR #3534 "sysext: Add OS-dependent sysext compression""
This reverts commit d28ece4479024c651e514dbc6bbbde12ab326a6e.

Signed-off-by: Kai Lueke <kailuke@microsoft.com>
2025-12-18 13:30:55 +09:00
Kai Lueke
d622072b0c build_sysext: Set daemon reload metadata field
Most sysexts need a daemon reload to get their services (re)started when
systemd-sysext (re)loads extensions after boot. Up to now this was done
through ensure-sysext.service but only when systemd-sysext.service was
restarted. A manual invocation of systemd-sysext did not get the
daemon reload and, e.g., Docker failed to start.
Since the daemon reload is done when at least one extension needs it
and we can say that this is likely true for most of the extensions we
build, we can unconditionally set it for now and see if we need to
make it conditional per sysext later, e.g., when one could only have
plain CLI extensions and no service extensions such as Docker/containerd
or Podman (and even NVIDIA/ZFS require services after load).

Signed-off-by: Kai Lueke <kailuke@microsoft.com>
2025-12-18 13:30:12 +09:00
Kai Lueke
1f7b94c716 sys-apps/systemd: Update to 258.2
Signed-off-by: Kai Lueke <kailuke@microsoft.com>
2025-12-18 13:30:12 +09:00
Kai Lueke
6fec650086 acct-group/clock: New package
From 7f0d7d0eb24afe14cd62bfa78cb9e139b9f824d1

Signed-off-by: Kai Lueke <kailuke@microsoft.com>
2025-12-18 13:30:12 +09:00
flatcar-ci
8c5cc3b270 New version: main-4552.0.0-nightly-20251217-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-12-17 21:00:24 +00:00
Thilo Fromm
352dbcbabc
Merge pull request #3573 from flatcar/t-lo/test-report-fix-result-indicators
ci-automation: fix broken result indicators in test reports
2025-12-17 17:17:36 +01:00
James Le Cuirot
f817a1a736
Merge pull request #3576 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2025-12-17 15:49:16 +00:00
Flatcar Buildbot
aac6351af6 Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-12-17 14:47:27 +00:00
Mathieu Tortuyaux
29f2bf8627
Merge pull request #3560 from flatcar/tormath1/stackit-fix-gc
ci-automation: fix STACKIT garbage collection
2025-12-17 15:47:12 +01:00
Thilo Fromm
f5b68028da ci-automation: fix broken result indicators in test reports
The CI automation test report library used embedded images to indicate
test success / failures. The URL these images were referenced from has
gone AWOL some time ago, resulting in ugly "missing image" references in
test reports.

This change updates the test result indicator code to only use emojis.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2025-12-17 12:59:38 +01:00
James Le Cuirot
7f128bce66
Merge pull request #3524 from timbuchwaldt/main
sys-kernel/coreos-modules: Enable Netkit flag
2025-12-17 10:59:28 +00:00
flatcar-ci
b548c371f8 New version: main-4551.0.0-nightly-20251216-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-12-16 21:00:31 +00:00
James Le Cuirot
2814ccc247
Merge pull request #3565 from flatcar/chewi/kernel-dir
Simplify kernel directory logic and rework hv-daemons
2025-12-16 13:52:27 +00:00
James Le Cuirot
5a0e40ae97
sys-kernel/coreos-sources: Don't add backslashes to UNIPATCH_LIST
It's unnecessary and looks weird.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2025-12-16 12:01:59 +00:00
James Le Cuirot
102ffc86fc
sys-kernel/coreos-sources: Drop unnecessary arm64 tools patch
The hv-daemons package has been adjusted instead.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2025-12-16 12:01:58 +00:00
James Le Cuirot
71930b71c9
app-emulation/hv-daemons: Don't use kmake to build this
It's essentially a standalone userspace project that happens to live
within the kernel sources. It should not be built like the kernel.

hv_fcopy_daemon was dropped upstream.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2025-12-16 12:01:57 +00:00
James Le Cuirot
3d1a2a44bd
app-emulation/hv-daemons: Drop 9999 ebuild
It doesn't make any sense because there is no 9999 version of coreos-sources.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2025-12-16 12:01:53 +00:00
James Le Cuirot
b5e9560fba
Simplify kernel directory logic
Having too many variables is confusing, so use the ones already provided
by upstream. linux-info.eclass uses KERNEL_DIR (if set) as the kernel
sources directory and sets KV_DIR to that for use elsewhere. If
KERNEL_DIR is unset, it checks the /usr/src/linux symlink. While we
could rely on the symlink, we want to be sure that coreos-modules and
coreos-kernel are built against the matching kernel version.

KV_OUT_DIR is the kernel output directory. It is automatically set by
linux-info.eclass, and it will never leave it empty.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2025-12-16 12:01:03 +00:00
James Le Cuirot
14b60cbd6a
Merge pull request #3571 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2025-12-16 11:51:09 +00:00
Flatcar Buildbot
13e0140350 Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-12-16 11:48:39 +00:00
James Le Cuirot
4fe5f90ba3
Merge pull request #3561 from flatcar/linux-6.12.62-main
Upgrade Linux Kernel for main from 6.12.61 to 6.12.62
2025-12-16 11:48:25 +00:00
flatcar-ci
6213947267 New version: main-4550.0.0-nightly-20251215-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-12-15 21:00:32 +00:00
Daniel
f8c91c5ba7
Merge pull request #3567 from flatcar/danzatt/revert-signed-sysexts
Revert signed sysexts
2025-12-15 18:07:45 +01:00
Daniel
d28ece4479 Revert PR #3534 "sysext: Add OS-dependent sysext compression"
Revert PR #3162 "Signed OS-dependent sysexts"

Signed-off-by: Daniel Zatovic <daniel.zatovic@gmail.com>
2025-12-15 17:56:48 +01:00
Flatcar Buildbot
1cb3f7399c sys-kernel/coreos-sources: Update from 6.12.61 to 6.12.62
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-12-13 07:05:25 +00:00
flatcar-ci
4041e4b21a New version: main-4547.0.0-nightly-20251212-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-12-13 02:31:37 +00:00
flatcar-ci
5528688d0d New version: main-4547.0.0-nightly-20251212-2100-INTERMEDIATE
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-12-12 21:00:37 +00:00
Daniel Zatovic
5686f7bc81 sysext: Add OS-dependent sysext compression
We removed the sysext compression, because we double-compression is
redundant for sysexts stored in already coimpressed BTRFS /usr. However,
OS-dependent sysexts that are downloaded on-demand were now also
uncompressed. This commit brings back the compression via
SYSTEMD_REPART_MKFS_OPTIONS_EROFS option.

Signed-off-by: Daniel Zatovic <daniel.zatovic@gmail.com>
2025-12-12 15:42:12 +01:00
Dongsu Park
585f734799
Merge pull request #3545 from flatcar/dongsu/ue-rs-fix-downloadresult
overlay ue-rs: fix download regression by returning Ok
2025-12-12 14:07:15 +01:00
Dongsu Park
3bff39990f
Merge pull request #3495 from flatcar/buildbot/weekly-portage-stable-package-updates-2025-11-17
Weekly portage-stable package updates 2025-11-17
2025-12-12 12:57:27 +01:00
Mathieu Tortuyaux
99f4ec8013
ci-automation: fix STACKIT garbage collection
The STACKIT project ID was missing for the gargabe collector to run.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2025-12-12 09:40:22 +01:00
flatcar-ci
c1c79e68fd Revert failed version back to 4545.0.0+nightly-20251210-2100 2025-12-12 01:24:56 +00:00
flatcar-ci
fa201d1892 New version: main-4546.0.0-nightly-20251211-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-12-11 21:00:27 +00:00
Dongsu Park
5feee4aac6 overlay ue-rs: fix download regression by returning Ok
Pulls in https://github.com/flatcar/ue-rs/pull/100.

Signed-off-by: Dongsu Park <dongsu@dpark.io>
2025-12-11 15:29:56 +01:00
Mathieu Tortuyaux
67927a764d
Merge pull request #3556 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2025-12-11 12:01:24 +01:00
Flatcar Buildbot
fe2cc7053e Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-12-11 10:54:02 +00:00
Mathieu Tortuyaux
bc844a940f
Merge pull request #3287 from stackitcloud/stackit 2025-12-11 11:53:51 +01:00
flatcar-ci
d9175f6b00 New version: main-4545.0.0-nightly-20251210-2100
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-12-10 21:00:30 +00:00
James Le Cuirot
197015bd23
Merge pull request #3552 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2025-12-10 16:29:39 +00:00
Flatcar Buildbot
2da938011d Update mantle container image to latest HEAD
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-12-10 15:18:32 +00:00
Mathieu Tortuyaux
20a5323e9a
Merge pull request #3542 from flatcar/cacerts-3.119-main
Update ca-certificates in main from 3.118 to 3.119
2025-12-10 16:18:19 +01:00
Krzesimir Nowak
bb5bbf9286 changelog: Add entries
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-12-10 14:21:35 +01:00
Krzesimir Nowak
b5994ce55d overlay sys-apps/baselayout: Pull in shadow group fixes
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-12-10 14:21:35 +01:00
Krzesimir Nowak
257a3c6eab build_library: Add a hack for shadow group ownership
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-12-10 14:21:35 +01:00
Krzesimir Nowak
0c21b66778 overlay profiles: Drop accept keywords for sys-apps/coreutils
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-12-10 14:21:35 +01:00
Krzesimir Nowak
25acd753c2 overlay sys-fs/overlaybd: Depend on virtual/zlib instead of sys-libs/zlib
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-12-10 14:21:35 +01:00
Krzesimir Nowak
97fbc236a4 overlay profiles: Update accept keywords for dev-libs/jose
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-12-10 14:21:35 +01:00
Krzesimir Nowak
6c4f176635 .github: Add dev-libs/jose to automation
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-12-10 14:21:35 +01:00