]> git.ipfire.org Git - thirdparty/systemd.git/log
thirdparty/systemd.git
18 months agocore/manager: log about previous objective 32328/head
Mike Yuan [Thu, 18 Apr 2024 00:59:10 +0000 (08:59 +0800)] 
core/manager: log about previous objective

Addresses https://github.com/systemd/systemd/pull/32320#discussion_r1569192295

18 months agocore/manager-serialize: serialize objective string
Mike Yuan [Thu, 18 Apr 2024 00:57:28 +0000 (08:57 +0800)] 
core/manager-serialize: serialize objective string

Follow-up for 8c15bf36e117054cf54b4f0cca59615b7531a545

I just realized that we should not serialize the number
of internal enum, as that's subject to changes and such
changes would be hard to notice. Let's serialize strings
properly instead.

18 months agocore/manager: introduce ManagerObjective string table lookup
Mike Yuan [Thu, 18 Apr 2024 00:53:50 +0000 (08:53 +0800)] 
core/manager: introduce ManagerObjective string table lookup

18 months agocore/manager: also log soft-reboot count along with timespan
Mike Yuan [Thu, 18 Apr 2024 00:46:20 +0000 (08:46 +0800)] 
core/manager: also log soft-reboot count along with timespan

18 months agocore: switch j->unit->manager to j->manager
Mike Yuan [Thu, 18 Apr 2024 00:43:48 +0000 (08:43 +0800)] 
core: switch j->unit->manager to j->manager

18 months agoMerge pull request #32333 from DaanDeMeyer/mkosi
Daan De Meyer [Thu, 18 Apr 2024 12:17:44 +0000 (14:17 +0200)] 
Merge pull request #32333 from DaanDeMeyer/mkosi

mkosi: Various improvements

18 months agoboot: fix assignment of ret_* variables in `initrd_prepare()`
Antonio Alvarez Feijoo [Thu, 18 Apr 2024 09:58:07 +0000 (11:58 +0200)] 
boot: fix assignment of ret_* variables in `initrd_prepare()`

18 months agoMerge pull request #32326 from jonathan-conder/man_pam_loadkey
Luca Boccassi [Thu, 18 Apr 2024 12:10:40 +0000 (14:10 +0200)] 
Merge pull request #32326 from jonathan-conder/man_pam_loadkey

man: pam_system_loadkey additions and fixes

18 months agoudev: permanent symlinks with USB revision for /dev/media*
Max Staudt [Wed, 17 Apr 2024 06:30:44 +0000 (15:30 +0900)] 
udev: permanent symlinks with USB revision for /dev/media*

As a follow-up in the style of:
  873be895ed ("udev: add USB revision in ID_PATH")
this patch adds a second symlink for media controllers, this time
including the USB revision.

This means that in addition to persistent symlinks like:
  pci-0000:04:00.3-usb-0:1:1.0-media-controller -> ../../media0

We now also get:
  pci-0000:04:00.3-usbv2-0:1:1.0-media-controller -> ../../media0

...which helps distinguish media devices plugged into different USB root
hubs provided by the same PCI card, at least as long as they are for
different USB revisions.

Fixes: 04f19d6735 ("udev: Add /dev/media/by-path symlinks for media controllers")
18 months agosystemctl: add --clean= values to documentation and shell completion
Luca Boccassi [Mon, 8 Apr 2024 01:20:18 +0000 (02:20 +0100)] 
systemctl: add --clean= values to documentation and shell completion

18 months agomkosi: Install debug packages when WITH_DEBUG=1 is enabled 32333/head
Daan De Meyer [Thu, 18 Apr 2024 11:29:12 +0000 (13:29 +0200)] 
mkosi: Install debug packages when WITH_DEBUG=1 is enabled

When we're building debuginfo packages, the original binaries and
libraries are stripped so make sure we install the debuginfo
packages to make sure debugging in the container/VM still works.

