]> git.ipfire.org Git - thirdparty/systemd.git/log
thirdparty/systemd.git
4 years agoshared/watchdog: close watchdog device when done with it 13368/head
Zbigniew Jędrzejewski-Szmek [Tue, 20 Aug 2019 18:24:47 +0000 (20:24 +0200)] 
shared/watchdog: close watchdog device when done with it

The file descriptor was opened with O_CLOEXEC, so in practice this doesn't
change too much, but it seems cleaner to always close the old fd when
changing the device path.

4 years agoMerge pull request #13367 from poettering/null-console-fixes
Zbigniew Jędrzejewski-Szmek [Tue, 20 Aug 2019 19:13:36 +0000 (21:13 +0200)] 
Merge pull request #13367 from poettering/null-console-fixes

Fixes inspired by console=null

4 years agofsck: add logging and fix error codes where appropriate 13367/head
Lennart Poettering [Tue, 20 Aug 2019 15:35:06 +0000 (17:35 +0200)] 
fsck: add logging and fix error codes where appropriate

4 years agomanager: simplify manager_get_confirm_spawn() a bit
Lennart Poettering [Tue, 20 Aug 2019 15:34:16 +0000 (17:34 +0200)] 
manager: simplify manager_get_confirm_spawn() a bit

Let's use our usual way of storing error codes.

Let's remove a redundant temporary variable we never change

4 years agoload-fragment: use path_join() where appropriate
Lennart Poettering [Tue, 20 Aug 2019 15:32:34 +0000 (17:32 +0200)] 
load-fragment: use path_join() where appropriate

4 years agolog: don't invalidate open console fd if we can't open a new one
Lennart Poettering [Tue, 20 Aug 2019 15:32:17 +0000 (17:32 +0200)] 
log: don't invalidate open console fd if we can't open a new one

4 years agoterminal-util: add fallback logic to make_console_stdio()
Lennart Poettering [Tue, 20 Aug 2019 15:30:15 +0000 (17:30 +0200)] 
terminal-util: add fallback logic to make_console_stdio()

If /dev/console can't be opened, let's use /dev/null instead.

Inspired by: #13332

4 years agolog: cast various log_open() calls to (void)
Lennart Poettering [Tue, 20 Aug 2019 15:29:49 +0000 (17:29 +0200)] 
log: cast various log_open() calls to (void)

4 years agoupdate TODO
Lennart Poettering [Tue, 20 Aug 2019 14:21:01 +0000 (16:21 +0200)] 
update TODO

4 years agoMerge pull request #13360 from keszybz/udev-watch-more
Lennart Poettering [Tue, 20 Aug 2019 11:55:47 +0000 (13:55 +0200)] 
Merge pull request #13360 from keszybz/udev-watch-more

udev: set "watch" for more devices

4 years agocgroup: Also set io.bfq.weight
Kai Krakow [Sat, 17 Aug 2019 00:33:43 +0000 (02:33 +0200)] 
cgroup: Also set io.bfq.weight

Current kernels with BFQ scheduler do not yet set their IO weight
through "io.weight" but through "io.bfq.weight" (using a slightly
different interface supporting only default weights, not per-device
weights). This commit enables "IOWeight=" to just to that.

This patch may be dropped at some time later.

Link: https://github.com/systemd/systemd/issues/7057
Signed-off-by: Kai Krakow <kai@kaishome.de>
4 years agoMerge pull request #13356 from keszybz/static-nodes-perms
Lennart Poettering [Mon, 19 Aug 2019 16:02:46 +0000 (18:02 +0200)] 
Merge pull request #13356 from keszybz/static-nodes-perms

Fix permissions on static nodes

4 years agoMerge pull request #13353 from keszybz/analyze-cat-config-relabel-extra.d
Lennart Poettering [Mon, 19 Aug 2019 13:38:00 +0000 (15:38 +0200)] 
Merge pull request #13353 from keszybz/analyze-cat-config-relabel-extra.d

systemd-analyze cat-config relabel-extra.d/

4 years agotmpfiles: override permissions of static nodes that need this 13356/head
Zbigniew Jędrzejewski-Szmek [Mon, 19 Aug 2019 09:50:04 +0000 (11:50 +0200)] 
tmpfiles: override permissions of static nodes that need this

Fixes #13350.

4 years agoshared/seccomp: add sync_file_range2
Zbigniew Jędrzejewski-Szmek [Mon, 19 Aug 2019 06:51:39 +0000 (08:51 +0200)] 
shared/seccomp: add sync_file_range2

