]> git.ipfire.org Git - thirdparty/systemd.git/log
thirdparty/systemd.git
13 months agohwbd: use newer KEY_PICKUP_PHONE, KEY_HANGUP_PHONE, KEY_SELECTIVE_SCREENSHOT, KEY_NOT... 34612/head
Lennart Poettering [Tue, 10 Sep 2024 15:19:12 +0000 (17:19 +0200)] 
hwbd: use newer KEY_PICKUP_PHONE, KEY_HANGUP_PHONE, KEY_SELECTIVE_SCREENSHOT, KEY_NOTIFICATION_CENTER keycodes where appropriate

According to kernel commit cd80ec795156346236e9b1cd9f5cbff5a9bbd212
these were added expressly for these thinkpads, hence use them now.

13 months agohwdb: use KEY_ROTATE_DISPLAY for various cases of display rotation keys
Lennart Poettering [Tue, 10 Sep 2024 15:14:52 +0000 (17:14 +0200)] 
hwdb: use KEY_ROTATE_DISPLAY for various cases of display rotation keys

The keycode is reletively new. Let's fix some "FIXMEs" and actually make
use of the keycode wherever it appears appropriate according to
commentary.

13 months agohwdb: there's KEY_BRIGHTNESS_AUTO these days, hence hook it up where a FIXME suggests...
Lennart Poettering [Tue, 10 Sep 2024 14:57:41 +0000 (16:57 +0200)] 
hwdb: there's KEY_BRIGHTNESS_AUTO these days, hence hook it up where a FIXME suggests that

13 months agohwdb: make key map match comment for one laptop
Lennart Poettering [Tue, 1 Oct 2024 16:15:28 +0000 (18:15 +0200)] 
hwdb: make key map match comment for one laptop

No idea what the right fix is here, the commnt says "touchpad off" but
uses "f22" which is touchpad "on".

let's trust the comment, because it's more literal, and assume this was
a mistake.

13 months agolinux: import input.h and friends
Lennart Poettering [Tue, 1 Oct 2024 16:34:01 +0000 (18:34 +0200)] 
linux: import input.h and friends

The CIs apparently have rally old headers, where KEY_BRIGHTNESS_AUTO is
missing, let's hence ship our own copies from a current kernel.

13 months agoRevert "Preset user units on first boot as well"
Lennart Poettering [Mon, 23 Sep 2024 09:30:22 +0000 (11:30 +0200)] 
Revert "Preset user units on first boot as well"

This reverts commit 0a40325573b91ea71070653865f7f6a9cada2bef.

13 months agoupdate TODO
Lennart Poettering [Tue, 1 Oct 2024 14:49:43 +0000 (16:49 +0200)] 
update TODO

13 months agoUpdate sd_bus_message_append_array.xml
Marcel Hellwig [Tue, 1 Oct 2024 12:31:08 +0000 (14:31 +0200)] 
Update sd_bus_message_append_array.xml

fix pointer constness in documentation

13 months agobuild(deps): bump actions/checkout from 4.1.7 to 4.2.0
dependabot[bot] [Tue, 1 Oct 2024 09:17:05 +0000 (09:17 +0000)] 
build(deps): bump actions/checkout from 4.1.7 to 4.2.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
13 months agobuild(deps): bump github/codeql-action from 3.25.15 to 3.26.10
dependabot[bot] [Tue, 1 Oct 2024 09:17:13 +0000 (09:17 +0000)] 
build(deps): bump github/codeql-action from 3.25.15 to 3.26.10

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.15 to 3.26.10.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/afb54ba388a7dca6ecae48f608c4ff05ff4cc77a...e2b3eafc8d227b0241d48be5f425d47c2d750a13)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
13 months agobuild(deps): bump meson from 1.5.1 to 1.5.2 in /.github/workflows
dependabot[bot] [Tue, 1 Oct 2024 09:53:27 +0000 (09:53 +0000)] 
build(deps): bump meson from 1.5.1 to 1.5.2 in /.github/workflows