18 months agomkosi: Setup --ffile-prefix-map= for opensuse as well
Daan De Meyer [Thu, 18 Apr 2024 11:28:17 +0000 (13:28 +0200)] 
mkosi: Setup --ffile-prefix-map= for opensuse as well

This doesn't actually work because the opensuse spec doesn't allow
adding extra build flags, but I'm working on fixing that, so let's
already set things up for later.

18 months agomkosi: Undefine FORTIFY_SOURCE before setting it again
Daan De Meyer [Thu, 18 Apr 2024 12:00:30 +0000 (14:00 +0200)] 
mkosi: Undefine FORTIFY_SOURCE before setting it again

Otherwise we get warnings from gcc.

18 months agomkosi: Install more packages
Daan De Meyer [Thu, 18 Apr 2024 11:27:43 +0000 (13:27 +0200)] 
mkosi: Install more packages

Let's install everything we can to get more coverage and make sure
all build outputs are available in mkosi containers or VMs.

18 months agomkosi: Drop systemd-repart from package lists
Daan De Meyer [Thu, 18 Apr 2024 11:27:05 +0000 (13:27 +0200)] 
mkosi: Drop systemd-repart from package lists

This is just a Provides for systemd-udev.

18 months agomkosi: Update to latest
Daan De Meyer [Thu, 18 Apr 2024 11:26:44 +0000 (13:26 +0200)] 
mkosi: Update to latest

18 months agoNEWS: mention GNOME Foundation in contributors list
Luca Boccassi [Thu, 18 Apr 2024 09:46:19 +0000 (10:46 +0100)] 
NEWS: mention GNOME Foundation in contributors list

Sponsored work on homed

18 months agoman: document other keyname options for pam_systemd_loadkey 32326/head
Jonathan Conder [Wed, 17 Apr 2024 20:01:27 +0000 (08:01 +1200)] 
man: document other keyname options for pam_systemd_loadkey

18 months agoMerge pull request #32324 from mrc0mmand/more-website-fixes
Luca Boccassi [Thu, 18 Apr 2024 08:55:01 +0000 (10:55 +0200)] 
Merge pull request #32324 from mrc0mmand/more-website-fixes

docs: use absolute links for our pages

18 months agodoc: fix .ssh credential examples
Lennart Poettering [Wed, 17 Apr 2024 19:56:41 +0000 (21:56 +0200)] 
doc: fix .ssh credential examples

Let's create the .ssh dir with the right perms first.

Suggested by @gcb.

Fixes: #28172
18 months agodocs: Add note on packages produced by mkosi builds
Daan De Meyer [Wed, 17 Apr 2024 21:38:14 +0000 (23:38 +0200)] 
docs: Add note on packages produced by mkosi builds

18 months agoudev: fix assignment of ret_truncated
Yu Watanabe [Thu, 18 Apr 2024 05:25:52 +0000 (14:25 +0900)] 
udev: fix assignment of ret_truncated

Follow-ups for 089bef66316e5bdc91b9984148e5a6455449c1da.

18 months agoblockdev-util: fix typo
Yu Watanabe [Thu, 18 Apr 2024 04:08:09 +0000 (13:08 +0900)] 
blockdev-util: fix typo

Follow-up for 33ff155957327f51dde740a7a75f19122bff1ebc.

18 months agoMerge pull request #32192 from yuwata/part-scan
Yu Watanabe [Thu, 18 Apr 2024 02:38:48 +0000 (11:38 +0900)] 
Merge pull request #32192 from yuwata/part-scan

blockdev-util: fix detection of partscan

18 months agoMerge pull request #32249 from CodethinkLabs/vmspawn/predicatable_tap_names
Yu Watanabe [Thu, 18 Apr 2024 01:26:07 +0000 (10:26 +0900)] 
Merge pull request #32249 from CodethinkLabs/vmspawn/predicatable_tap_names

vmspawn: generate predicatable TAP device names and MAC addresses

18 months agoblockdev-util: also read 'ext_range' sysattr to check if the partscan is enabled 32192/head
Yu Watanabe [Mon, 8 Apr 2024 02:57:42 +0000 (11:57 +0900)] 
blockdev-util: also read 'ext_range' sysattr to check if the partscan is enabled