Some architectures need the arguments to be reordered because of alignment
issues. Otherwise, it's the same as sync_file_range.

4 years agoRename tmpfiles.d/kmod.conf to static-nodes.conf
Zbigniew Jędrzejewski-Szmek [Mon, 19 Aug 2019 09:05:58 +0000 (11:05 +0200)] 
Rename tmpfiles.d/kmod.conf to static-nodes.conf

It is generated using kmod, but apart from that doesn't have
much to do with kmod.

4 years agoanalyze: make cat-config work with relabel-extra.d 13353/head
Zbigniew Jędrzejewski-Szmek [Tue, 6 Aug 2019 20:07:17 +0000 (22:07 +0200)] 
analyze: make cat-config work with relabel-extra.d

4 years agosystemctl: use unicode in one more place
Zbigniew Jędrzejewski-Szmek [Tue, 6 Aug 2019 19:20:18 +0000 (21:20 +0200)] 
systemctl: use unicode in one more place

4 years agoman: owned to → owned by
Zbigniew Jędrzejewski-Szmek [Tue, 6 Aug 2019 07:05:12 +0000 (09:05 +0200)] 
man: owned to → owned by

4 years agoMerge pull request #13235 from yuwata/network-routing-policy-rule-family-13233
Zbigniew Jędrzejewski-Szmek [Mon, 19 Aug 2019 08:08:23 +0000 (10:08 +0200)] 
Merge pull request #13235 from yuwata/network-routing-policy-rule-family-13233

network: add RoutingPolicyRule.Family= setting

4 years agoMerge pull request #13345 from yuwata/network-fix-preferred-lifetime-zero-13341
Zbigniew Jędrzejewski-Szmek [Mon, 19 Aug 2019 07:59:16 +0000 (09:59 +0200)] 
Merge pull request #13345 from yuwata/network-fix-preferred-lifetime-zero-13341

network: fix PreferredLifetime=0

4 years agoRevert "shared/conf-parser,networkd: EXTRACT_UNQUOTE|EXTRACT_RETAIN_ESCAPE → EXTRACT_...
Zbigniew Jędrzejewski-Szmek [Wed, 14 Aug 2019 15:41:31 +0000 (17:41 +0200)] 
Revert "shared/conf-parser,networkd: EXTRACT_UNQUOTE|EXTRACT_RETAIN_ESCAPE → EXTRACT_UNQUOTE"

This reverts commit 8a07b4033e5d3c86931b3dd2ddbca41118c05c60.
The tests are kept. test-networkd-conf is adjusted to pass.

This fixes #13276. I think current rules are extremely confusing, as the
case in test-networkd-conf shows. We apply some kinds of unescaping (relating
to quoting), but not others (related to escaping of special characters).
But fixing this is hard, because people have adjusted quoting to match
our rules, and if we make the rules "better", things might break in unexpected
places.

4 years agocgroup-util: update comment to reflect stable kernel fixes
Topi Miettinen [Fri, 16 Aug 2019 08:42:04 +0000 (11:42 +0300)] 
cgroup-util: update comment to reflect stable kernel fixes

4 years agoMerge pull request #13344 from ddstreet/test-functions
Yu Watanabe [Sun, 18 Aug 2019 15:34:35 +0000 (00:34 +0900)] 
Merge pull request #13344 from ddstreet/test-functions

Minor/cosmetic changes to test/test-functions, some test.sh

4 years agotest: increase qemu timeout for TEST-18 and TEST-19
Dan Streetman [Thu, 15 Aug 2019 20:27:05 +0000 (16:27 -0400)] 
test: increase qemu timeout for TEST-18 and TEST-19

These tests runs under qemu, and on some testbeds, without acceleration.
On those systems, the current 180 second overall test timeout is too
short to run the test.

Increasing the timeout to 600s should be enough, even for slow
non-accelerated qemu testbeds.

4 years agotest-network: update test for PreferredLifetime=0 13345/head
Yu Watanabe [Sat, 17 Aug 2019 17:15:11 +0000 (02:15 +0900)] 
test-network: update test for PreferredLifetime=0

4 years agonetwork: do not check deprecated flag in address_is_ready()
Yu Watanabe [Sun, 18 Aug 2019 15:04:37 +0000 (00:04 +0900)] 
network: do not check deprecated flag in address_is_ready()

