]> git.ipfire.org Git - thirdparty/systemd.git/log
thirdparty/systemd.git
5 years agocoredump: only install coredump.conf when ENABLED_COREDUMP=true
Franck Bui [Fri, 2 Nov 2018 12:24:35 +0000 (13:24 +0100)] 
coredump: only install coredump.conf when ENABLED_COREDUMP=true

5 years agonetworkd: add missing bonding options (#10542)
Tobias Jungel [Fri, 2 Nov 2018 01:31:20 +0000 (02:31 +0100)] 
networkd: add missing bonding options (#10542)

Add support for bonding options system prio, port key and actor system mac.

These options exist in the linux kernel since 4.2
(torvalds/linux@171a42c38c6e1)

Details:
https://www.kernel.org/doc/Documentation/networking/bonding.txt

5 years agoMerge pull request #10607 from yuwata/fix-10605
Evgeny Vereshchagin [Thu, 1 Nov 2018 23:52:53 +0000 (02:52 +0300)] 
Merge pull request #10607 from yuwata/fix-10605

network: fix segfault in manager_free()

5 years agonetwork: drop white space in log message 10607/head
Yu Watanabe [Thu, 1 Nov 2018 14:41:29 +0000 (23:41 +0900)] 
network: drop white space in log message

5 years agonetwork: fix hash function for routing policy rule
Yu Watanabe [Thu, 1 Nov 2018 14:40:56 +0000 (23:40 +0900)] 
network: fix hash function for routing policy rule

5 years agonetwork: fix return value of routing_policy_rule_get()
Yu Watanabe [Thu, 1 Nov 2018 14:38:01 +0000 (23:38 +0900)] 
network: fix return value of routing_policy_rule_get()

To distinguish source of rule.

5 years agonetwork: fix memleak in routing policy
Yu Watanabe [Thu, 1 Nov 2018 14:24:17 +0000 (23:24 +0900)] 
network: fix memleak in routing policy

As set_put() may fail if input is duplicated.

5 years agonetwork: fix memleak in static prefix
Yu Watanabe [Thu, 1 Nov 2018 12:46:36 +0000 (21:46 +0900)] 
network: fix memleak in static prefix

Fixes #10608.

5 years agonetwork: fix segfault in manager_free()
Yu Watanabe [Thu, 1 Nov 2018 11:21:26 +0000 (20:21 +0900)] 
network: fix segfault in manager_free()

Fixes #10605.

5 years agoman: Fix a couple grammatical errors
Matthew Leeds [Wed, 31 Oct 2018 17:09:41 +0000 (10:09 -0700)] 
man: Fix a couple grammatical errors

5 years agonspawn: beef up netns checking a bit, for compat with old kernels
Lennart Poettering [Wed, 31 Oct 2018 12:04:20 +0000 (13:04 +0100)] 
nspawn: beef up netns checking a bit, for compat with old kernels

Fixes: #10544
5 years agoask-password: check keyring in ask_password_tty and ask_password_agent
Xiang Fan [Wed, 24 Oct 2018 10:34:04 +0000 (18:34 +0800)] 
ask-password: check keyring in ask_password_tty and ask_password_agent

A race condition happens when calling ask_password_auto() multiple times
to unlock several disks on boot and effectively no password caching is
utilized. This patch fixes it by polling the cache when waiting for
the password.

5 years agoMerge pull request #10010 from msekletar/cryptsetup-generator-keydev-followups
Lennart Poettering [Wed, 31 Oct 2018 17:26:25 +0000 (18:26 +0100)] 
Merge pull request #10010 from msekletar/cryptsetup-generator-keydev-followups

cryptsetup-generator: keydev support - followups

5 years agonspawn: add proper error message if setns() on network namespace fd fails
Lennart Poettering [Wed, 31 Oct 2018 15:17:22 +0000 (16:17 +0100)] 
nspawn: add proper error message if setns() on network namespace fd fails

Addresses: https://github.com/systemd/systemd/pull/10589#issuecomment-434670595

5 years agoMerge pull request #10573 from faheel/master
Lennart Poettering [Wed, 31 Oct 2018 14:15:41 +0000 (15:15 +0100)] 
Merge pull request #10573 from faheel/master

Convert remaining docs to Markdown

5 years agol10n: Add Lithuanian translation (#10590)
welaq [Wed, 31 Oct 2018 13:53:46 +0000 (15:53 +0200)] 
l10n: Add Lithuanian translation (#10590)

Create lt.po

5 years agopo: drop my copyright
Yu Watanabe [Wed, 31 Oct 2018 11:35:06 +0000 (20:35 +0900)] 
po: drop my copyright

5 years agoMerge pull request #10556 from yuwata/udev-event-cleanup-2
Lennart Poettering [Wed, 31 Oct 2018 11:10:12 +0000 (12:10 +0100)] 
Merge pull request #10556 from yuwata/udev-event-cleanup-2

udev-event: several fixes for previous PR

5 years agonetwork: also monitor udev 'change' event for network interfaces
Yu Watanabe [Wed, 31 Oct 2018 03:35:25 +0000 (12:35 +0900)] 
network: also monitor udev 'change' event for network interfaces

If networkd starts earlier than all network interfaces are initialized,
then uninitialized interfaces are staying in pending state and cannot
become up.
With this, such interfaces are started after receiving 'change' event.

5 years agocore: apply WorkingDirectory after enforce_user
Joerg Behrmann [Tue, 30 Oct 2018 15:01:43 +0000 (16:01 +0100)] 
core: apply WorkingDirectory after enforce_user

If WorkingDirectory is on NFS, root might only have the privileges of
nobody and the chdir to the WorkingDirectory might fail, even if the
user running the service would have the proper privileges to chdir to
that directory.

Fixes #10568

5 years agounits: remove unused busnames.target
Alan Jenkins [Wed, 31 Oct 2018 09:49:29 +0000 (09:49 +0000)] 
units: remove unused busnames.target

I found zero references to busnames.target, using git grep "busnames".
(And we do not install using a wildcard units/*.*.  There is no
busnames.target installed on my Fedora 28 system).

5 years agoMerge pull request #10586 from keszybz/more-copyright-and-license-cleanup
Yu Watanabe [Wed, 31 Oct 2018 10:04:41 +0000 (19:04 +0900)] 
Merge pull request #10586 from keszybz/more-copyright-and-license-cleanup

More copyright and license cleanup

5 years agopo: drop duplicate "This file is distributed under..." lines 10586/head
Zbigniew Jędrzejewski-Szmek [Wed, 31 Oct 2018 08:29:11 +0000 (09:29 +0100)] 
po: drop duplicate "This file is distributed under..." lines

The header already says "LGPL-2.1+", so there is no need to repeat
the same thing more ambiguously.

5 years agoDrop copyright for Marius Vollmer
Zbigniew Jędrzejewski-Szmek [Wed, 31 Oct 2018 08:30:01 +0000 (09:30 +0100)] 
Drop copyright for Marius Vollmer

Ack in #9320.

5 years agoDrop copyright for Piotr Drąg
Zbigniew Jędrzejewski-Szmek [Wed, 31 Oct 2018 08:27:22 +0000 (09:27 +0100)] 
Drop copyright for Piotr Drąg

Ack in #9320.

Also drop some lines with my name.

5 years agopo: Update Turkish translation
Muhammet Kara [Tue, 30 Oct 2018 21:20:03 +0000 (00:20 +0300)] 
po: Update Turkish translation

5 years agodissect: do not store unused devnum 10556/head
Yu Watanabe [Mon, 29 Oct 2018 13:57:38 +0000 (22:57 +0900)] 
dissect: do not store unused devnum

5 years agoudev-event: fix timeout log messages
Yu Watanabe [Mon, 29 Oct 2018 13:37:14 +0000 (22:37 +0900)] 
udev-event: fix timeout log messages

Follow-up for e81c3a4c5fbbea89fe6c1e3d0ace669b8130aa92.

5 years agoudev-event: do not store unused devnum
Yu Watanabe [Mon, 29 Oct 2018 13:45:14 +0000 (22:45 +0900)] 
udev-event: do not store unused devnum

5 years agoudev-event: check whether device has devnum before calling udev_node_remove()
Yu Watanabe [Mon, 29 Oct 2018 03:38:40 +0000 (12:38 +0900)] 
udev-event: check whether device has devnum before calling udev_node_remove()

This fixes a bug in 'remove' event handling, which was introduced by
eb1f9e30ec603ab34631cc3adba1def49485b505, as 'devnum' variable may
not be initialized.

5 years agodanish to Danish (#10584)
scootergrisen [Wed, 31 Oct 2018 00:10:06 +0000 (01:10 +0100)] 
danish to Danish (#10584)

5 years agocatalog: update Polish translation
Piotr Drąg [Mon, 29 Oct 2018 15:44:07 +0000 (16:44 +0100)] 
catalog: update Polish translation

5 years agoMerge pull request #10569 from poettering/various-doc-fixes
Zbigniew Jędrzejewski-Szmek [Tue, 30 Oct 2018 22:55:39 +0000 (23:55 +0100)] 
Merge pull request #10569 from poettering/various-doc-fixes

various man page fixes

5 years agodocs: Update links to updated docs 10573/head
Faheel Ahmad [Tue, 30 Oct 2018 17:31:20 +0000 (23:01 +0530)] 
docs: Update links to updated docs

5 years agocore: don't drop timer expired but not yet processed when system date is changed
Insun [Sun, 28 Oct 2018 12:26:13 +0000 (21:26 +0900)] 
core: don't drop timer expired but not yet processed when system date is changed

There is difference between time set by the user and real elapsed time because of accuracy feature.
If you change the system date(or time) between these times, the timer drops.

You can easily reproduce it with the following command.
-----------------------------------------------------------
$ systemd-run --on-active=3s ls; sleep 3; date -s "`date`"
-----------------------------------------------------------

In the following command, the problem is rarely reproduced. But it exists.
---------------------------------------------------------------------------------------------
$ systemd-run --on-active=3s --timer-property=AccuracySec=1us ls ; sleep 1; date -s "`date`"
---------------------------------------------------------------------------------------------

Note : Global AccuracySec value.
----------------------------------------------------------------------
$ cat /etc/systemd/system.conf
DefaultTimerAccuracySec=1min
----------------------------------------------------------------------

5 years agoMerge pull request #10559 from yuwata/sd-device-prototype-change
Lennart Poettering [Tue, 30 Oct 2018 14:36:52 +0000 (15:36 +0100)] 
Merge pull request #10559 from yuwata/sd-device-prototype-change

sd-device: change prototype of sd_device_get_is_initialized()

5 years agoman: document what "in-memory" units means 10569/head
Lennart Poettering [Mon, 29 Oct 2018 20:09:57 +0000 (21:09 +0100)] 
man: document what "in-memory" units means

Fixes: #10338
5 years agoman: document that "list-dependencies --reverse" is pretty incomplete
Lennart Poettering [Mon, 29 Oct 2018 19:49:41 +0000 (20:49 +0100)] 
man: document that "list-dependencies --reverse" is pretty incomplete

Fixes: #9681
5 years agoman: emphasize the ReadOnlyPaths= mount propagation "hole"
Lennart Poettering [Mon, 29 Oct 2018 19:45:04 +0000 (20:45 +0100)] 
man: emphasize the ReadOnlyPaths= mount propagation "hole"

This changes the ProtectSystem= documentation to refer in more explicit
words to the restrictions of ReadOnlyPath=, as sugegsted in #9857.

THis also extends the paragraph in ReadOnlyPath= that explains the hole.

Fixes: #9857
5 years agoman: document that various sandboxing settings are not available in --user services
Lennart Poettering [Mon, 29 Oct 2018 19:24:06 +0000 (20:24 +0100)] 
man: document that various sandboxing settings are not available in --user services

This is brief and doesn't go into detail, but should at least indicate
to those searching for it that some stuff is not available.

Fixes: #9870
5 years agoman: document relationship of .socket units and network namespaces
Lennart Poettering [Mon, 29 Oct 2018 19:20:37 +0000 (20:20 +0100)] 
man: document relationship of .socket units and network namespaces

Fixes: #10018
5 years agoman: don't claim that AssertXYZ= expressions failing had an effect on unit state
Lennart Poettering [Mon, 29 Oct 2018 19:07:22 +0000 (20:07 +0100)] 
man: don't claim that AssertXYZ= expressions failing had an effect on unit state

In the documentation for ConditionXYZ= we claimed that AssertXYZ= would
have an effect on unit state (which is wrong), while at the
documentation for AssertXYZ= we said it only has an effect on the job,
but not the unit (which is right). Let's fix this contradiction, and
only claim the latter.

Also, fix a couple of other things (for example, stop talking about a
"failure state", but let's just expressly called it "the 'failed' state",
as that's the actual name of that state.

Finally, let's emphasize again when the conditions/assertions are
executed, and that they hence are not useful to conditionalize deps.

Fixes: #10433
5 years agoman: document that "systemctl reset-failed" also reset the start limit counters
Lennart Poettering [Mon, 29 Oct 2018 18:55:27 +0000 (19:55 +0100)] 
man: document that "systemctl reset-failed" also reset the start limit counters

Fixes: #10529
5 years agocore: skip unit deserialization and move to the next one when unit_deserialize()...
Franck Bui [Tue, 30 Oct 2018 07:05:02 +0000 (08:05 +0100)] 
core: skip unit deserialization and move to the next one when unit_deserialize() fails

If unit_deserialize() fails (because one read line is overly long), it returns
an error and we would have assumed that the next read would point to the next
unit to deserialize.

But instead unit_deserialize() can leave the file offset in the middle of a
line.

Therefore we need to ignore and skip the current unit in this case too.

While at it, move unit deserialization in a dedicated functions. That should
make the code easier to read.

5 years agoMerge pull request #10563 from keszybz/lz4-quickfix-quickfix
Lennart Poettering [Tue, 30 Oct 2018 13:51:55 +0000 (14:51 +0100)] 
Merge pull request #10563 from keszybz/lz4-quickfix-quickfix

journal: adapt for new improved LZ4_decompress_safe_partial()

5 years agodocs: Convert HACKING to Markdown
Faheel Ahmad [Tue, 30 Oct 2018 10:28:58 +0000 (15:58 +0530)] 
docs: Convert HACKING to Markdown

Also fix minor grammatical errors

5 years agodocs: Convert CODING_STYLE to Markdown
Faheel Ahmad [Tue, 30 Oct 2018 10:28:44 +0000 (15:58 +0530)] 
docs: Convert CODING_STYLE to Markdown

Also fix minor grammatical errors

5 years agofuzz-compress: add fuzzer for compression and decompression 10563/head
Zbigniew Jędrzejewski-Szmek [Tue, 30 Oct 2018 08:02:26 +0000 (09:02 +0100)] 
fuzz-compress: add fuzzer for compression and decompression

5 years agojournal: adapt for new improved LZ4_decompress_safe_partial()
Zbigniew Jędrzejewski-Szmek [Mon, 29 Oct 2018 13:55:33 +0000 (14:55 +0100)] 
journal: adapt for new improved LZ4_decompress_safe_partial()

With lz4 1.8.3, this function can now decompress partial results into a smaller
buffer. The release news don't say anything interesting, but the test case that
was previously failing now works OK.

Fixes #10259.

A test is added. It shows that with *older* lz4, a partial decompression can
occur with the returned size smaller then the requested number of bytes _and_
smaller then the size of the compressed data:

(lz4-libs-1.8.2-1.fc29.x86_64)
Compressed 4194304 → 16464
Decompressed → 4194304
Decompressed partial 12/4194304 → 4194304
Decompressed partial 1/1 → -2 (bad)
Decompressed partial 2/2 → -2 (bad)
Decompressed partial 3/3 → -2 (bad)
Decompressed partial 4/4 → -2 (bad)
Decompressed partial 5/5 → -2 (bad)
Decompressed partial 6/6 → 6 (good)
Decompressed partial 7/7 → 6 (good)
Decompressed partial 8/8 → 6 (good)
Decompressed partial 9/9 → 6 (good)
Decompressed partial 10/10 → 6 (good)
Decompressed partial 11/11 → 6 (good)
Decompressed partial 12/12 → 6 (good)
Decompressed partial 13/13 → 6 (good)
Decompressed partial 14/14 → 6 (good)
Decompressed partial 15/15 → 6 (good)
Decompressed partial 16/16 → 6 (good)
Decompressed partial 17/17 → 6 (good)
Decompressed partial 18/18 → -16459 (bad)

(lz4-libs-1.8.3-1.fc29.x86_64)
Compressed 4194304 → 16464
Decompressed → 4194304
Decompressed partial 12/4194304 → 12
Decompressed partial 1/1 → 1 (good)
Decompressed partial 2/2 → 2 (good)
Decompressed partial 3/3 → 3 (good)
Decompressed partial 4/4 → 4 (good)
...

If we got such a short "successful" decompression in decompress_startswith() as
implemented before this patch, we could be confused and return a false negative
result. But it turns out that this only occurs with small output buffer
sizes. We use greedy_realloc() to manager the buffer, so it is always at least
64 bytes. I couldn't hit a case where decompress_startswith() would actually
return a bogus result. But since the lack of proof is not conclusive, the code
for *older* lz4 is changed too, just to be safe. We cannot rule out that on a
different architecture or with some unlucky compressed string we could hit this
corner case.

The fallback code is guarded by a version check. The check uses a function not
the compile-time define, because there was no soversion bump in lz4 or new
symbols, and we could be compiled against a newer lz4 and linked at runtime
with an older one. (This happens routinely e.g. when somebody upgrades a subset
of distro packages.)

5 years agohwdb: Apply the same quirk to all the lis3lv02d devices
Bastien Nocera [Mon, 29 Oct 2018 13:31:39 +0000 (13:31 +0000)] 
hwdb: Apply the same quirk to all the lis3lv02d devices

HP laptops and desktop containing the lis3lv02d device (as supported by
the drivers/platform/x86/hp_accel.c driver) are supposed to output their
values according to their "standard" orientation, one that
corresponds to "can play neverball".

For all those devices, we need to convert that "neverball" orientation
to a "Windows 8" orientation. We will not accept quirks for HP machines
that use the lis3lv02d device, they should go in the hp_accel.c driver
instead.

Closes: #5160
5 years agohwdb: add a click angle entry for the Logitech MX Anywhere 2s
Peter Hutterer [Mon, 29 Oct 2018 03:45:45 +0000 (13:45 +1000)] 
hwdb: add a click angle entry for the Logitech MX Anywhere 2s

5 years agotest-compress: add test for short decompress_startswith calls
Zbigniew Jędrzejewski-Szmek [Mon, 29 Oct 2018 21:21:28 +0000 (22:21 +0100)] 
test-compress: add test for short decompress_startswith calls

I thought this might fail with lz4 < 1.8.3, but it seems that because of
greedy_realloc, we always use a buffer that is large enough, and it always
passes.

5 years agocryptsetup-generator: allow whitespace characters in keydev specification 10010/head
Michal Sekletar [Tue, 4 Sep 2018 18:03:34 +0000 (20:03 +0200)] 
cryptsetup-generator: allow whitespace characters in keydev specification

For example, <luks.uuid>=/keyfile:LABEL="KEYFILE FS" previously wouldn't
work, because we truncated label at the first whitespace character,
i.e. LABEL="KEYFILE".

5 years agocryptsetup-generator: don't return error if target directory already exists
Michal Sekletar [Tue, 4 Sep 2018 17:51:14 +0000 (19:51 +0200)] 
cryptsetup-generator: don't return error if target directory already exists

5 years agoMerge pull request #10564 from evverx/lldp-fuzzer
Yu Watanabe [Mon, 29 Oct 2018 22:54:20 +0000 (07:54 +0900)] 
Merge pull request #10564 from evverx/lldp-fuzzer

 tests: add an lldp fuzzer

5 years agoDrop support for lz4 < 1.3.0
Zbigniew Jędrzejewski-Szmek [Mon, 29 Oct 2018 17:32:51 +0000 (18:32 +0100)] 
Drop support for lz4 < 1.3.0

lz4-r130 was released on May 29th, 2015. Let's drop the work-around for older
versions. In particular, we won't test any new code against those ancient
releases, so we shouldn't pretend they are supported.

5 years agodoc: spell initramfs properly (#10566)
dkg [Mon, 29 Oct 2018 17:28:11 +0000 (13:28 -0400)] 
doc: spell initramfs properly (#10566)

5 years agotests: add an lldp fuzzer 10564/head
Evgeny Vereshchagin [Mon, 29 Oct 2018 15:24:16 +0000 (15:24 +0000)] 
tests: add an lldp fuzzer

I went through my antique collection of fuzzers the other day
to see which ones I hadn't sent upstream yet. This one
seems to be nice to have and ready to be merged. As far as I can
tell, it hasn't managed to find anything useful yet,
but it's better to be safe than sorry especially when it comes to networking
code :-)

5 years agojournal: drop an unused variable clang is complaining about
Evgeny Vereshchagin [Mon, 29 Oct 2018 15:21:58 +0000 (15:21 +0000)] 
journal: drop an unused variable clang is complaining about

../../src/systemd/src/journal/journal-file.c:3592:30: warning: unused variable 'p' [-Wunused-variable]
        _cleanup_free_ char *p = NULL;
                             ^
1 warning generated.

This is a follow-up to 681276589159fa08e0a.

5 years agohwdb: Add Asus T300CHI accelerator matrix
TJ [Mon, 29 Oct 2018 02:06:03 +0000 (02:06 +0000)] 
hwdb: Add Asus T300CHI accelerator matrix

5 years agosd-device: make sd_device_get_is_initialized() returns is_initialized by return value 10559/head
Yu Watanabe [Mon, 29 Oct 2018 08:32:21 +0000 (17:32 +0900)] 
sd-device: make sd_device_get_is_initialized() returns is_initialized by return value

5 years agosd-device: make several sd_device_get_*() accepts NULL pointer for buffer of returned...
Yu Watanabe [Mon, 29 Oct 2018 08:17:57 +0000 (17:17 +0900)] 
sd-device: make several sd_device_get_*() accepts NULL pointer for buffer of returned value

When only the existence of the value are important, then we can set
NULL now.

5 years agoMerge pull request #10551 from keszybz/two-trivial-cleanups
Yu Watanabe [Mon, 29 Oct 2018 03:03:27 +0000 (12:03 +0900)] 
Merge pull request #10551 from keszybz/two-trivial-cleanups

Two trivial cleanups

5 years agoutil: do not assign return value if it is not used (#10552)
Yu Watanabe [Mon, 29 Oct 2018 01:41:35 +0000 (10:41 +0900)] 
util: do not assign return value if it is not used (#10552)

5 years agotest-chown-rec: use logging helper here too 10551/head
Zbigniew Jędrzejewski-Szmek [Sun, 28 Oct 2018 22:28:34 +0000 (23:28 +0100)] 
test-chown-rec: use logging helper here too

5 years agotest-network-tables: remove duplicate line
Zbigniew Jędrzejewski-Szmek [Sun, 28 Oct 2018 17:27:48 +0000 (18:27 +0100)] 
test-network-tables: remove duplicate line

5 years agoMerge pull request #10512 from yuwata/udev-event-cleanup
Zbigniew Jędrzejewski-Szmek [Sun, 28 Oct 2018 12:00:14 +0000 (13:00 +0100)] 
Merge pull request #10512 from yuwata/udev-event-cleanup

udev-event: replace udev_device by sd_device

5 years agopo: update Polish translation
Piotr Drąg [Fri, 26 Oct 2018 19:18:15 +0000 (21:18 +0200)] 
po: update Polish translation

5 years agocurl-util: fix error code check from curl_multi_socket_action
Dave Reisner [Sat, 27 Oct 2018 03:46:49 +0000 (23:46 -0400)] 
curl-util: fix error code check from curl_multi_socket_action

After curl 7.20.0, this function never returns negative error codes.
Make this consistent with the other call to this function and only
compare against CURLM_OK.

5 years agopo: update Japanese translation
Yu Watanabe [Fri, 26 Oct 2018 22:42:11 +0000 (07:42 +0900)] 
po: update Japanese translation

5 years agoMerge pull request #10537 from poettering/sentinelimania
Yu Watanabe [Fri, 26 Oct 2018 22:49:28 +0000 (07:49 +0900)] 
Merge pull request #10537 from poettering/sentinelimania

add some missing _sentinel_ decorators

5 years agoudev-event: replace udev_device in subst_format_var() by sd_device 10512/head
Yu Watanabe [Thu, 25 Oct 2018 04:59:03 +0000 (13:59 +0900)] 
udev-event: replace udev_device in subst_format_var() by sd_device

5 years agoudev-event: drop prototype of nonexistent function
Yu Watanabe [Thu, 25 Oct 2018 05:00:36 +0000 (14:00 +0900)] 
udev-event: drop prototype of nonexistent function

5 years agoudev-event: move definition of struct subst_map
Yu Watanabe [Thu, 25 Oct 2018 04:07:09 +0000 (13:07 +0900)] 
udev-event: move definition of struct subst_map

5 years agoudev-event: replace udev_device in udev_event_execute_rules() by sd_device
Yu Watanabe [Thu, 25 Oct 2018 02:14:11 +0000 (11:14 +0900)] 
udev-event: replace udev_device in udev_event_execute_rules() by sd_device

Also, this adds many logs.

5 years agoudev-event: move devnode handling logic to a new function
Yu Watanabe [Thu, 25 Oct 2018 01:32:35 +0000 (10:32 +0900)] 
udev-event: move devnode handling logic to a new function

Also, replace udev_device by sd_device.

5 years agoudev-event: move conditions to rename network interface into rename_netif()
Yu Watanabe [Wed, 24 Oct 2018 22:45:48 +0000 (07:45 +0900)] 
udev-event: move conditions to rename network interface into rename_netif()

Also, replace udev_device by sd_device.

5 years agoudev-event: rename udev_event_unref() to udev_event_free()
Yu Watanabe [Wed, 24 Oct 2018 22:04:59 +0000 (07:04 +0900)] 
udev-event: rename udev_event_unref() to udev_event_free()

As struct udev_event does not have a reference counter.

5 years agoudev-event: fix memleak in udev_event
Yu Watanabe [Wed, 24 Oct 2018 22:03:24 +0000 (07:03 +0900)] 
udev-event: fix memleak in udev_event

The leak was introduced by 29448498c724da7ade1b5efb20d7472c1b128d2c.

5 years agoudev-event: use structured initializer at one more place
Yu Watanabe [Wed, 24 Oct 2018 22:02:03 +0000 (07:02 +0900)] 
udev-event: use structured initializer at one more place

5 years agoudev-event: add more assert()
Yu Watanabe [Wed, 24 Oct 2018 21:39:48 +0000 (06:39 +0900)] 
udev-event: add more assert()

5 years agoudev-event: check command is not empty before executing
Yu Watanabe [Wed, 24 Oct 2018 21:35:16 +0000 (06:35 +0900)] 
udev-event: check command is not empty before executing

5 years agoudev-event: include device name in error message one more place
Yu Watanabe [Wed, 24 Oct 2018 21:33:26 +0000 (06:33 +0900)] 
udev-event: include device name in error message one more place

5 years agonetwork,udev: drop unnecessary check whether ifindex is positive
Yu Watanabe [Thu, 25 Oct 2018 01:09:19 +0000 (10:09 +0900)] 
network,udev: drop unnecessary check whether ifindex is positive

As sd_device_get_ifindex() now returns positive ifindex when it
succeeds.

5 years agotest: check sd_device_get_ifindex() returns positive ifindex when it succeeds
Yu Watanabe [Thu, 25 Oct 2018 01:04:19 +0000 (10:04 +0900)] 
test: check sd_device_get_ifindex() returns positive ifindex when it succeeds

5 years agosd-device: return positive ifindex when sd_device_get_ifindex() succeeds
Yu Watanabe [Thu, 25 Oct 2018 00:56:15 +0000 (09:56 +0900)] 
sd-device: return positive ifindex when sd_device_get_ifindex() succeeds

As valid ifindex is positive value, not non-negative value.

Follow-up for dcfbde3a43d632ff6e286c77e1081087eca59d8e.

5 years agoMerge pull request #10506 from poettering/cgroup-mini-fixes
Lennart Poettering [Fri, 26 Oct 2018 18:16:50 +0000 (20:16 +0200)] 
Merge pull request #10506 from poettering/cgroup-mini-fixes

various cgroups mini fixes

5 years agocore: add free_and_replace() at one more place 10537/head
Lennart Poettering [Fri, 26 Oct 2018 17:33:10 +0000 (19:33 +0200)] 
core: add free_and_replace() at one more place

5 years agotree-wide: add a few missing _sentinel_ decorators
Lennart Poettering [Fri, 26 Oct 2018 17:32:43 +0000 (19:32 +0200)] 
tree-wide: add a few missing _sentinel_ decorators

5 years agocgroup-util: make definition of CGROUP_CONTROLLER_TO_MASK() unsigned 10506/head
Lennart Poettering [Fri, 26 Oct 2018 13:31:30 +0000 (15:31 +0200)] 
cgroup-util: make definition of CGROUP_CONTROLLER_TO_MASK() unsigned

Otherwise doing comparing a CGroupMask (which is unsigned in effect)
with the result of CGROUP_CONTROLLER_TO_MASK() will result in warnings
about signedness differences.

5 years agocgroup-util: FLAGS_SET()ify all things
Lennart Poettering [Fri, 26 Oct 2018 13:25:21 +0000 (15:25 +0200)] 
cgroup-util: FLAGS_SET()ify all things

5 years agocgroup: when discovering which controllers the kernel supports mask with what we...
Lennart Poettering [Wed, 24 Oct 2018 15:35:19 +0000 (17:35 +0200)] 
cgroup: when discovering which controllers the kernel supports mask with what we support

Let's use our new CGROUP_MASK_V1 and CGROUP_MASK_V2 definitions for
this.

5 years agocgroup-util: before operating on a mounted cgroup controller check if it actually...
Lennart Poettering [Wed, 24 Oct 2018 15:31:51 +0000 (17:31 +0200)] 
cgroup-util: before operating on a mounted cgroup controller check if it actually can be mounted

We now have the "BPF" pseudo-controllers. These should never be assumed
to be accessible as /sys/fs/cgroup/<controller> and not through
"cgroup.subtree_control" either, hence always check explicitly before we
go to the file system. We do this through our new CGROUP_MASK_V1 and
CGROUP_MASK_V2 definitions.

5 years agocgroup-util: add mask definitions for sets of controllers supported by cgroupsv1...
Lennart Poettering [Wed, 24 Oct 2018 15:30:46 +0000 (17:30 +0200)] 
cgroup-util: add mask definitions for sets of controllers supported by cgroupsv1 vs. cgroupsv2

5 years agocgroup-util: disable buffering for cg_enable_everywhere() when writing to cgroup...
Lennart Poettering [Wed, 24 Oct 2018 15:28:17 +0000 (17:28 +0200)] 
cgroup-util: disable buffering for cg_enable_everywhere() when writing to cgroup attributes

Let's better be safe than sorry.

5 years agocgroup-util: don't expect cg_mask_from_string()'s return value to be initialized
Lennart Poettering [Wed, 24 Oct 2018 15:25:51 +0000 (17:25 +0200)] 
cgroup-util: don't expect cg_mask_from_string()'s return value to be initialized

Also, when we fail, don't clobber the return value.

This brings the call more in-line with our usual coding style, and
removes surprises.

None of the callers seemed to care about this behaviour.

5 years agocgroup-util: debug log if /proc/self/ns/cgroup is not available for unexpected reasons
Lennart Poettering [Wed, 24 Oct 2018 15:25:11 +0000 (17:25 +0200)] 
cgroup-util: debug log if /proc/self/ns/cgroup is not available for unexpected reasons

5 years agoMerge pull request #10536 from keszybz/serialize-fixes
Lennart Poettering [Fri, 26 Oct 2018 15:56:43 +0000 (17:56 +0200)] 
Merge pull request #10536 from keszybz/serialize-fixes

Tests for the new serialization functions

5 years agoMerge pull request #10517 from poettering/chown-rec-fixes
Lennart Poettering [Fri, 26 Oct 2018 14:26:20 +0000 (16:26 +0200)] 
Merge pull request #10517 from poettering/chown-rec-fixes

recursive chowning fixes

5 years agotest: add test case for recursive chown()ing 10517/head
Lennart Poettering [Fri, 19 Oct 2018 09:31:37 +0000 (11:31 +0200)] 
test: add test case for recursive chown()ing