The 'capability' sysattr was deprecated by
https://github.com/torvalds/linux/commit/e81cd5a983bb35dabd38ee472cf3fea1c63e0f23 (v6.3).

18 months agosd-device: introduce device_get_sysattr_unsigned_full()
Yu Watanabe [Mon, 8 Apr 2024 02:56:58 +0000 (11:56 +0900)] 
sd-device: introduce device_get_sysattr_unsigned_full()

18 months agoman: fix wrong version info (#31949)
Yu Watanabe [Thu, 18 Apr 2024 00:45:51 +0000 (09:45 +0900)] 
man: fix wrong version info (#31949)

Fixes #31920.

18 months agosystemctl: allow user to suppress output when no action scheduled (#32278)
MaxHearnden [Thu, 18 Apr 2024 00:44:22 +0000 (01:44 +0100)] 
systemctl: allow user to suppress output when no action scheduled (#32278)

18 months agojournalctl: update help to say "priority range" (#32323)
Winterhuman [Thu, 18 Apr 2024 00:43:28 +0000 (00:43 +0000)] 
journalctl: update help to say "priority range" (#32323)

Clarify that `-p, --priority=` always treats its option as a priority range, even when given
a single log level per the full man page description.

Co-authored-by: Mike Yuan <me@yhndnzj.com>
18 months agoMerge pull request #32308 from yuwata/sd-ndisc-disable-timer-on-recv
Yu Watanabe [Thu, 18 Apr 2024 00:28:16 +0000 (09:28 +0900)] 
Merge pull request #32308 from yuwata/sd-ndisc-disable-timer-on-recv

sd-ndisc: disable one more timer event source

18 months agoMerge pull request #32318 from YHNdnzj/skip-leading-char
Yu Watanabe [Wed, 17 Apr 2024 21:18:09 +0000 (06:18 +0900)] 
Merge pull request #32318 from YHNdnzj/skip-leading-char

journal-gatewayd: use skip_leading_chars

18 months agoman: add pam_gnome_keyring to auth section after pam_systemd_loadkey
Jonathan Conder [Wed, 17 Apr 2024 19:56:52 +0000 (07:56 +1200)] 
man: add pam_gnome_keyring to auth section after pam_systemd_loadkey

This is required because pam_sm_open_session [1] only looks at
gkr_system_authtok, which is copied from the kernel keyring in
pam_sm_authenticate.

[1] https://gitlab.gnome.org/GNOME/gnome-keyring/-/blob/46.1/pam/gkr-pam-module.c?ref_type=tags

18 months agoMerge pull request #32320 from bluca/softreboot_serialize
Lennart Poettering [Wed, 17 Apr 2024 20:12:49 +0000 (22:12 +0200)] 
Merge pull request #32320 from bluca/softreboot_serialize

Soft reboot timestamp follow-ups

18 months agoman: mention that sd_journal_test_cursor() needs a positioning call
Zbigniew Jędrzejewski-Szmek [Wed, 17 Apr 2024 16:11:31 +0000 (18:11 +0200)] 
man: mention that sd_journal_test_cursor() needs a positioning call

Fixes #30331.

18 months agoMerge pull request #32317 from DaanDeMeyer/mkosi
Daan De Meyer [Wed, 17 Apr 2024 19:29:28 +0000 (21:29 +0200)] 
Merge pull request #32317 from DaanDeMeyer/mkosi

mkosi: Set up -ffile-prefix-map= correctly when building debuginfo packages

18 months agodocs: use absolute links for our pages 32324/head
Frantisek Sumsal [Wed, 17 Apr 2024 18:54:45 +0000 (20:54 +0200)] 
docs: use absolute links for our pages

Since 56b2970 has proven to be a no-go for us, as it breaks existing
links, let's embrace the trailing slash and use absolute links
everywhere for our pages. This way we'll get around browser cleverly
appending the relative link to the current location (since it ends with
a slash), and given our docs/ layout is flat it's not much of a hassle
either.

Converted using this beauty:
  $ sed -ri 's/(\[.+\]\()([A-Z_]+\))/\1\/\2/g' *.md

Resolves: #32088 (again) and #32310

18 months agoRevert "docs: don't suffix page permalink with a slash"
Frantisek Sumsal [Wed, 17 Apr 2024 18:42:58 +0000 (20:42 +0200)] 
Revert "docs: don't suffix page permalink with a slash"

This breaks existing links with a trailing slash, so it's a no-go.

This reverts commit d1a7e030c5daa4a09ee93b8af6b28ecaac5d34d0.

18 months agocore: rename SoftRebootStartTimestamp -> ShutdownStartTimestamp and generalize 32320/head
Luca Boccassi [Tue, 16 Apr 2024 14:33:09 +0000 (15:33 +0100)] 
core: rename SoftRebootStartTimestamp -> ShutdownStartTimestamp and generalize

Follow-up for 54f86b86ba8168faccbfc2ad16ceeccefde98a51

18 months agomanager: serialize current objective
Luca Boccassi [Thu, 19 Oct 2023 23:34:29 +0000 (00:34 +0100)] 
manager: serialize current objective

So that we can tell what happened before the exec. It is overwritten
shortly after deserialization. Use it to bump the soft reboots counter.

18 months agoMerge pull request #32315 from poettering/hwdb-256
Lennart Poettering [Wed, 17 Apr 2024 17:18:44 +0000 (19:18 +0200)] 
Merge pull request #32315 from poettering/hwdb-256

hwdb/autosuspend/NEWS update for 256-rc1

18 months agoMerge pull request #31648 from neighbourhoodie/review-content
Zbigniew Jędrzejewski-Szmek [Wed, 17 Apr 2024 15:34:43 +0000 (17:34 +0200)] 
Merge pull request #31648 from neighbourhoodie/review-content

I did the merge manually to resolve a trivial conflict.

18 months agomkosi: Drop workarounds 32317/head
Daan De Meyer [Wed, 17 Apr 2024 14:59:08 +0000 (16:59 +0200)] 
mkosi: Drop workarounds

With the latest Github Actions image release none of these should
be required anymore (20240414.1.1).

18 months agomkosi: Switch to O0 and disable FORTIFY_SOURCE
Daan De Meyer [Wed, 17 Apr 2024 14:10:26 +0000 (16:10 +0200)] 
mkosi: Switch to O0 and disable FORTIFY_SOURCE

-Og still causes a lot of "<optimized out>" in GDB so let's use -O0
instead and disable FORTIFY_SOURCE as it doesn't work without
optimizations enabled.

18 months agoMerge pull request #32143 from yuwata/magic
Lennart Poettering [Wed, 17 Apr 2024 15:03:48 +0000 (17:03 +0200)] 
Merge pull request #32143 from yuwata/magic

basic/linux: copy magic.h from kernel to our code

18 months agoNEWS: prepare -rc1 32315/head
Lennart Poettering [Wed, 17 Apr 2024 09:24:59 +0000 (11:24 +0200)] 
NEWS: prepare -rc1

18 months agoautosuspend: update for v256
Lennart Poettering [Wed, 17 Apr 2024 10:40:24 +0000 (12:40 +0200)] 
autosuspend: update for v256

18 months agohwdb: update for v256
Lennart Poettering [Wed, 17 Apr 2024 09:22:14 +0000 (11:22 +0200)] 
hwdb: update for v256

18 months agoMerge pull request #32311 from YHNdnzj/write-ellipsis
Lennart Poettering [Wed, 17 Apr 2024 14:20:51 +0000 (16:20 +0200)] 
Merge pull request #32311 from YHNdnzj/write-ellipsis

Some minor cleanup for string-util (ellipsis)

18 months agomkosi: Disable DWARF debug info optimization
Daan De Meyer [Wed, 17 Apr 2024 13:54:53 +0000 (15:54 +0200)] 
mkosi: Disable DWARF debug info optimization

We care more about fast builds in this case so disable the DWARF
debug optimization that's done by default.

18 months agoNEWS: udev and networkd pick up more things from creds
Mike Yuan [Wed, 17 Apr 2024 14:05:37 +0000 (22:05 +0800)] 
NEWS: udev and networkd pick up more things from creds

18 months agojournal-gatewayd: use skip_leading_chars where appropriate 32318/head
Mike Yuan [Wed, 17 Apr 2024 13:50:22 +0000 (21:50 +0800)] 
journal-gatewayd: use skip_leading_chars where appropriate

Prompted by c5d675472588815dedf67af8c36da0fac398fb3e

18 months agojournal-gatewayd: add missing assertions
Mike Yuan [Wed, 17 Apr 2024 13:50:05 +0000 (21:50 +0800)] 
journal-gatewayd: add missing assertions

18 months agomkosi: Override build_cflags instead of _distro_extra_cflags
Daan De Meyer [Wed, 17 Apr 2024 13:38:24 +0000 (15:38 +0200)] 
mkosi: Override build_cflags instead of _distro_extra_cflags

The latter is not supported on CentOS Stream 9.

18 months agojournal-gatewayd: remove duplicate call to `startswith()`
Antonio Alvarez Feijoo [Wed, 17 Apr 2024 09:19:01 +0000 (11:19 +0200)] 
journal-gatewayd: remove duplicate call to `startswith()`

18 months agomkosi: Set up -ffile-prefix-map= correctly when building debuginfo packages
Daan De Meyer [Wed, 17 Apr 2024 12:55:08 +0000 (14:55 +0200)] 
mkosi: Set up -ffile-prefix-map= correctly when building debuginfo packages

This makes sure that the debuginfo files contain source files pointing
to the source files shipped by the debugsource package.

Normally this should be done automatically by rpm invoking debugedit
but for some unknown reason debugedit refuses to rewrite the source
files in our binaries.

Given that debugedit is completely undebugable (does not generate any
logs at all, and its source code is ridiculously obtuse), let's set
-ffile-prefix-map= when building instead which achieves the same
effect.

18 months agobuild(deps): bump pkg/debian from `e477254` to `30c77a7`
dependabot[bot] [Wed, 17 Apr 2024 09:56:56 +0000 (09:56 +0000)] 
build(deps): bump pkg/debian from `e477254` to `30c77a7`

Bumps pkg/debian from `e477254` to `30c77a7`.

---
updated-dependencies:
- dependency-name: pkg/debian
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
18 months agocore/show-status: use strlen where appropriate 32311/head
Mike Yuan [Wed, 17 Apr 2024 08:48:29 +0000 (16:48 +0800)] 
core/show-status: use strlen where appropriate

We don't use sizeof() outside of array definitions
these days. The compiler should be capable of
optimizing this out.

18 months agostring-util: use mempcpy where appropriate
Mike Yuan [Wed, 17 Apr 2024 08:48:00 +0000 (16:48 +0800)] 
string-util: use mempcpy where appropriate

18 months agostring-util: use special_glyph() at one more place
Yu Watanabe [Wed, 17 Apr 2024 01:01:39 +0000 (10:01 +0900)] 
string-util: use special_glyph() at one more place

No functional change, just refactoring.

18 months agofuzz-ndisc-rs: also test packets with sd-radv
Yu Watanabe [Tue, 16 Apr 2024 06:17:50 +0000 (15:17 +0900)] 
fuzz-ndisc-rs: also test packets with sd-radv

Addresses https://github.com/systemd/systemd/pull/32267#discussion_r1566715787.

Suggested-by: Evgeny Vereshchagin <evvers@ya.ru>
18 months agotest: fix typo
Yu Watanabe [Wed, 17 Apr 2024 04:29:35 +0000 (13:29 +0900)] 
test: fix typo

Follow-up for 236634c82c56e280348f9452129f3cdfd1fb7a45.

18 months agosd-ndisc: improve debugging logs 32308/head
Yu Watanabe [Wed, 17 Apr 2024 04:02:26 +0000 (13:02 +0900)] 
sd-ndisc: improve debugging logs

18 months agosd-ndisc: disable one more timer event source
Yu Watanabe [Wed, 17 Apr 2024 03:21:44 +0000 (12:21 +0900)] 
sd-ndisc: disable one more timer event source

Otherwise, even if we have already received RA, timeout callback will be
called. Currently, networkd mostly does nothing on timeout, hence should
not change any effective behavior.

Follow-up for e7cb80474d4e580f7cc7c8645e1412e4a59f7588.

18 months agoMerge pull request #32300 from mrc0mmand/assorted-tweaks
Yu Watanabe [Wed, 17 Apr 2024 02:52:30 +0000 (11:52 +0900)] 
Merge pull request #32300 from mrc0mmand/assorted-tweaks

test: split TEST-50-DISSECT into smaller parts

18 months agoMerge pull request #32303 from CodethinkLabs/push_down_disk_partitioning
Yu Watanabe [Wed, 17 Apr 2024 02:49:23 +0000 (11:49 +0900)] 
Merge pull request #32303 from CodethinkLabs/push_down_disk_partitioning

test-64-udev-storage: Push disk partitioning into the testsuite itself

18 months agocryptenroll: Use CTAP2.1 credProtect extension
Bryan Jacobs [Tue, 16 Apr 2024 03:12:22 +0000 (13:12 +1000)] 
cryptenroll: Use CTAP2.1 credProtect extension

When enrolling a new FIDO2 token with a client PIN, this tells the authenticator to require the PIN on all uses.

It also collects a PIN before attempting to create a credential.

Works around #31443 in most (not all) scenarios.

18 months agotest-64-udev-storage: partition disk inside testcase - testcase_multipath_basic_failover 32303/head
Sam Leonard [Tue, 16 Apr 2024 16:02:31 +0000 (17:02 +0100)] 
test-64-udev-storage: partition disk inside testcase - testcase_multipath_basic_failover

18 months agotest-64-udev-storage: partition disk inside testcase - testcase_virtio_scsi_identical...
Sam Leonard [Tue, 16 Apr 2024 15:17:59 +0000 (16:17 +0100)] 
test-64-udev-storage: partition disk inside testcase - testcase_virtio_scsi_identically_named_partitions

18 months agotest-64-udev-storage: partition disk inside testcase - testcase_long_sysfs_path
Sam Leonard [Tue, 16 Apr 2024 12:18:34 +0000 (13:18 +0100)] 
test-64-udev-storage: partition disk inside testcase - testcase_long_sysfs_path

18 months agoMerge pull request #32302 from DaanDeMeyer/mkosi
Daan De Meyer [Tue, 16 Apr 2024 14:59:41 +0000 (16:59 +0200)] 
Merge pull request #32302 from DaanDeMeyer/mkosi

Various mkosi improvements

18 months agoMerge pull request #32236 from poettering/journalctl-list-namespace-followup
Lennart Poettering [Tue, 16 Apr 2024 13:45:06 +0000 (15:45 +0200)] 
Merge pull request #32236 from poettering/journalctl-list-namespace-followup

journalctl: --list-namespaces followup

18 months agomkosi: Add support for building debug packages 32302/head
Daan De Meyer [Tue, 16 Apr 2024 09:24:56 +0000 (11:24 +0200)] 
mkosi: Add support for building debug packages

This allows building debug packages by setting WITH_DEBUG=1. This
slows down the build a lot so it's opt in. We don't yet install
these but can do so in a future commit.

18 months agomkosi: Add --noclean when running rpmbuild
Daan De Meyer [Tue, 16 Apr 2024 11:59:20 +0000 (13:59 +0200)] 
mkosi: Add --noclean when running rpmbuild

The entire build environment is ephemeral anyway so everything is
cleaned regardless. By specifying --noclean, we make debugging
easier as the rpm build root can be inspected when using --debug-shell.

18 months agomkosi: Install which in image
Daan De Meyer [Tue, 16 Apr 2024 11:58:07 +0000 (13:58 +0200)] 
mkosi: Install which in image

gdb-headless in Fedora is missing a dependency on which:
https://bugzilla.redhat.com/show_bug.cgi?id=2275274

This happens all the time so let's make sure which is always installed
in the image.

18 months agoUpdate debugging with vscode section
Daan De Meyer [Mon, 15 Apr 2024 20:28:11 +0000 (22:28 +0200)] 
Update debugging with vscode section

- We have ssh-generator now, so need for mkosi's Ssh= option anymore.
- By enabling RuntimeBuildSources= by default, we don't need the gdb
  config file in the image anymore, since the build and source
  directories will be mounted at the expected locations.

18 months agotest: rework systemd-sysext test 32300/head
Frantisek Sumsal [Mon, 15 Apr 2024 21:28:43 +0000 (23:28 +0200)] 
test: rework systemd-sysext test

Let's rework the test a bit, namely:
  - condense the code a bit
  - drop unnecessary braces around variables
  - drop unnecessary explanations around `touch` calls
  - drop/rename functions to make the code more self-explanatory
  - simplify cleanup a bit
  - create R/O bind mounts directly (supported since util-linux 2.27)

18 months agotest: simplify unit check
Frantisek Sumsal [Mon, 15 Apr 2024 18:52:59 +0000 (20:52 +0200)] 
test: simplify unit check

18 months agotest: split some overly long lines
Frantisek Sumsal [Mon, 15 Apr 2024 18:27:32 +0000 (20:27 +0200)] 
test: split some overly long lines

Let's get the line count back up again by splitting some overly long
lines in hopes to make the code slightly more readable.

18 months agotest: split TEST-50-DISSECT into smaller parts
Frantisek Sumsal [Mon, 15 Apr 2024 17:44:23 +0000 (19:44 +0200)] 
test: split TEST-50-DISSECT into smaller parts

As the current version has almost 2k lines.

18 months agojournalctl: tighten rules on parsing namespace journal dir suffixes 32236/head
Lennart Poettering [Thu, 11 Apr 2024 17:07:21 +0000 (19:07 +0200)] 
journalctl: tighten rules on parsing namespace journal dir suffixes

The dot must follow the machine ID immediately, let's check for that.
Also, I think it's generally better to parse the machine ID and then
comparing it, instead of comparing the string representation. That's
more in line how we usually do it, as we parse 128bit IDs generally
case-insensitively.

18 months agojournalctl: show human readable text if no namespace is found
Lennart Poettering [Thu, 11 Apr 2024 17:04:14 +0000 (19:04 +0200)] 
journalctl: show human readable text if no namespace is found

The common case will be that no namespaces are defined, hence by default
we'd just output "NAMESPACE" and exit, which is very confusing.

Generate a nice message instead, how many of our tools do it. Suppress
it on --quiet however.

18 months agojournalctl: add missing --help line for --list-namespaces
Lennart Poettering [Thu, 11 Apr 2024 17:03:54 +0000 (19:03 +0200)] 
journalctl: add missing --help line for --list-namespaces

Follow-up for: #32236 68f66a171398e27280a95e58ae7464219cccaaec

18 months agoshared/vpick: also align function params in header
Mike Yuan [Tue, 16 Apr 2024 04:27:23 +0000 (12:27 +0800)] 
shared/vpick: also align function params in header

Follow-up for 6d8690ecd34a6c9450e78e242e07b1a4479d6d27

18 months agoMerge pull request #32289 from bluca/counter
Luca Boccassi [Tue, 16 Apr 2024 08:44:25 +0000 (10:44 +0200)] 
Merge pull request #32289 from bluca/counter

soft-reboot counter follow-ups

18 months agoMerge pull request #32294 from yuwata/network-generator-creds
Yu Watanabe [Tue, 16 Apr 2024 07:42:59 +0000 (16:42 +0900)] 
Merge pull request #32294 from yuwata/network-generator-creds

network-generator: also load drop-ins for networkd.conf from credentials

18 months agoMerge pull request #32297 from yuwata/networkctl-cat-without-args
Yu Watanabe [Tue, 16 Apr 2024 07:42:46 +0000 (16:42 +0900)] 
Merge pull request #32297 from yuwata/networkctl-cat-without-args

networkctl: allow to call 'networkctl cat' without arguments

18 months agoNEWS: a few fixes, add systemd-cat --namespace=
Mike Yuan [Tue, 16 Apr 2024 06:22:54 +0000 (14:22 +0800)] 
NEWS: a few fixes, add systemd-cat --namespace=

18 months agonetwork: fix use of wrong flag
Yu Watanabe [Tue, 16 Apr 2024 01:46:09 +0000 (10:46 +0900)] 
network: fix use of wrong flag

Fixes a bug introduced by 86a66e9b95048b1a3a4e297ba2884afcedd1585e (v255).

18 months agotest: add test case for 'networkctl cat' without arguments 32297/head
Yu Watanabe [Tue, 16 Apr 2024 04:30:19 +0000 (13:30 +0900)] 
test: add test case for 'networkctl cat' without arguments

18 months agonetworkctl: allow to call 'networkctl cat' without arguments
Yu Watanabe [Tue, 16 Apr 2024 04:29:23 +0000 (13:29 +0900)] 
networkctl: allow to call 'networkctl cat' without arguments

Then, show networkd.conf and its drop-ins.

18 months agoman: add missing drop-in directory
Yu Watanabe [Tue, 16 Apr 2024 02:50:38 +0000 (11:50 +0900)] 
man: add missing drop-in directory

18 months agotest: add test case for network.conf.* credential 32294/head
Yu Watanabe [Tue, 16 Apr 2024 03:03:46 +0000 (12:03 +0900)] 
test: add test case for network.conf.* credential

18 months agonetwork-generator: also copy drop-ins for networkd.conf from credential
Yu Watanabe [Tue, 16 Apr 2024 02:57:23 +0000 (11:57 +0900)] 
network-generator: also copy drop-ins for networkd.conf from credential

Follow-up for 1a30285590c2f40f256d0628950ef9243b2c1938.

18 months agoNEWS: fix typo
Yu Watanabe [Tue, 16 Apr 2024 03:21:36 +0000 (12:21 +0900)] 
NEWS: fix typo

18 months agoMerge pull request #32103 from yuwata/udev-load-credentials
Yu Watanabe [Tue, 16 Apr 2024 02:45:22 +0000 (11:45 +0900)] 
Merge pull request #32103 from yuwata/udev-load-credentials

udev: load udev rules from credentials

18 months agoMerge pull request #32267 from yuwata/sd-ndisc-router-solicit
Yu Watanabe [Tue, 16 Apr 2024 02:18:07 +0000 (11:18 +0900)] 
Merge pull request #32267 from yuwata/sd-ndisc-router-solicit

sd-radv: introduce sd_ndisc_router_solicit and use it

18 months agotest: add test for systemd-udev-load-credentials.service 32103/head
Yu Watanabe [Thu, 4 Apr 2024 19:14:19 +0000 (04:14 +0900)] 
test: add test for systemd-udev-load-credentials.service

18 months agosd-radv: use ICMP6Packet and sd_ndisc_router_solicit 32267/head
Yu Watanabe [Fri, 23 Feb 2024 06:41:06 +0000 (15:41 +0900)] 
sd-radv: use ICMP6Packet and sd_ndisc_router_solicit

Then, sd-radv can reject invalid Router Solicit messages, e.g. that have
invalid options.

No effective functional change, just refactoring.

18 months agosd-radv: introduce sd_ndisc_router_solicit
Yu Watanabe [Fri, 23 Feb 2024 06:19:58 +0000 (15:19 +0900)] 
sd-radv: introduce sd_ndisc_router_solicit

It is not used in this stage, but will be used later in sd-radv.