Bumps [meson](https://github.com/mesonbuild/meson) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/mesonbuild/meson/releases)
- [Commits](https://github.com/mesonbuild/meson/compare/1.5.1...1.5.2)

---
updated-dependencies:
- dependency-name: meson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
13 months agoAdd %posttrans versions of the systemd %postun scriptlets
Daan De Meyer [Mon, 30 Sep 2024 14:08:17 +0000 (16:08 +0200)] 
Add %posttrans versions of the systemd %postun scriptlets

On upgrades, only the %postun scriptlets of the old package version
run. This means that any changes related to restarting daemons require
two releases before they're actually used.

%postun is used because it runs after the old package has been removed,
which is important as it means any lingering dropins from the old package
will have been removed as well.

To allow deploying fixes in just a single release while still running after
the old package has been removed, let's introduce %posttrans versions of these
scriptlets as %posttrans of the new package runs on upgrade and install after
the old package has been removed.

13 months agosystemd-integritysetup: accept integrity-algorithm=xxhash64
Daniel Dawson [Fri, 27 Sep 2024 00:44:03 +0000 (17:44 -0700)] 
systemd-integritysetup: accept integrity-algorithm=xxhash64

Signed-off-by: Daniel Dawson <danielcdawson@gmail.com>
13 months agoMerge pull request #34582 from DaanDeMeyer/repart
Daan De Meyer [Tue, 1 Oct 2024 06:51:01 +0000 (08:51 +0200)] 
Merge pull request #34582 from DaanDeMeyer/repart

repart: copy denylist fixes

13 months agojson: add json_dispatch_const_user_group_name()
Lennart Poettering [Mon, 30 Sep 2024 15:33:05 +0000 (17:33 +0200)] 
json: add json_dispatch_const_user_group_name()

This is the same as json_dispatch_user_group_name() but fills in the
string as "const char*" to the JSON field. Or in other words, it's what
sd_json_dispatch_const_string() is to sd_json_dispatch_string().

Note this drops the SD_JSON_STRICT flags from various dispatch tables
for these fields, and replaces this by SD_JSON_RELAX, i.e. the opposite
behaviour. As #34558 correctly suggests we should validate user names
in lookup functions using the lax rules, rather than the strict ones,
since clients not knowing the rules might ask us for arbitrary
resolution.

(SD_JSON_RELAX internally translates to valid_user_group_name() with the
VALID_USER_RELAX flag).

See: #34558

13 months agoMerge pull request #34534 from keszybz/man-exitrd
Mike Yuan [Mon, 30 Sep 2024 19:02:04 +0000 (21:02 +0200)] 
Merge pull request #34534 from keszybz/man-exitrd

Formally document exitrds

13 months agoMerge pull request #34583 from DaanDeMeyer/ukify
Daan De Meyer [Mon, 30 Sep 2024 17:54:37 +0000 (19:54 +0200)] 
Merge pull request #34583 from DaanDeMeyer/ukify

ukify: Use SizeOfImage from linux image as virtual size of .linux section

13 months agoupdate TODO
Lennart Poettering [Mon, 30 Sep 2024 15:29:01 +0000 (17:29 +0200)] 
update TODO

13 months agoMerge pull request #34564 from YHNdnzj/systemctl-status-job-id
Mike Yuan [Mon, 30 Sep 2024 15:39:19 +0000 (17:39 +0200)] 
Merge pull request #34564 from YHNdnzj/systemctl-status-job-id

systemctl: also show job id in status output

13 months agoMerge pull request #34508 from intelfx/work/fix-io-reporting
Mike Yuan [Mon, 30 Sep 2024 15:38:00 +0000 (17:38 +0200)] 
Merge pull request #34508 from intelfx/work/fix-io-reporting

core/cgroup: cache IO accounting data when pruning a cgroup

13 months agoukify: Remove special casing for .linux section 34583/head
Daan De Meyer [Mon, 30 Sep 2024 11:50:27 +0000 (13:50 +0200)] 
ukify: Remove special casing for .linux section

Now that we properly leave sufficient space for inline execution of
the .linux section, let's remove the special casing of the .linux
section as it doesn't need to be the last section anymore now.

13 months agoukify: Use SizeOfImage from linux image as virtual size of .linux section
Daan De Meyer [Mon, 30 Sep 2024 11:42:50 +0000 (13:42 +0200)] 
ukify: Use SizeOfImage from linux image as virtual size of .linux section

The SizeOfImage is bigger than the image itself so that space is
guaranteed to be available for in place execution of the linux image. Let's
make sure we take this into account and use SizeOfImage as the section's virtual
size instead of the size of the image itself.

Fixes #34578

13 months agotpm2-util: show loaded libraries in 'systemd-analyze has-tpm2'
Yu Watanabe [Thu, 19 Sep 2024 10:16:12 +0000 (19:16 +0900)] 
tpm2-util: show loaded libraries in 'systemd-analyze has-tpm2'

After 3b16e9f41983f697bc38c40bb8e7119c1bb4f7c8, even the libraries are
documented in the man page, it is useful to mention which libraries are
checked in the command output.

Of course, the dependencies are kind of implementation detail, and may
be changed in the future version, but that's especially why I think
showing the library deps in the output is useful.

systemd-analyze is a debugging tool, and already shows many internal
states. I think there is nothing to prevent from showing the deps.

Prompted by #34477.

13 months agologind-dbus: really cancel scheduled shutdown
David Tardon [Thu, 26 Sep 2024 07:45:44 +0000 (09:45 +0200)] 
logind-dbus: really cancel scheduled shutdown

Fixes #34554

13 months agoukify: Drop unused size() method
Daan De Meyer [Mon, 30 Sep 2024 11:42:23 +0000 (13:42 +0200)] 
ukify: Drop unused size() method

13 months agorepart: Apply denylist to individual files as well 34582/head
Daan De Meyer [Mon, 30 Sep 2024 11:41:26 +0000 (13:41 +0200)] 
repart: Apply denylist to individual files as well

13 months agorepart: Shortcut copy if source or target starts with exclude path
Daan De Meyer [Mon, 30 Sep 2024 11:41:11 +0000 (13:41 +0200)] 
repart: Shortcut copy if source or target starts with exclude path

If the source or target we're copying to is a subdirectory of any of the
directories specified in ExcludeFiles= or ExcludeFilesTarget=, shortcut the
entire copy operation.

13 months agoMerge pull request #34572 from keszybz/fix-printing-of-RootImageOptions
Zbigniew Jędrzejewski-Szmek [Sat, 28 Sep 2024 15:23:44 +0000 (17:23 +0200)] 
Merge pull request #34572 from keszybz/fix-printing-of-RootImageOptions

Fix printing of RootImageOptions

13 months agoMerge pull request #34548 from SimonPilkington/fix-creds-cat
Mike Yuan [Fri, 27 Sep 2024 18:51:57 +0000 (20:51 +0200)] 
Merge pull request #34548 from SimonPilkington/fix-creds-cat

creds: fix cat with encrypted credentials

13 months agoshared: adjust whitespace and formatting 34572/head
Zbigniew Jędrzejewski-Szmek [Fri, 27 Sep 2024 18:18:16 +0000 (20:18 +0200)] 
shared: adjust whitespace and formatting

13 months agosystemctl: fix printing of RootImageOptions
Zbigniew Jędrzejewski-Szmek [Fri, 27 Sep 2024 18:17:12 +0000 (20:17 +0200)] 
systemctl: fix printing of RootImageOptions

The type is a(ss), so a custom printer is required.

Fixes https://github.com/systemd/systemd/issues/33967.

13 months agoseccomp-util: include @sandbox in @default
Mickaël Salaün [Wed, 25 Sep 2024 13:20:23 +0000 (15:20 +0200)] 
seccomp-util: include @sandbox in @default

Every services and containers should be able to protect their users and
limit the impact of security bugs thanks to the security syscalls
provided by seccomp and Landlock.  The goal of these syscalls is to
improve security with additional restrictions.  They are designed to be
safely used by unprivileged (and then potentially malicious) users.

Remove the now-redundant "seccomp" entry for nspawn.

13 months agoman: fix formatting in file-hierarchy
Zbigniew Jędrzejewski-Szmek [Thu, 26 Sep 2024 09:18:26 +0000 (11:18 +0200)] 
man: fix formatting in file-hierarchy

Somebody wrapped the text, but whitespace is preserved in <programlisting>, so
the output was mangled. It also doesn't make sense to run systemd-path as root
(as indicated by '#'), so drop that. Also, this chunk should be a separate
paragraph.

13 months agosystemctl: also show job id in status output 34564/head
Mike Yuan [Thu, 26 Sep 2024 15:36:24 +0000 (17:36 +0200)] 
systemctl: also show job id in status output

Prompted by one ASG talk ;)

13 months agoshared/bus-map-properties: move bus_map_job_id() from wait-for-units
Mike Yuan [Thu, 26 Sep 2024 15:29:30 +0000 (17:29 +0200)] 
shared/bus-map-properties: move bus_map_job_id() from wait-for-units

13 months agomkosi: update arch commit reference
Daan De Meyer [Wed, 25 Sep 2024 13:52:06 +0000 (15:52 +0200)] 
mkosi: update arch commit reference

d5a2dc54da Use vmlinux.h from linux-headers
59912d804f update checksums...
83edb5244e build: set ssh privsep dir to /usr/share/empty.sshd
65363cc5ba build: explicitly enable vmlinux-h=generated
14e6d27dd4 build: drop deprecated default-hierarchy option
81e7545ca3 systemd.install: stop applying ACL ourselves
147c214201 systemd-hook: use systemd-notify --booted to detect if systemd is running
010bc3c05c upgpkg: 256.6-1: new upstream release

13 months agoFix reference to FileDescriptorStoreMax= directive
Nils K [Mon, 23 Sep 2024 19:01:38 +0000 (21:01 +0200)] 
Fix reference to FileDescriptorStoreMax= directive

13 months agoNEWS: Document change to systemd-creds 'cat' verb 34548/head
Simon Pilkington [Wed, 25 Sep 2024 09:26:02 +0000 (11:26 +0200)] 
NEWS: Document change to systemd-creds 'cat' verb

See: https://github.com/systemd/systemd/pull/34548

13 months agomachine: resolve race condition in TEST-13-NSPAWN.machinectl.sh
Ivan Kruglov [Fri, 20 Sep 2024 10:20:53 +0000 (12:20 +0200)] 
machine: resolve race condition in TEST-13-NSPAWN.machinectl.sh

I encountered this race condition while working on TEST-13-NSPAWN.varlinkctl.sh.
The long-running machine's init script sometimes does not have time to start and
register signals. As result, occasiounally failed tests.

13 months agocreds: fix cat with encrypted credentials
Simon Pilkington [Wed, 25 Sep 2024 09:25:48 +0000 (11:25 +0200)] 
creds: fix cat with encrypted credentials

Fixes: https://github.com/systemd/systemd/issues/34547
13 months agoTODO: add one more systemctl rfe
Zbigniew Jędrzejewski-Szmek [Wed, 25 Sep 2024 06:54:50 +0000 (08:54 +0200)] 
TODO: add one more systemctl rfe

13 months agoMerge pull request #34549 from weblate/weblate-systemd-main
Yu Watanabe [Wed, 25 Sep 2024 04:49:48 +0000 (06:49 +0200)] 
Merge pull request #34549 from weblate/weblate-systemd-main

Translations update from Fedora Weblate

13 months agopo: Translated using Weblate (Portuguese (Brazil)) 34549/head
Fábio Rodrigues Ribeiro [Wed, 25 Sep 2024 01:07:13 +0000 (03:07 +0200)] 
po: Translated using Weblate (Portuguese (Brazil))

Currently translated at 97.2% (246 of 253 strings)

po: Translated using Weblate (Portuguese (Brazil))

Currently translated at 96.0% (243 of 253 strings)

Co-authored-by: Fábio Rodrigues Ribeiro <farribeiro@gmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/systemd/main/pt_BR/
Translation: systemd/main

13 months agopo: Translated using Weblate (Portuguese (Brazil))
Gabriel Elyas [Wed, 25 Sep 2024 01:07:13 +0000 (03:07 +0200)] 
po: Translated using Weblate (Portuguese (Brazil))

Currently translated at 96.0% (243 of 253 strings)

po: Translated using Weblate (Portuguese (Brazil))

Currently translated at 89.3% (226 of 253 strings)

Co-authored-by: Gabriel Elyas <gabrielelyas@protonmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/systemd/main/pt_BR/
Translation: systemd/main

13 months agounits: Order ldconfig after systemd-tmpfiles-setup.service
Daan De Meyer [Mon, 23 Sep 2024 11:20:42 +0000 (13:20 +0200)] 
units: Order ldconfig after systemd-tmpfiles-setup.service

tmpfiles might be linking the configuration for ldconfig into /etc
so make sure it runs after it so that the configuration is guaranteed
to be in place.

13 months agorepart: Determine verity sig size based on partition designator
Daan De Meyer [Thu, 19 Sep 2024 12:04:34 +0000 (14:04 +0200)] 
repart: Determine verity sig size based on partition designator

Verity= is an image build concept, not a first boot concept, whereas
a partition designator is always available, so let's do the size stuff
based on that.

13 months agocore/cgroup: cache IO accounting data when pruning a cgroup 34508/head
Ivan Shapovalov [Fri, 20 Sep 2024 11:01:51 +0000 (13:01 +0200)] 
core/cgroup: cache IO accounting data when pruning a cgroup

When removing a cgroup in unit_prune_cgroup(), read IO metrics to cache
them similar to the existing treatment of the CPU and memory usage data.

Note that we do not do this for the IP metrics as the firewall objects
are only destroyed in unit_free() and thus stay alive long enough to
be read out directly by all interested parties.

Fixes #26988.

13 months agoman: say that SYSEXT_SCOPE=initrd also applies to exitrds 34534/head
Zbigniew Jędrzejewski-Szmek [Mon, 23 Sep 2024 10:01:21 +0000 (12:01 +0200)] 
man: say that SYSEXT_SCOPE=initrd also applies to exitrds

We generally do _not_ want the same sysexts to be loaded in both initrd and
exitrd phases. The environment is completely different and it's unlikely that
the same code can be useful in both places. Nevertheless, it can be useful in
_some_ cases, for example when the sysexts contains debugging tools.

I think we don't need to differentiate between initrds and exitrds through
SYSEXT_SCOPE, because the two types are made available in completely different
locations and loaded through a different mechanism, with very little chance of
an initrd being loaded as an exitrd without an explicit admin action (or the
other way around). So let's not complicate our code or definitions by an
explicit "exitrd" sysext designator, but just clarify that "initrd" also
encompasses exitrds in this context.

13 months agoman: reword some sentences with umbiguous subjects
Zbigniew Jędrzejewski-Szmek [Mon, 23 Sep 2024 09:45:25 +0000 (11:45 +0200)] 
man: reword some sentences with umbiguous subjects

A sencence like "The system manager does, a, b, c, which is really d, and e.",
it is generally understood that the manager also does "e". This can be
quite confusing if the manager cannot do "e", in our case unmount the file
system on which it is sitting.

Similary, we cannot "fall back to x if it is missing", since "it" in that
sentence means "x".

13 months agoman: slightly enhance docs about "exitrd" and remove TODO entry for it
Zbigniew Jędrzejewski-Szmek [Mon, 23 Sep 2024 09:41:29 +0000 (11:41 +0200)] 
man: slightly enhance docs about "exitrd" and remove TODO entry for it

The concept is fairly well established and present in our docs in various
places.

Say that the exitrd is also marked by the presence of /etc/initrd-release.

13 months agorepart: Use swap format for swap partition even if encrypted
Daan De Meyer [Sat, 21 Sep 2024 20:11:25 +0000 (22:11 +0200)] 
repart: Use swap format for swap partition even if encrypted

13 months agorepart: Add a log message when we're about to fsync().
Daan De Meyer [Sun, 22 Sep 2024 13:42:52 +0000 (15:42 +0200)] 
repart: Add a log message when we're about to fsync().

13 months agoMerge pull request #34517 from DaanDeMeyer/clangd
Daan De Meyer [Sun, 22 Sep 2024 13:57:13 +0000 (15:57 +0200)] 
Merge pull request #34517 from DaanDeMeyer/clangd

mkosi: Add back support for running clangd within mkosi

13 months agomkosi: Add missing SPDX line 34517/head
Daan De Meyer [Sun, 22 Sep 2024 13:23:08 +0000 (15:23 +0200)] 
mkosi: Add missing SPDX line

13 months agomkosi: Add back support for running clangd within mkosi
Daan De Meyer [Sat, 21 Sep 2024 17:29:15 +0000 (19:29 +0200)] 
mkosi: Add back support for running clangd within mkosi

This allows hacking on systemd without installing any build
dependencies except mkosi on the host machine.

13 months agoPreset user units on first boot as well
Daan De Meyer [Thu, 19 Sep 2024 07:16:14 +0000 (09:16 +0200)] 
Preset user units on first boot as well

We need to make sure the presets from /usr/lib/systemd/user-preset
are applied as well. Currently only the ones from
/usr/lib/systemd/system-preset are applied.

13 months agoMerge pull request #34511 from YHNdnzj/strv-extend-strv-consume
Yu Watanabe [Sat, 21 Sep 2024 04:57:02 +0000 (13:57 +0900)] 
Merge pull request #34511 from YHNdnzj/strv-extend-strv-consume

basic/strv: introduce strv_extend_strv_consume()

13 months agoMerge pull request #34502 from yuwata/strv_find_closest
Yu Watanabe [Sat, 21 Sep 2024 04:56:34 +0000 (13:56 +0900)] 
Merge pull request #34502 from yuwata/strv_find_closest

strv: introduce strv_find_closest()

13 months agoMerge pull request #34515 from YHNdnzj/machined-machines-by
Yu Watanabe [Sat, 21 Sep 2024 04:53:41 +0000 (13:53 +0900)] 
Merge pull request #34515 from YHNdnzj/machined-machines-by

machined: modernize a bit

13 months agocore/cgroup: drop `allow_cache` parameter in `unit_get_io_accounting()`
Ivan Shapovalov [Fri, 20 Sep 2024 15:02:13 +0000 (17:02 +0200)] 
core/cgroup: drop `allow_cache` parameter in `unit_get_io_accounting()`

The name of the parameter is misleading and it does not save us much
work because it is not used during regular unit property queries.
It is only used during unit_log_resources(), and the cgroup is already
dead by that point so it won't be read anyway.

13 months agotree-wide: use strv_extend_strv_consume() where appropriate 34511/head
Mike Yuan [Thu, 19 Sep 2024 21:58:00 +0000 (23:58 +0200)] 
tree-wide: use strv_extend_strv_consume() where appropriate

13 months agobasic/strv: introduce strv_extend_strv_consume()
Mike Yuan [Thu, 19 Sep 2024 14:11:16 +0000 (16:11 +0200)] 
basic/strv: introduce strv_extend_strv_consume()

13 months agomachined-dbus: move manager_add_machine() and _get_machine_by_pid() to -core 34515/head
Mike Yuan [Fri, 20 Sep 2024 22:15:15 +0000 (00:15 +0200)] 
machined-dbus: move manager_add_machine() and _get_machine_by_pid() to -core

13 months agomachined: rename machine_{units,leaders} to machines_by_*
Mike Yuan [Fri, 20 Sep 2024 22:05:36 +0000 (00:05 +0200)] 
machined: rename machine_{units,leaders} to machines_by_*

Also port machines_by_leader to store PidRef-s.

13 months agomachined: fix bogus error check for machine_link()
Mike Yuan [Fri, 20 Sep 2024 21:58:14 +0000 (23:58 +0200)] 
machined: fix bogus error check for machine_link()

13 months agobasic/strv: make string_strv_hash_ops static, add missing assertions
Mike Yuan [Thu, 12 Sep 2024 17:06:02 +0000 (19:06 +0200)] 
basic/strv: make string_strv_hash_ops static, add missing assertions

13 months agoshared/bus-map-properties: modernize map_basic() and bus_map_strv_sort()
Mike Yuan [Thu, 19 Sep 2024 21:29:38 +0000 (23:29 +0200)] 
shared/bus-map-properties: modernize map_basic() and bus_map_strv_sort()

13 months agobasic/memory-util: make mempcpy_typesafe() take number of obj rather than raw size
Mike Yuan [Fri, 20 Sep 2024 19:25:48 +0000 (21:25 +0200)] 
basic/memory-util: make mempcpy_typesafe() take number of obj rather than raw size

Follow-up for eda6223942a172fa6777901cf5fbd47438f285ce

13 months agobasic: replace size_multiply_overflow() with MUL_ASSIGN_SAFE where applicable
Mike Yuan [Fri, 20 Sep 2024 19:39:15 +0000 (21:39 +0200)] 
basic: replace size_multiply_overflow() with MUL_ASSIGN_SAFE where applicable

13 months agobasic/macro: move DECIMAL_STR_FMT to shared/tests
Mike Yuan [Sun, 15 Sep 2024 13:00:06 +0000 (15:00 +0200)] 
basic/macro: move DECIMAL_STR_FMT to shared/tests

This shall never be used outside of test functions.

13 months agoAdd an extra debug log to dissect_image()
Daan De Meyer [Thu, 19 Sep 2024 12:53:53 +0000 (14:53 +0200)] 
Add an extra debug log to dissect_image()

13 months agomachine: fix bus method argument name: who -> whom
Yu Watanabe [Fri, 20 Sep 2024 18:49:18 +0000 (03:49 +0900)] 
machine: fix bus method argument name: who -> whom

Follow-up for cd2fb04960b8aa0b353d12005b8cfc3b9d2bcfee.

13 months agoverbs: use strv_find_closest() 34502/head
Yu Watanabe [Fri, 20 Sep 2024 00:31:46 +0000 (09:31 +0900)] 
verbs: use strv_find_closest()

This also makes the list of verbs is always shown on failure.

13 months agostrv: introduce strv_find_closest()
Yu Watanabe [Fri, 20 Sep 2024 00:09:28 +0000 (09:09 +0900)] 
strv: introduce strv_find_closest()

Follow-up for 1e1ac5d53b0f126b6c4419506c7c42b67c07537f.

13 months agoMerge pull request #34510 from keszybz/mkosi-version-checks
Yu Watanabe [Fri, 20 Sep 2024 18:16:25 +0000 (03:16 +0900)] 
Merge pull request #34510 from keszybz/mkosi-version-checks

Bump minimum required mkosi version

13 months agomkosi: bump mkosi MinimumVersion 34510/head
Zbigniew Jędrzejewski-Szmek [Fri, 20 Sep 2024 14:14:08 +0000 (16:14 +0200)] 
mkosi: bump mkosi MinimumVersion

dbff64ddf06f64ab94bd314df27d6c089b75de52 bumped the hash to
a commit after 24.3, so let's tell the users that 25~devel is
the minimum required.

13 months agomkosi: supress error messages from git
Zbigniew Jędrzejewski-Szmek [Fri, 20 Sep 2024 13:58:32 +0000 (15:58 +0200)] 
mkosi: supress error messages from git

When updating, I get a message like:
fatal: Not a valid object name a67221c3f0d0b81b9b5b3230a71d09044342f1a4^{commit}

The failure here is expected, it just means that an update is
necessary, so suppress output.

13 months agosd-ipv4acd: fix assertion triggered when an ARP received in STARTED state
Yu Watanabe [Fri, 20 Sep 2024 00:58:12 +0000 (09:58 +0900)] 
sd-ipv4acd: fix assertion triggered when an ARP received in STARTED state

When a network is busy, an ARP may be received before the timer event
source triggered first time.

Fixes #34489.

13 months agoNEWS: fix typos and remove backticks
Jörg Behrmann [Fri, 20 Sep 2024 10:05:45 +0000 (12:05 +0200)] 
NEWS: fix typos and remove backticks

13 months agoMerge pull request #34499 from YHNdnzj/sd-path-trivial-cleanup
Yu Watanabe [Thu, 19 Sep 2024 23:54:51 +0000 (08:54 +0900)] 
Merge pull request #34499 from YHNdnzj/sd-path-trivial-cleanup

sd-path: trivial cleanups

13 months agoMerge pull request #34496 from YHNdnzj/tmpfiles-neg-errno
Yu Watanabe [Thu, 19 Sep 2024 23:54:34 +0000 (08:54 +0900)] 
Merge pull request #34496 from YHNdnzj/tmpfiles-neg-errno

tmpfiles: ERRNO_IS_NOINFO -> _IS_NEG_, correct negative errno checks

13 months agofirstboot: add similar input suggestion
Michael Ferrari [Sat, 14 Sep 2024 00:01:52 +0000 (02:01 +0200)] 
firstboot: add similar input suggestion

This uses the same logic as similar verb suggestion for command line
utilities. Try to be helpful when the user entered something invalid
instead of just showing the prompt again.

13 months agobasic/memory-util: introduce mempcpy_typesafe
Mike Yuan [Thu, 19 Sep 2024 21:08:42 +0000 (23:08 +0200)] 
basic/memory-util: introduce mempcpy_typesafe

13 months agoboot: use INC_SAFE where appropriate
Mike Yuan [Thu, 19 Sep 2024 14:07:01 +0000 (16:07 +0200)] 
boot: use INC_SAFE where appropriate

13 months agoMerge pull request #34480 from yuwata/test-seccomp-suppress-sync
Yu Watanabe [Thu, 19 Sep 2024 23:27:33 +0000 (08:27 +0900)] 
Merge pull request #34480 from yuwata/test-seccomp-suppress-sync

seccomp-util: pass negative fds as is to fsync() and friends

13 months agokernel-install: add uki.conf example
cvlc12 [Wed, 21 Aug 2024 16:29:06 +0000 (18:29 +0200)] 
kernel-install: add uki.conf example

13 months agosd-path: trivial cleanups for sd_path_lookup{,_strv}() 34499/head
Mike Yuan [Fri, 23 Aug 2024 16:01:19 +0000 (18:01 +0200)] 
sd-path: trivial cleanups for sd_path_lookup{,_strv}()

13 months agosd-path: modernize from_user_dir()
Mike Yuan [Fri, 23 Aug 2024 15:53:18 +0000 (17:53 +0200)] 
sd-path: modernize from_user_dir()

Deduplicate logic through sd_path_lookup() and from_home_dir().
Besides, rename to from_xdg_user_dir() to indicate
it's a XDG thing.

13 months agotmpfiles: ERRNO_IS_NOINFO -> _IS_NEG_, correct negative errno checks 34496/head
Mike Yuan [Thu, 19 Sep 2024 11:38:47 +0000 (13:38 +0200)] 
tmpfiles: ERRNO_IS_NOINFO -> _IS_NEG_, correct negative errno checks

13 months agotmpfiles: use RET_GATHER more
Mike Yuan [Thu, 19 Sep 2024 11:37:48 +0000 (13:37 +0200)] 
tmpfiles: use RET_GATHER more

13 months agoman: update PCR and Secure Boot key names and paths
cvlc12 [Wed, 11 Sep 2024 18:18:26 +0000 (20:18 +0200)] 
man: update PCR and Secure Boot key names and paths

13 months agofirstboot: Prompt for keymap
Daan De Meyer [Thu, 19 Sep 2024 16:54:47 +0000 (18:54 +0200)] 
firstboot: Prompt for keymap

It's rather crucial to have a good firstboot experience that you
can immediately set the right keymap so let's make sure we prompt
for it.

13 months agohwdb: add keymaps for Acer Nitro 5 AN515-47 (#34493)
JoseskVolpe [Thu, 19 Sep 2024 19:36:44 +0000 (19:36 +0000)] 
hwdb: add keymaps for Acer Nitro 5 AN515-47 (#34493)

This fixes the microphone mute key and NitroSense key for Acer Nitro 5 AN515-47,
so they can be recognized by desktop environments.

13 months agotest: add tests for seccomp_suppress_sync() 34480/head
Yu Watanabe [Wed, 18 Sep 2024 16:53:19 +0000 (01:53 +0900)] 
test: add tests for seccomp_suppress_sync()

13 months agoseccomp-util: pass negative fds as is to fsync() and friends
Yu Watanabe [Thu, 19 Sep 2024 18:52:19 +0000 (03:52 +0900)] 
seccomp-util: pass negative fds as is to fsync() and friends

Closes #34478.

Co-authored-by: Mike Yuan <me@yhndnzj.com>
13 months agoMerge pull request #34486 from DaanDeMeyer/test-process-util
Yu Watanabe [Thu, 19 Sep 2024 14:28:15 +0000 (23:28 +0900)] 
Merge pull request #34486 from DaanDeMeyer/test-process-util

test-process-util: Migrate to new assertion macros

13 months agoMerge pull request #34481 from yuwata/has-tpm2
Daan De Meyer [Thu, 19 Sep 2024 14:22:24 +0000 (16:22 +0200)] 
Merge pull request #34481 from yuwata/has-tpm2

tpm2-util: several cleanups for tpm2_support()

13 months agoMerge pull request #34483 from yuwata/network-conf-parser-neighbor-nexthop
Daan De Meyer [Thu, 19 Sep 2024 11:59:56 +0000 (13:59 +0200)] 
Merge pull request #34483 from yuwata/network-conf-parser-neighbor-nexthop

network: several cleanups for conf parsers

13 months agotest-process-util: Ignore EINVAL from setresuid() and setresgid() 34486/head
Daan De Meyer [Thu, 19 Sep 2024 10:21:55 +0000 (12:21 +0200)] 
test-process-util: Ignore EINVAL from setresuid() and setresgid()

If we're running in a user namespace with a single user and without
the nobody user, we'll get EINVAL from these system calls so make
sure we handle those gracefully.

13 months agotest-process-util: Use FORK_REOPEN_LOG everywhere we close all fds
Daan De Meyer [Thu, 19 Sep 2024 10:04:34 +0000 (12:04 +0200)] 
test-process-util: Use FORK_REOPEN_LOG everywhere we close all fds

To make sure logging works in the child processes.