Without this change, the address with PreferredLifetime=0 cannot be ready,
and thus, no consequent setting up process does not start.
The bug was introduced by 6aa5773.

Follow-up for b7ed5384ab55cd4d7b8d7d1ec7f5d5e145f0a2b1.

Fixes #13341.

4 years agoman: add missing comma
Theo Ouzhinski [Sat, 17 Aug 2019 17:21:50 +0000 (13:21 -0400)] 
man: add missing comma

4 years agotrivial spelling fixes (#13339)
Mr-Foo [Sat, 17 Aug 2019 16:30:57 +0000 (16:30 +0000)] 
trivial spelling fixes (#13339)

4 years agotest/test-functions: add mkdir to import_initdir 13344/head
Dan Streetman [Sat, 17 Aug 2019 16:24:00 +0000 (12:24 -0400)] 
test/test-functions: add mkdir to import_initdir

This dir is created by create_empty_image_rootdir, as well as indirectly
by some other functions, but it should be created by import_initdir so
the newly-exported $initdir exists and can be used immediately without
relying on other functions to create it.

4 years agotest: replace $TESTDIR/root with $initdir
Dan Streetman [Thu, 15 Aug 2019 13:39:31 +0000 (09:39 -0400)] 
test: replace $TESTDIR/root with $initdir

The $initdir var is already set to $TESTDIR/root, it should be used
instead of direct use of $TESTDIR/root.

4 years agotest: TEST-33 and TEST-36 should use create_empty_image_rootdir
Dan Streetman [Sat, 17 Aug 2019 16:20:56 +0000 (12:20 -0400)] 
test: TEST-33 and TEST-36 should use create_empty_image_rootdir

This recently added function handles mkdir and mounting of the empty image,
as well as umounting after test_setup.

4 years agotest/test-functions: avoid stderr noise, only umount on cleanup if mountpoint
Dan Streetman [Tue, 13 Aug 2019 11:50:59 +0000 (07:50 -0400)] 
test/test-functions: avoid stderr noise, only umount on cleanup if mountpoint

Only umount it during cleanup if the $TESTDIR/root dir is a mountpoint.
This avoids adding noise to the stderr log such as:

mountpoint: /var/tmp/systemd-test.waLOFT/root: No such file or directory

4 years agotest-network: add tests for RoutingPolicyRule.Family=ipv6 and both 13235/head
Yu Watanabe [Wed, 31 Jul 2019 03:09:03 +0000 (12:09 +0900)] 
test-network: add tests for RoutingPolicyRule.Family=ipv6 and both

4 years agonetwork: add RoutingPolicyRule.Family= setting
Yu Watanabe [Wed, 31 Jul 2019 22:41:36 +0000 (07:41 +0900)] 
network: add RoutingPolicyRule.Family= setting

Closes #13233.

4 years agonetwork: split out copying logic from routing_policy_rule_add_internal()
Yu Watanabe [Sat, 3 Aug 2019 20:16:43 +0000 (05:16 +0900)] 
network: split out copying logic from routing_policy_rule_add_internal()

4 years agonetwork: rename AddressFamilyBoolean -> AddressFamily
Yu Watanabe [Sat, 3 Aug 2019 20:09:08 +0000 (05:09 +0900)] 
network: rename AddressFamilyBoolean -> AddressFamily

We usually do not call an extended boolean as XxxBoolean.

4 years agonetwork: add missing entry in serialization/deserialization
Yu Watanabe [Thu, 1 Aug 2019 19:22:44 +0000 (04:22 +0900)] 
network: add missing entry in serialization/deserialization

4 years agonetwork: serialize/deserialize address family
Yu Watanabe [Thu, 1 Aug 2019 20:19:26 +0000 (05:19 +0900)] 
network: serialize/deserialize address family

4 years agonetwork: refuse the case To= and From= are in different address family
Yu Watanabe [Thu, 1 Aug 2019 20:07:40 +0000 (05:07 +0900)] 
network: refuse the case To= and From= are in different address family

4 years agoudev: allow persistent storage rules work for ubi devices 13360/head
Zbigniew Jędrzejewski-Szmek [Fri, 16 Aug 2019 11:37:14 +0000 (13:37 +0200)] 
udev: allow persistent storage rules work for ubi devices

Back in dbbf424c8b77c1649e822c20c0b1fee1d2cfd93d, we merged a rule to add
persistent storage for /dev/ubi*, but this rule could have never worked because
of the top-level exclude.

Also set "watch" for /dev/ubi*.

4 years agoudev: assume all devices which have persistent links also need to be watched
Zbigniew Jędrzejewski-Szmek [Fri, 16 Aug 2019 11:20:04 +0000 (13:20 +0200)] 
udev: assume all devices which have persistent links also need to be watched

We had two similar lists, but one was accepting many more device types.
I assume that this is by mistake, simply because the lack of device links
is easier to notice than the lack of synthesized event after the device is
written to. This uses the same list in both places, effectively adding
"watch" attribute to /dev/nbd*, /dev/zd*, etc.

4 years agoMerge pull request #13317 from ddstreet/werror
Zbigniew Jędrzejewski-Szmek [Fri, 16 Aug 2019 08:19:09 +0000 (10:19 +0200)] 
Merge pull request #13317 from ddstreet/werror

Fix build warnings, so Ubuntu CI can pass --werror to meson

4 years ago po: update Ukrainian translation (#13329)
Yuri Chornoivan [Fri, 16 Aug 2019 07:55:19 +0000 (10:55 +0300)] 
 po: update Ukrainian translation (#13329)

* Update Ukrainian translation

* po: update Ukrainian translation

4 years agounit-file: downgrade accidentaly high-prio debug log message
Lennart Poettering [Thu, 15 Aug 2019 10:34:31 +0000 (12:34 +0200)] 
unit-file: downgrade accidentaly high-prio debug log message

4 years agonetworkctl: avoid outputting '(null)' for LLDP ports without description
Lennart Poettering [Thu, 15 Aug 2019 17:28:06 +0000 (19:28 +0200)] 
networkctl: avoid outputting '(null)' for LLDP ports without description

4 years agosrc/boot/efi/meson.build: if meson --werror is true, set gcc -Werror 13317/head
Dan Streetman [Tue, 13 Aug 2019 00:34:43 +0000 (20:34 -0400)] 
src/boot/efi/meson.build: if meson --werror is true, set gcc -Werror

This part of the build does not use the normal meson parameters, so
we need to explicitly check for the meson --werror parameter, and if
it's true, set the gcc -Werror parameter for this subdir's build.

4 years agosrc/boot/efi/linux: elide __attribute__((regparm(0))) on non-i386
Dan Streetman [Tue, 13 Aug 2019 11:02:33 +0000 (07:02 -0400)] 
src/boot/efi/linux: elide __attribute__((regparm(0))) on non-i386

This attribute is x86_32-only, so when building on non-intel archs it
generates a compiler warning.  When building with -Werror this turns
into an error, so only include the attribute on i386 arch builds.

4 years agosrc/boot/efi/shim: elide __attribute__((sysv_abi)) on non-intel archs
Dan Streetman [Tue, 13 Aug 2019 10:45:04 +0000 (06:45 -0400)] 
src/boot/efi/shim: elide __attribute__((sysv_abi)) on non-intel archs

This attribute is x86-only, so when building on non-intel archs it
generates a compiler warning.  When building with -Werror this turns
into an error, so only include the attribute on intel archs.

4 years agosrc/basic/missing_syscall: add comment lines for PR 13319 changes
Dan Streetman [Thu, 15 Aug 2019 01:08:36 +0000 (21:08 -0400)] 
src/basic/missing_syscall: add comment lines for PR 13319 changes

Add a comment line explaining that the syscall defines might be
defined to invalid negative numbers, as libseccomp redefines them
to negative numbers if not defined by the kernel headers, which is
not obvious just from reading the code checking for defined && > 0

4 years agoREADME: add an OSS-Fuzz badge
Evgeny Vereshchagin [Thu, 15 Aug 2019 07:23:55 +0000 (07:23 +0000)] 
README: add an OSS-Fuzz badge

Since bug reports, backtraces, coverage reports and build logs are scattered
across at least four different places and there is no publicly available dashboards
the badge can point to, let's just point it to the build logs, which hopefully are going to be
a little bit more usable once https://github.com/google/oss-fuzz/issues/2690 is
addressed.

4 years agoupdate-utmp: fix assertion failure if rescue.target, multi-user.target and graphical...
Tommi Rantala [Mon, 5 Aug 2019 11:01:58 +0000 (14:01 +0300)] 
update-utmp: fix assertion failure if rescue.target, multi-user.target and graphical.target are all inactive

If rescue.target, multi-user.target and graphical.target are all
inactive, get_current_runlevel() is not able to determine current
runlevel, and returns with zero. This zero runlevel value results to
assertion failure in utmp_put_runlevel().

 # systemctl stop rescue.target multi-user.target graphical.target
 # systemctl start systemd-update-utmp-runlevel.service

 systemd[1]: Stopped target Graphical Interface.
 systemd[1]: Stopped target Multi-User System.
 systemd[1]: Starting Update UTMP about System Runlevel Changes...
 systemd-update-utmp[67]: Assertion 'runlevel > 0' failed at src/shared/utmp-wtmp.c:275, function utmp_put_runlevel(). Aborting.
 systemd[1]: systemd-update-utmp-runlevel.service: Main process exited, code=dumped, status=6/ABRT
 systemd[1]: systemd-update-utmp-runlevel.service: Failed with result 'core-dump'.
 systemd[1]: Failed to start Update UTMP about System Runlevel Changes.

Let's just print a warning in this case and skip the utmp update, to
avoid systemd-update-utmp-runlevel.service failures.

4 years agoMerge pull request #13273 from RPigott/zshcomp
Zbigniew Jędrzejewski-Szmek [Wed, 14 Aug 2019 16:21:12 +0000 (18:21 +0200)] 
Merge pull request #13273 from RPigott/zshcomp

Enable resolvectl zsh completions

4 years agosysusers: properly mark generated accounts as locked
Lennart Poettering [Wed, 7 Aug 2019 10:35:29 +0000 (12:35 +0200)] 
sysusers: properly mark generated accounts as locked

Previously, we'd only set the shell to /usr/bin/nologin and lock the
password for system users. Let's go one step further and also lock the
whole account.

This is a paranoid safety precaution, since neither disabling the shell
like this nor disabling the password is sufficient to lock an account,
since remote shell tools generally allow passing different shells, and
logins into ftp or similar protocols don't know the shell concept anyway.
Moreover, in times of ssh authentication by password is just one
option of authentication among many.

Takes inspiration from the recommendations in usermod(8)'s -L switch:

    "Note: if you wish to lock the account (not only access with a
    password), you should also set the EXPIRE_DATE to 1."

4 years agoMerge pull request #13298 from RPigott/busctl
Zbigniew Jędrzejewski-Szmek [Wed, 14 Aug 2019 16:18:55 +0000 (18:18 +0200)] 
Merge pull request #13298 from RPigott/busctl

zsh: add busctl completions

4 years agohwdb: acceleration mount matrix for a Medion Akoya E3221 (#13310)
EtherGraf [Wed, 14 Aug 2019 16:15:50 +0000 (18:15 +0200)] 
hwdb: acceleration mount matrix for a Medion Akoya E3221 (#13310)

4 years agosrc/basic/missing_syscall: change #ifndef to #if ! (defined && > 0)
Dan Streetman [Thu, 25 Jul 2019 11:57:30 +0000 (07:57 -0400)] 
src/basic/missing_syscall: change #ifndef to #if ! (defined && > 0)

The #ifndef check used to work for missing __NR_* syscall defines, but
unfortunately libseccomp now redefines missing syscall number to negative
numbers, in their public header file, e.g.:
https://github.com/seccomp/libseccomp/blob/master/include/seccomp.h.in#L801

When systemd is built, since it includes <seccomp.h>, it pulls in the
incorrect negative value for any __NR_* syscall define that's included in
the seccomp.h header (for those syscalls that the kernel headers don't
yet define, e.g. when built with older/stable-distro kernels).  This leads
to bugs like:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1821625

This changes the check so that it can override the negative number that
libseccomp defines, instead of trying to use the negative syscall number.
To avoid gcc warnings (which are failures with meson --werror), this checks
without generating a redefinition gcc warning.

I have no idea why libseccomp decided to define missing syscalls
to negative numbers inside their *public* header file, causing
problems like this.

4 years agoshared/unit-file: fix systemctl cat user@.service
Zbigniew Jędrzejewski-Szmek [Tue, 6 Aug 2019 19:20:07 +0000 (21:20 +0200)] 
shared/unit-file: fix systemctl cat user@.service

I assumed that unit_name_to_instnace() returns NULL if there is no instance.
In fact it returns "", so the check for instance was wrong.

Also avoid unnecessary call to unit_name_is_valid().

4 years agoMerge pull request #13302 from yuwata/network-set-put-fixes
Lennart Poettering [Wed, 14 Aug 2019 14:18:06 +0000 (16:18 +0200)] 
Merge pull request #13302 from yuwata/network-set-put-fixes

network: fixes related to set_put()

4 years agoMerge pull request #13318 from ddstreet/s390_seccomp
Lennart Poettering [Wed, 14 Aug 2019 14:13:58 +0000 (16:13 +0200)] 
Merge pull request #13318 from ddstreet/s390_seccomp

add s390 pkey_mprotect syscall number, and s390 mmap syscall definitions

4 years agocore: Avoid race when starting dbus services
Mattias Jernberg [Thu, 11 Jul 2019 16:13:46 +0000 (18:13 +0200)] 
core: Avoid race when starting dbus services

In high load scenarios it is possible for services to be started
before the NameOwnerChanged signal is properly installed.

Emulate a callback by also queuing a GetNameOwner when the match is
installed.

Fixes: #12956
4 years agotest: ppc64* qemu is qemu-system-ppc64
Daniel Black [Wed, 14 Aug 2019 01:48:26 +0000 (11:48 +1000)] 
test: ppc64* qemu is qemu-system-ppc64

4 years agohwdb: Fix airplane mode spam on HP Spectre x360 Convertible
Francesco Pennica [Tue, 13 Aug 2019 10:10:56 +0000 (12:10 +0200)] 
hwdb: Fix airplane mode spam on HP Spectre x360 Convertible

Added additional rule matching my HP Spectre x360 Convertible from 2015 (skylake)

4 years agoshell-completion: complete --match argument for busctl 13298/head
Ronan Pigott [Wed, 14 Aug 2019 03:27:56 +0000 (20:27 -0700)] 
shell-completion: complete --match argument for busctl

4 years agosrc/shared/seccomp-util.c: Add mmap definitions for s390 13318/head
Dan Streetman [Thu, 25 Jul 2019 00:48:49 +0000 (20:48 -0400)] 
src/shared/seccomp-util.c: Add mmap definitions for s390

4 years agosrc/basic/missing_syscall: add s390 syscall number for __NR_pkey_mprotect
Dan Streetman [Wed, 24 Jul 2019 23:58:48 +0000 (19:58 -0400)] 
src/basic/missing_syscall: add s390 syscall number for __NR_pkey_mprotect

The syscall number for s390 was added to the kernel at:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b41c51c8e194c0bdfb4b1778a137aea8246c86cd

4 years agoTODO: add more, and drop implemented stuff
Lennart Poettering [Tue, 13 Aug 2019 12:40:30 +0000 (14:40 +0200)] 
TODO: add more, and drop implemented stuff

4 years agotest: store coredumps in journal
Frantisek Sumsal [Mon, 12 Aug 2019 22:14:54 +0000 (00:14 +0200)] 
test: store coredumps in journal

To make debugging much easier, especially for crashes in tests under
QEMU, let's store the entire coredump bundle in the systemd journal,
which is usually kept around by various CIs. Right now, we usually end
up with a journal, but without the coredump itself, which is pretty
useless.

4 years agohwdb: Add axis overrides for HP Envy x360 (#13304)
William Wold [Mon, 12 Aug 2019 22:03:55 +0000 (18:03 -0400)] 
hwdb: Add axis overrides for HP Envy x360 (#13304)

4 years agoMerge pull request #13303 from yuwata/bootctl-segfaults
Frantisek Sumsal [Mon, 12 Aug 2019 19:16:51 +0000 (19:16 +0000)] 
Merge pull request #13303 from yuwata/bootctl-segfaults

bootctl: fix segfaults

4 years agonetworkd: Keep track of static neighbors
William A. Kennington III [Fri, 19 Apr 2019 07:53:34 +0000 (00:53 -0700)] 
networkd: Keep track of static neighbors

We need to keep track of the static neighbors that are configured on the
interface so that we can delete stale entries that were removed.

4 years agobootctl: arg_dolloar_boot_path() may return NULL 13303/head
Yu Watanabe [Sun, 11 Aug 2019 15:05:28 +0000 (00:05 +0900)] 
bootctl: arg_dolloar_boot_path() may return NULL

4 years agobootctl: clear arg_xbootldr_path when acquire_xbootldr() succeeds
Yu Watanabe [Sun, 11 Aug 2019 15:04:44 +0000 (00:04 +0900)] 
bootctl: clear arg_xbootldr_path when acquire_xbootldr() succeeds

4 years agonetwork: add missing link_ref() 13302/head
Yu Watanabe [Sun, 11 Aug 2019 00:11:20 +0000 (09:11 +0900)] 
network: add missing link_ref()

4 years agonetwork: fix potential memleaks related to set_put()
Yu Watanabe [Sat, 10 Aug 2019 23:56:37 +0000 (08:56 +0900)] 
network: fix potential memleaks related to set_put()

4 years agoman: add example for IPv6 Prefix Delegation
frederik [Fri, 9 Aug 2019 10:09:26 +0000 (12:09 +0200)] 
man: add example for IPv6 Prefix Delegation

4 years agofirstboot: drop duplicate trailing whitespace from root pw question
Lennart Poettering [Fri, 9 Aug 2019 14:35:36 +0000 (16:35 +0200)] 
firstboot: drop duplicate trailing whitespace from root pw question

Since ask_password() (and related calls) already append one char, we
ended up appending two. That's not pretty. Let's fix this, and do it
like in all other cases ask_password() (or an equivalent function) is
called.

4 years agodocs: fix env var name in random seed markdown documentation
Lennart Poettering [Thu, 8 Aug 2019 11:31:40 +0000 (13:31 +0200)] 
docs: fix env var name in random seed markdown documentation

4 years agoFix typo in `analyze-security.c`.
Johannes Christ [Sat, 10 Aug 2019 12:41:52 +0000 (14:41 +0200)] 
Fix typo in `analyze-security.c`.

4 years agozsh: add busctl completions
Ronan Pigott [Sat, 10 Aug 2019 08:21:35 +0000 (01:21 -0700)] 
zsh: add busctl completions

4 years agofuzzit: get MSan to track origins
Evgeny Vereshchagin [Thu, 8 Aug 2019 18:30:44 +0000 (18:30 +0000)] 
fuzzit: get MSan to track origins

It's just a follow-up to https://github.com/systemd/systemd/pull/13281
that should make it a little bit easier to make sense of
MSan reports.

https://clang.llvm.org/docs/MemorySanitizer.html#origin-tracking

4 years agoMerge pull request #13281 from evverx/unleash-msan
Evgeny Vereshchagin [Thu, 8 Aug 2019 15:38:21 +0000 (18:38 +0300)] 
Merge pull request #13281 from evverx/unleash-msan

fuzzit: an attempt to unleash MSan on all the fuzzers

4 years agofuzzit: collapse a series of commands 13281/head
Evgeny Vereshchagin [Thu, 8 Aug 2019 13:23:53 +0000 (13:23 +0000)] 
fuzzit: collapse a series of commands

Now that the ids are gone, we can generate commands simply
using names as we go

4 years agofuzzit: switch to a new organization
Evgeny Vereshchagin [Thu, 8 Aug 2019 11:56:23 +0000 (11:56 +0000)] 
fuzzit: switch to a new organization

4 years agoman: Fix grammar in systemd.kill.xml
Matthew Leeds [Wed, 7 Aug 2019 20:10:50 +0000 (13:10 -0700)] 
man: Fix grammar in systemd.kill.xml

4 years agofuzzit: unleash MSan on all the fuzzers
Evgeny Vereshchagin [Wed, 7 Aug 2019 21:45:19 +0000 (21:45 +0000)] 
fuzzit: unleash MSan on all the fuzzers

4 years agologind: set description for inhibitor event source
Lennart Poettering [Mon, 15 Jul 2019 18:29:21 +0000 (20:29 +0200)] 
logind: set description for inhibitor event source

4 years agonetworkd: Routes should take the gateway into account
William A. Kennington III [Fri, 19 Apr 2019 00:52:28 +0000 (17:52 -0700)] 
networkd: Routes should take the gateway into account

Otherwise, changing the default gateway doesn't purge old gateway routes
left on the system during daemon restart. This also fixes removing other
foreign gateway routes that don't match the expected configuration.

Tested:
    Changed gateway addresses prior to the patch and they lingered on
    the system during each reconfiguration. Applied this patch and
    reconfigured gateways and other routes multiple times and it removed
    the foreign routes that had gateways that didn't match.

Signed-off-by: William A. Kennington III <william@wkennington.com>
4 years agoshell-completion: add resolvectl commands to zsh completion 13273/head
Ronan Pigott [Wed, 7 Aug 2019 05:50:06 +0000 (22:50 -0700)] 
shell-completion: add resolvectl commands to zsh completion

4 years agoshell-completion: enable resolvectl zsh completion
Ronan Pigott [Wed, 7 Aug 2019 04:00:36 +0000 (21:00 -0700)] 
shell-completion: enable resolvectl zsh completion

4 years agoMerge pull request #13265 from keszybz/timedated-ntp-logging
Yu Watanabe [Tue, 6 Aug 2019 23:07:57 +0000 (08:07 +0900)] 
Merge pull request #13265 from keszybz/timedated-ntp-logging

Timedated logging and service priority

4 years agotimedated: always enable&start the service with highest priority 13265/head
Zbigniew Jędrzejewski-Szmek [Mon, 5 Aug 2019 10:50:11 +0000 (12:50 +0200)] 
timedated: always enable&start the service with highest priority

This removes a special case that was implemented before: if some service
was already enabled, we'd treat it as having higher priority.

From https://bugzilla.redhat.com/show_bug.cgi?id=1735584#c4:
> Setting ntp off and on should give the same result as just setting it
> on. There should be no stickiness (hidden state). It should behave like
> running an ansible role.
>
> The other service might have been enabled because no other was installed at
> the time. If I install a new NTP service with a higher priority, setting ntp
> on should enable and start the new service, and disable all other. Also, if
> for some reason multiple services are enabled, after setting ntp on there
> should be only one enabled to avoid systemd selecting between them randomly
> on the next boot.

4 years agosystemctl: Add unit file states to state help message
Ronan Pigott [Tue, 6 Aug 2019 02:07:31 +0000 (19:07 -0700)] 
systemctl: Add unit file states to state help message

4 years agoman: fix typo in resolvectl(1) man page
Ronan Pigott [Mon, 5 Aug 2019 22:41:16 +0000 (15:41 -0700)] 
man: fix typo in resolvectl(1) man page

4 years agotimedated: log about unit enablement actions and enhance logs in general
Zbigniew Jędrzejewski-Szmek [Sun, 4 Aug 2019 09:06:59 +0000 (11:06 +0200)] 
timedated: log about unit enablement actions and enhance logs in general

The general idea is that for things which can occur repeatedly, like SetNTP
being called with the same argument, we only log at debug level. For things
which change state, like when we realize that a unit that wasn't enabled
before needs to be enabled, we log at info level.

Also, don't return success if there are no units loaded.

4 years agounit: drop Before=sysinit.target from systemd-random-seed.service
Yu Watanabe [Sun, 4 Aug 2019 23:05:54 +0000 (08:05 +0900)] 
unit: drop Before=sysinit.target from systemd-random-seed.service

Follow-up for 26ded55709947d936634f1de0f43dcf88f594621.

The commit says,

> Note that with this change sysinit.target (and thus early boot) is NOT
systematically delayed until the entropy pool is initialized,

But the dependency was not dropped.

This was found by David Seifert (@SoapGentoo).

4 years agomeson: create (empty) /etc/systemd/system during installation
Zbigniew Jędrzejewski-Szmek [Mon, 5 Aug 2019 13:02:13 +0000 (15:02 +0200)] 
meson: create (empty) /etc/systemd/system during installation

We explicitly create /etc/systemd/user and other parts of the basic directory
tree. I think we should create /etc/systemd/system too. (The alternative would
be to not create those other directories too, but I think it's nice to have
the basic directory structure in place after installation.)

https://bugzilla.redhat.com/show_bug.cgi?id=1737362

4 years agoMerge pull request #12884 from mrc0mmand/numapolicy-test
Frantisek Sumsal [Mon, 5 Aug 2019 18:02:40 +0000 (18:02 +0000)] 
Merge pull request #12884 from mrc0mmand/numapolicy-test

test: introduce TEST-36-NUMAPOLICY

4 years agoshared/exit-status: fix off-by-one in comment 12884/head
Zbigniew Jędrzejewski-Szmek [Mon, 5 Aug 2019 14:37:53 +0000 (16:37 +0200)] 
shared/exit-status: fix off-by-one in comment

4 years agoshared/exit-status: fix lookup
Zbigniew Jędrzejewski-Szmek [Mon, 5 Aug 2019 14:36:45 +0000 (16:36 +0200)] 
shared/exit-status: fix lookup

FLAGS_SET() is the wrong operator here, because we want to see if
*any* bits are set. Add test.

https://github.com/systemd/systemd/pull/12884#issuecomment-518238410