-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2145 from flatcar/ader1990/systemd-major-version-…
…upgrade-256 Upgrade systemd from 255 to 256
- Loading branch information
Showing
10 changed files
with
88 additions
and
46 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
changelog/updates/2024-12-18-systemd-upgrade-from-255-to-256.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- systemd ([256.9](https://github.com/systemd/system/releases/tag/v256.9) (from 255.8)) |
File renamed without changes.
This file contains 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
2 changes: 1 addition & 1 deletion
2
sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/Manifest
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
DIST systemd-stable-255.8.tar.gz 15070471 BLAKE2B b437404af7fd73ef527f80d9d14d46a781444103d1756c27494ecf2664c9c5efe1169c85b91148a3bf190dc7c5e31cf8d42a13c84102d101ea7e4a0570e8d719 SHA512 7692be761a393924669a90f6f343998a85707a9daa3ce169ce67f62ae2a39338c2c3496066b2659c6500849104fab0529fca5704a3eb32375f2f44131216d1f1 | ||
DIST systemd-256.9.tar.gz 15774953 BLAKE2B caeff33d0906583094a44ab89fe9a9c1832a665f8cc768f86c55c5100bdd5c2b1500b2cd65e9519ef21d79bff92d1da3e84240793099a0e0c508afba3669c46e SHA512 aba7a0f7149fe3d28d9f930f244d5b997c28721e93e6f0768b0f0f1c918c87a0e8b7b347cffb2faa4740ca3ee3b04984454e85757365090a2cf32aba09f70681 |
24 changes: 0 additions & 24 deletions
24
...overlay/sys-apps/systemd/files/0002-networkd-default-to-kernel-IPForwarding-setting.patch
This file was deleted.
Oops, something went wrong.
29 changes: 29 additions & 0 deletions
29
...src/third_party/coreos-overlay/sys-apps/systemd/files/0009-initrd-parse-etc.service.patch
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
From 65e3f4e837001f6f00359a779b6c5801566aa750 Mon Sep 17 00:00:00 2001 | ||
From: Adrian Vladu <[email protected]> | ||
Date: Wed, 25 Sep 2024 15:51:02 +0000 | ||
Subject: [PATCH] Revert "Revert "initrd-parse-etc: override argv[0] to avoid | ||
dracut issue"" | ||
|
||
This reverts commit 1c585a4ccda3258088d7bc27b27a314e7ed8be80. | ||
--- | ||
units/initrd-parse-etc.service.in | 4 +++- | ||
1 file changed, 3 insertions(+), 1 deletion(-) | ||
|
||
diff --git a/units/initrd-parse-etc.service.in b/units/initrd-parse-etc.service.in | ||
index 1eef2bd9be..3dadab1123 100644 | ||
--- a/units/initrd-parse-etc.service.in | ||
+++ b/units/initrd-parse-etc.service.in | ||
@@ -23,7 +23,9 @@ OnFailureJobMode=replace-irreversibly | ||
[Service] | ||
Type=oneshot | ||
|
||
-ExecStart={{LIBEXECDIR}}/systemd-sysroot-fstab-check | ||
+# FIXME: once dracut is patched to install the symlink, change to: | ||
+# ExecStart={{LIBEXECDIR}}/systemd-sysroot-fstab-check | ||
+ExecStart=@{{SYSTEM_GENERATOR_DIR}}/systemd-fstab-generator systemd-sysroot-fstab-check | ||
|
||
# We want to enqueue initrd-cleanup.service/start after we finished the part | ||
# above. It can't be part of the initial transaction, because non-oneshot units | ||
-- | ||
2.34.1 | ||
|
26 changes: 26 additions & 0 deletions
26
sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/256-bpf-gcc.patch
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
https://github.com/systemd/systemd/commit/dde6f1d7456db7aa72d24b1d6956b419b6f9945c | ||
|
||
From dde6f1d7456db7aa72d24b1d6956b419b6f9945c Mon Sep 17 00:00:00 2001 | ||
From: Sam James <[email protected]> | ||
Date: Sat, 24 Aug 2024 13:09:47 +0100 | ||
Subject: [PATCH] meson: search for 'bpf-unknown-none' too | ||
|
||
We currently search for 'bpf-gcc' and 'bpf-none-gcc'. Gentoo's | ||
sys-devel/bpf-toolchain package uses 'bpf-unknown-none-gcc', as does Fedora's | ||
cross-binutils. Search for this name too. | ||
--- | ||
meson.build | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/meson.build b/meson.build | ||
index 5e0b666c64b17..fbc2bbdf2f22f 100644 | ||
--- a/meson.build | ||
+++ b/meson.build | ||
@@ -1109,6 +1109,7 @@ else | ||
elif bpf_compiler == 'gcc' | ||
bpf_gcc = find_program('bpf-gcc', | ||
'bpf-none-gcc', | ||
+ 'bpf-unknown-none-gcc', | ||
required : true, | ||
version : '>= 13.1.0') | ||
bpf_gcc_found = bpf_gcc.found() |
This file contains 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
File renamed without changes.
This file contains 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