]> git.ipfire.org Git - thirdparty/systemd.git/log
thirdparty/systemd.git
7 years agohwdb: Asus TP300LJ accelerometer quirks (#5681)
wiertel [Mon, 3 Apr 2017 07:53:10 +0000 (09:53 +0200)] 
hwdb: Asus TP300LJ accelerometer quirks (#5681)

iio-sensor-proxy expects the accelerometer oriented as follows:
positive x - to the right, positive y - up (opposite to gravity).
The hardware in the Asus TP300LJ-DW049H is however oriented
differently:
positive x - down, positive y - to the left
This commit adds a ACCEL_MOUNT_MATRIX quirk for this
particular laptop model.

7 years agoMerge pull request #5589 from jasonreeder/claimed_address_fix
Lennart Poettering [Sat, 1 Apr 2017 09:41:58 +0000 (11:41 +0200)] 
Merge pull request #5589 from jasonreeder/claimed_address_fix

libsystemd-network: sd-ipv4ll: acquire new address after claimed addr…

7 years agoMerge pull request #5558 from dm0-/nspawn-resolved
Lennart Poettering [Sat, 1 Apr 2017 09:39:08 +0000 (11:39 +0200)] 
Merge pull request #5558 from dm0-/nspawn-resolved

nspawn: fix DNS when the stub listener is disabled

7 years agolibsystemd-network: sd-ipv4ll: acquire new address after claimed address conflict 5589/head
Jason Reeder [Fri, 31 Mar 2017 20:40:18 +0000 (15:40 -0500)] 
libsystemd-network: sd-ipv4ll: acquire new address after claimed address conflict

If a conflict occurs on a claimed ipv4ll address, the device releases
the address and then does not attempt to acquire a new ipv4ll
address. According to RFC3927, releasing the address in this
situation is correct. However, this should be followed by an attempt
to configure a new ipv4ll address.

This commit restarts the ipv4ll address acquisition state machine
after releasing the conflicting address.

From RFC3927 Section 2.5 conflict defense method (b):
...
However, if this is not the first conflicting ARP packet the host has
seen, and the time recorded for the previous conflicting ARP packet is
recent, within DEFEND_INTERVAL seconds, then the host MUST immediately
cease using this address and configure a new IPv4 Link-Local address
as described above.
...

Signed-off-by: Jason Reeder <jasonreeder@gmail.com>
7 years agolibsystemd-network: sd-ipv4ll: Wrapper to restart address aquisition after conflict
Jason Reeder [Fri, 31 Mar 2017 19:23:10 +0000 (14:23 -0500)] 
libsystemd-network: sd-ipv4ll: Wrapper to restart address aquisition after conflict

After an ipv4ll claimed address conflict occurs a new address needs
to be chosen and then the acquisition state machine needs to be
restarted.

This commit adds a function (sd_ipv4ll_restart) that clears the
previously acquired address (ll->address) and then calls the existing
sd_ipv4ll_start function to choose the new address and start the
acquisition.

Signed-off-by: Jason Reeder <jasonreeder@gmail.com>
7 years agonspawn: check if the DNS stub is listening for requests 5558/head
David Michael [Wed, 8 Mar 2017 20:45:03 +0000 (12:45 -0800)] 
nspawn: check if the DNS stub is listening for requests

7 years agoresolved: add a DNSStubListener property to Manager
David Michael [Wed, 8 Mar 2017 20:43:17 +0000 (12:43 -0800)] 
resolved: add a DNSStubListener property to Manager

7 years agoudev: net_id - support predictable ifnames on vio buses (#5675)
Franck Bui [Fri, 31 Mar 2017 14:32:09 +0000 (16:32 +0200)] 
udev: net_id - support predictable ifnames on vio buses (#5675)

For IBM PowerVM Virtual I/O network devices, we can build predictable names
based on the slot number passed as part of the OF "reg" property.  Valid slot
numbers range between 2-32767, so we only need the bottom half of the unit
address passed.

For example:

  /proc/device-tree/vdevice/l-lan@30000002
  /proc/device-tree/vdevice/vnic@30000005

would initially map to something like:

  /sys/devices/vio/30000002/net/eth0
  /sys/devices/vio/30000005/net/eth1

and would then translate to env2 and env5

This patch ignores the bus number, as there should only ever be one bus, and
then remove leading zeros.

7 years agonetworkd: RFC compliant autonomous prefix handling (#5636)
hendrikw01 [Fri, 31 Mar 2017 13:10:59 +0000 (15:10 +0200)] 
networkd: RFC compliant autonomous prefix handling (#5636)

Previously, `lifetime_valid` of a Router Advertisement was not handled
the way RFC4862 has specified.

In particular: Sections 5.5.3.d and  5.5.3.e

7 years agoMerge pull request #5534 from ssahani/vxlan-label
Lennart Poettering [Fri, 31 Mar 2017 09:30:33 +0000 (11:30 +0200)] 
Merge pull request #5534 from ssahani/vxlan-label

networkd: vxlan support setting IPv6 flow label

7 years agonetworkd: fix route_new_static assert when IPv4LLRoute=true (#5676)
Susant Sahani [Fri, 31 Mar 2017 06:29:20 +0000 (11:59 +0530)] 
networkd: fix route_new_static assert when IPv4LLRoute=true (#5676)

fixes: #5664

7 years agodoc: spell out handle-* options, use <literal> syntax (#5673)
Michael Biebl [Fri, 31 Mar 2017 06:01:41 +0000 (08:01 +0200)] 
doc: spell out handle-* options, use <literal> syntax (#5673)

7 years agojournal-upload: add state file directory to ReadWritePaths (#5578)
Yu Watanabe [Thu, 30 Mar 2017 16:01:03 +0000 (01:01 +0900)] 
journal-upload: add state file directory to ReadWritePaths (#5578)

The commit c7fb922d6250543ba5462fa7a6ff03cc8f628e94 prohibits
journal-upload to save its state in /var/lib/systemd/journal-upload/state,
thus the daemon fails and outputs the following error message even if
the directory is not read-only file system
```Cannot save state to /var/lib/systemd/journal-upload/state: Read-only file system```
This commit adds the permission the daemon to write the state file.

7 years agoMerge pull request #5670 from poettering/trivialities
Martin Pitt [Thu, 30 Mar 2017 13:09:28 +0000 (15:09 +0200)] 
Merge pull request #5670 from poettering/trivialities

trivial doc fixes

7 years agojournal: fix up syslog facility when forwarding native messages (#5667)
Michael Biebl [Thu, 30 Mar 2017 09:56:25 +0000 (11:56 +0200)] 
journal: fix up syslog facility when forwarding native messages (#5667)

Native journal messages (_TRANSPORT=journal) typically don't have a
syslog facility attached to it. As a result when forwarding the messages
to syslog they ended up with facility 0 (LOG_KERN).
Apply syslog_fixup_facility() so we use LOG_USER instead.

Fixes: #5640
7 years agoman: use <varlistentry> for all unit entries 5670/head
Lennart Poettering [Thu, 30 Mar 2017 09:54:45 +0000 (11:54 +0200)] 
man: use <varlistentry> for all unit entries

So far, all sections of the systemd.special(7) man page used
<varlistentry> for listing the targets, with one exception: the
"Special Passive User Units" one. Let's clean this up and use the same
formatting everywhere.

7 years agoREADME: document that gperf 3.1 is required for building now
Lennart Poettering [Thu, 30 Mar 2017 09:54:23 +0000 (11:54 +0200)] 
README: document that gperf 3.1 is required for building now

7 years agounits: move Before deps for quota services to remote-fs.target (#5627)
tblume [Thu, 30 Mar 2017 09:21:18 +0000 (11:21 +0200)] 
units: move Before deps for quota services to remote-fs.target (#5627)

Creating quota on an iscsi device is causing dependency loops at next reboot.
Reason is that systemd-quotacheck and quotaon.service are ordered before
local-fs.target and quota enabled mounts have a before dependency to them.
This cannot work for _netdev mounts, because network activation is ordered
after local-fs.target.
Moving the Before dependency for systemd-quotacheck and quotaon.service
to remote-fs.target fixes this.

7 years agosysv-generator: Provides: $network should also pull network.target to transaction...
Lukáš Nykrýn [Thu, 30 Mar 2017 09:12:50 +0000 (11:12 +0200)] 
sysv-generator: Provides: $network should also pull network.target to transaction (#5652)

network.target should be pulled in to the transaction
by the unit that provides network services, but currently
for initscripts it only pulls in network-online.target.

7 years agoserial-getty@.service.m4: add Conflicts=/Before= against rescue.service (#5632)
Franck Bui [Thu, 30 Mar 2017 08:39:16 +0000 (10:39 +0200)] 
serial-getty@.service.m4: add Conflicts=/Before= against rescue.service (#5632)

Commit 5ed020d8d10fc100c68edddb519f085b7397a45c already fixed this issue for
getty@.service but forgot serial console.

Note that this is not needed for emergency target as the sysinit target
conflicts against this target already.

7 years agoman: clarify that handle-lid-switch is a low level inhibitor lock (#5662)
Michael Biebl [Thu, 30 Mar 2017 08:12:54 +0000 (10:12 +0200)] 
man: clarify that handle-lid-switch is a low level inhibitor lock (#5662)

… like the other handle-*-key inhibitor locks.

Follow-up for 05b2a8fd7a0533758d2f532df798cabc3c442683

Fixes: #5647
7 years agoMerge pull request #5663 from keszybz/test-sizeof-more
Lennart Poettering [Thu, 30 Mar 2017 07:58:05 +0000 (09:58 +0200)] 
Merge pull request #5663 from keszybz/test-sizeof-more

Add a few `struct timespec`-related types to `test-sizeof`

7 years agotest-sizeof: add some struct-timespec related fields 5663/head
Zbigniew Jędrzejewski-Szmek [Thu, 30 Mar 2017 01:31:58 +0000 (21:31 -0400)] 
test-sizeof: add some struct-timespec related fields

Might help with #5264.

7 years agotest-sizeof: do not link with libsystemd-shared
Zbigniew Jędrzejewski-Szmek [Thu, 30 Mar 2017 01:31:21 +0000 (21:31 -0400)] 
test-sizeof: do not link with libsystemd-shared

This makes it much quicker to compile.

7 years agobasic: forbid rm_rf() to remove paths ending with ".." (#5653)
Jan Synacek [Wed, 29 Mar 2017 06:25:52 +0000 (08:25 +0200)] 
basic: forbid rm_rf() to remove paths ending with ".." (#5653)

Fixes: #5644
7 years agounits: make enablement of s-n-wait-online.service follow systemd-networkd.service...
Zbigniew Jędrzejewski-Szmek [Mon, 27 Mar 2017 10:55:55 +0000 (06:55 -0400)] 
units: make enablement of s-n-wait-online.service follow systemd-networkd.service (#5635)

In 58a6dd15582c038a25bd7059435833943e2e4617 s-n-wait-online.service was added
to presets to synchronize the presets with the state after installation. But it
is harmful to have s-n-wait-online.service enabled when s-n.service is
disabled, because s-n-wait-online.service has Requsite=s-n.service and cannot
be activated. Thus remove s-n-wait-online.service from presets again, and let
it be enabled whenever s-n.service is enabled.

During installation we create enablement symlinks by hand, and since s-n.service
is enabled, s-n-w-o.service should be enabled too, so the symlink should still
be created during installation.

https://bugzilla.redhat.com/show_bug.cgi?id=1433459#c15

7 years agorules: add a rule to set /dev/kvm access mode and ownership (#5597)
Zbigniew Jędrzejewski-Szmek [Mon, 27 Mar 2017 10:34:24 +0000 (06:34 -0400)] 
rules: add a rule to set /dev/kvm access mode and ownership (#5597)

Kernel default mode is 0600, but distributions change it to group kvm, mode
either 0660 (e.g. Debian) or 0666 (e.g. Fedora). Both approaches have valid
reasons (a stricter mode limits exposure to bugs in the kvm subsystem, a looser
mode makes libvirt and other virtualization mechanisms work out of the box for
unprivileged users over ssh).

In Fedora the qemu package carries the relevant rule, but it's nicer to have it
in systemd, so that the permissions are not dependent on the qemu package being
installed. Use of packaged qemu binaries is not required to make use of
/dev/kvm, e.g. it's possible to use a self-compiled qemu or some alternative.

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

To accomodate both approaches, add a rule to set the mode in 50-udev-default.rules,
but allow the mode to be overridden with a --with-dev-kvm-mode configure rule.
The default is 0660, as the (slightly) more secure option.

7 years agohwdb: add resolution values for Waltop USB tablet (#5634)
flussence [Mon, 27 Mar 2017 00:00:40 +0000 (00:00 +0000)] 
hwdb: add resolution values for Waltop USB tablet (#5634)

Newer versions of libinput need this to recognise it as an input device.

https://bugs.freedesktop.org/show_bug.cgi?id=99664

7 years agobasic: don't link "libm.so" into "libbasic.so" (#5628)
Thomas Haller [Fri, 24 Mar 2017 14:36:06 +0000 (15:36 +0100)] 
basic: don't link "libm.so" into "libbasic.so" (#5628)

Very few parts of the systemd source require <math.h> or "libm.so".
Linking libbasic with -lm drags the mathematical library in for all
systemd components, and in turn for all users of systemd libraries.

It's just unneeded.

7 years agounits: simplify rescue.service and emergency.service (#5623)
Michael Biebl [Thu, 23 Mar 2017 03:37:06 +0000 (04:37 +0100)] 
units: simplify rescue.service and emergency.service (#5623)

The emergency.service and rescue.service units have become rather
convoluted. We spawn multiple shells and the help text spans multiple lines
which makes the units hard to read.

Move the logic into a single shell script and call that via ExecStart.

7 years agobuild-sys: minor indentation fix
Michael Biebl [Wed, 22 Mar 2017 16:55:36 +0000 (17:55 +0100)] 
build-sys: minor indentation fix

7 years agobasic/journal-importer: Fix unaligned access in get_data_size() (#5622)
John Paul Adrian Glaubitz [Wed, 22 Mar 2017 02:36:50 +0000 (03:36 +0100)] 
basic/journal-importer: Fix unaligned access in get_data_size() (#5622)

7 years agoMerge pull request #5531 from yuwata/mdns
Zbigniew Jędrzejewski-Szmek [Wed, 22 Mar 2017 02:30:32 +0000 (22:30 -0400)] 
Merge pull request #5531 from yuwata/mdns

resolved: do not start LLMNR or mDNS stack when no network enables them

7 years agoresolved: detect and warn other running LLMNR stack 5531/head
Yu Watanabe [Tue, 21 Mar 2017 04:30:48 +0000 (13:30 +0900)] 
resolved: detect and warn other running LLMNR stack

Previously, `SO_REUSEADDR` is set before `bind`-ing socket, Thus,
even if another LLMNR stack is running, `bind` always success and
we cannot detect the other stack. By this commit, we first try to
`bind` without `SO_REUSEADDR`, and if it fails, show warning and
retry with `SO_REUSEADDR`.

7 years agoresolved: add global config option to control mDNS stack
Yu Watanabe [Thu, 16 Mar 2017 05:30:16 +0000 (14:30 +0900)] 
resolved: add global config option to control mDNS stack

7 years agoresolved: detect and warn other running mDNS stack
Yu Watanabe [Tue, 21 Mar 2017 04:34:52 +0000 (13:34 +0900)] 
resolved: detect and warn other running mDNS stack

Previously, `SO_REUSEADDR` is set before `bind`-ing socket, Thus,
even if another mDNS stack (e.g. avahi) is running, `bind` always
success and we cannot detect the other stack.
By this commit, we first try to `bind` without `SO_REUSEADDR`,
and if it fails, show warning and retry with `SO_REUSEADDR`.

7 years agoresolved: do not start LLMNR or mDNS stack when no network enables them
Yu Watanabe [Thu, 16 Mar 2017 06:52:34 +0000 (15:52 +0900)] 
resolved: do not start LLMNR or mDNS stack when no network enables them

When no network enables LLMNR or mDNS, it is not necessary to create
LLMNR or mDNS related sockets. So, let's create them only when
LLMNR- or mDNS-enabled network becomes active or at least one network
enables `LLMNR=` or `MulticastDNS=` options.

7 years agounits: apply plymouth warning fix to in rescue mode as well (#5615)
Daniel Molkentin [Tue, 21 Mar 2017 02:26:05 +0000 (03:26 +0100)] 
units: apply plymouth warning fix to in rescue mode as well (#5615)

Follow up for #5528.

7 years agoman: change /lib to /usr/lib (#5618)
Lucas Werkmeister [Tue, 21 Mar 2017 00:32:23 +0000 (01:32 +0100)] 
man: change /lib to /usr/lib (#5618)

Per man:file-hierarchy(7), /lib is just a compatibility symlink; the
other manpages also refer to /usr/lib.

Found with:

    git grep -P '(?<!/usr|/var|local)/lib' man/

7 years agosystemctl: fix broken vertical lines in list-dependencies --all (#5608)
Felix Zhang [Mon, 20 Mar 2017 10:27:39 +0000 (18:27 +0800)] 
systemctl: fix broken vertical lines in list-dependencies --all (#5608)

7 years agorules: allow SPARC vdisk devices when identifying CD drives (#5599)
John Paul Adrian Glaubitz [Mon, 20 Mar 2017 10:22:54 +0000 (11:22 +0100)] 
rules: allow SPARC vdisk devices when identifying CD drives (#5599)

7 years agoUpdated Swedish translation (#5614)
hanklank [Mon, 20 Mar 2017 03:56:34 +0000 (04:56 +0100)] 
Updated Swedish translation (#5614)

7 years agounits: do not throw a warning in emergency mode if plymouth is not installed (#5528)
Daniel Molkentin [Fri, 17 Mar 2017 11:13:19 +0000 (12:13 +0100)] 
units: do not throw a warning in emergency mode if plymouth is not installed (#5528)

Ideally, plymouth should only be referenced via dependencies,
not ExecStartPre's. This at least avoids the confusing error message
on minimal installations that do not carry plymouth.

7 years agoMerge (¾ of) pull request #5596 from matijaskala/master
Zbigniew Jędrzejewski-Szmek [Thu, 16 Mar 2017 12:42:22 +0000 (08:42 -0400)] 
Merge (¾ of) pull request #5596 from matijaskala/master

7 years agobase-filesystem: skip fchownat() if the previous mkdirat() on same path failed (...
Djalal Harouni [Thu, 16 Mar 2017 02:30:15 +0000 (03:30 +0100)] 
base-filesystem: skip fchownat() if the previous mkdirat() on same path failed (#5548)

If we are working on a path that was marked to be ignored on errors, and
the mkdirat() fails then add a continue statement and skip fchownat() call.
This avoids the case where UID/GID are valid and we run fchownat() on
non existent path which will fail hard even on paths that we want to
ignore in case of errors.

7 years agocheck for _POSIX_C_SOURCE instead of __USE_POSIX*
Matija Skala [Wed, 15 Mar 2017 13:16:40 +0000 (14:16 +0100)] 
check for _POSIX_C_SOURCE instead of __USE_POSIX*

check for _GNU_SOURCE as well as sd_event_child_handler_t needs to be
defined correctly while compiling systemd

7 years agoassigning stdout and stderr is not allowed
Matija Skala [Wed, 15 Mar 2017 12:49:05 +0000 (13:49 +0100)] 
assigning stdout and stderr is not allowed

7 years agoman: Fix a simple grammar error in systemd.service.xml (#5594)
AlexanderKurtz [Thu, 16 Mar 2017 00:33:56 +0000 (01:33 +0100)] 
man: Fix a simple grammar error in systemd.service.xml (#5594)

7 years agofix includes
Matija Skala [Wed, 15 Mar 2017 12:21:10 +0000 (13:21 +0100)] 
fix includes

linux/sockios.h is needed for the SIOCGSTAMPNS macro

xlocale.h is included indirectly in glibc and doesn't even exist in
other libcs

7 years agobuild-sys: make RPM macros installation path configurable (#5564)
steelman [Tue, 14 Mar 2017 23:16:47 +0000 (00:16 +0100)] 
build-sys: make RPM macros installation path configurable (#5564)

--with-rpmmacrosdir=no disables installation of the macros.

7 years agoman: Document when pam_systemd sets XDG_RUNTIME_DIR (#5570)
Adrian Heine né Lang [Tue, 14 Mar 2017 21:42:18 +0000 (22:42 +0100)] 
man: Document when pam_systemd sets XDG_RUNTIME_DIR (#5570)

https://github.com/systemd/systemd/blob/f97b34a6/src/login/pam_systemd.c#L439

7 years agomachinectl: don't return 1 in case we couldn't figure out container IP addresses...
Michal Sekletar [Tue, 14 Mar 2017 21:38:19 +0000 (22:38 +0100)] 
machinectl: don't return 1 in case we couldn't figure out container IP addresses (#5587)

This is in spirit very similar to commit
4b2419165ce409ee55ce96a926302f89685f2293.

Fixes: #5581
7 years agoNever call unmap with MAP_FAILED. (#5590)
Tobias Stoeckmann [Tue, 14 Mar 2017 21:33:22 +0000 (22:33 +0100)] 
Never call unmap with MAP_FAILED. (#5590)

When mmap is called, the code in correctly checks for p == MAP_FAILED.

But the resource cleanup at the end of busname_peek_message checks for
p == NULL, and if that's not true, munmap is called.

Therefore in error case, munmap is called with a MAP_FAILED argument
which can result in unexpected behaviour depending on sz's value.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
7 years agonetworkd: vxlan support setting IPv6 flow labe 5534/head
Susant Sahani [Wed, 8 Mar 2017 13:11:03 +0000 (18:41 +0530)] 
networkd: vxlan support setting IPv6 flow labe

This work adds support for setting the IPv6 flow label for vxlan.

vxlan.netdev

NetDev]
Description=vxlan-test
Name=vxlan1
Kind=vxlan

[VXLAN]
Id=33
Local=2405:204:920b:29ac:7e7a:91ff:fe6d:ffe2
Remote=FF02:0:0:0:0:0:1:9
FlowLabel=104
ip -d link show vxlan1

8: vxlan1: <BROADCAST,MULTICAST> mtu 1430 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether be:83:aa:db:6b:cb brd ff:ff:ff:ff:ff:ff promiscuity 0
    vxlan id 33 group ff02::1:9 local 2405:204:920b:29ac:7e7a:91ff:fe6d:ffe2 dev enp0s25 srcport 0 0 dstport 8472 flowlabel 0x68 ageing 300 noudpcsum noudp6zerocsumtx noudp6zerocsumrx addrgenmode eui64 numtxqueues 1 numrxqueues 1

7 years agosd-netlink: add vxlan netlink properties.
Susant Sahani [Wed, 8 Mar 2017 13:10:15 +0000 (18:40 +0530)] 
sd-netlink: add vxlan netlink properties.

7 years agomissing.h: add vxlan netlink properties
Susant Sahani [Wed, 8 Mar 2017 13:09:43 +0000 (18:39 +0530)] 
missing.h: add vxlan netlink properties

7 years agojournal: prevent integer overflow while validating header (#5569) 5496/head
Tobias Stoeckmann [Mon, 13 Mar 2017 07:14:42 +0000 (08:14 +0100)] 
journal: prevent integer overflow while validating header (#5569)

It is possible to overflow uint64_t while validating the header of
a journal file. To prevent this, the addition itself is checked to
be within the limits of UINT64_MAX first.

To keep this readable, I have introduced two stack variables which
hold the converted values during validation.

7 years agoMerge pull request #5571 from keszybz/tarball-generation-tweaks
Martin Pitt [Mon, 13 Mar 2017 07:12:45 +0000 (08:12 +0100)] 
Merge pull request #5571 from keszybz/tarball-generation-tweaks

Tarball generation tweaks

7 years agoheaders: check that __INCLUDE_LEVEL__ is defined before using it (#5575)
Zbigniew Jędrzejewski-Szmek [Mon, 13 Mar 2017 07:11:24 +0000 (03:11 -0400)] 
headers: check that __INCLUDE_LEVEL__ is defined before using it (#5575)

That macro is a gcc extension, and while widely supported, not ubiquitous.
In particular the coverity scanner is having trouble with it.

7 years agoREADME: include small graphs of open issues and pull requests (#5576)
Zbigniew Jędrzejewski-Szmek [Mon, 13 Mar 2017 07:10:04 +0000 (03:10 -0400)] 
README: include small graphs of open issues and pull requests (#5576)

7 years agoresolve: add missing space in output message (#5574)
Yu Watanabe [Mon, 13 Mar 2017 00:12:03 +0000 (09:12 +0900)] 
resolve: add missing space in output message (#5574)

7 years agobuild-sys: add helper command to sign tarballs 5571/head
Zbigniew Jędrzejewski-Szmek [Sun, 12 Mar 2017 00:17:38 +0000 (19:17 -0500)] 
build-sys: add helper command to sign tarballs

7 years agobuild-sys: simplify git tar invocation
Zbigniew Jędrzejewski-Szmek [Sun, 12 Mar 2017 00:09:27 +0000 (19:09 -0500)] 
build-sys: simplify git tar invocation

git is nowadays nice enough to compress based on the output file suffix,
let's make use of that.

7 years agobuild-sys: make more targets .PHONY
Zbigniew Jędrzejewski-Szmek [Sun, 12 Mar 2017 00:00:08 +0000 (19:00 -0500)] 
build-sys: make more targets .PHONY

7 years agoFix typo in function name (#5565)
Michal Sekletar [Fri, 10 Mar 2017 14:16:24 +0000 (15:16 +0100)] 
Fix typo in function name (#5565)

7 years agohwdb: Add new quirk type to documentation
Bastien Nocera [Thu, 9 Mar 2017 15:40:25 +0000 (16:40 +0100)] 
hwdb: Add new quirk type to documentation

Missed in b698b5c.

7 years agoMerge pull request #5560 from hadess/keyboard-leds
Zbigniew Jędrzejewski-Szmek [Thu, 9 Mar 2017 15:30:40 +0000 (10:30 -0500)] 
Merge pull request #5560 from hadess/keyboard-leds

hwdb: Add property for keyboards without LEDs

7 years agohwdb: Add property for keyboards without LEDs 5560/head
Bastien Nocera [Thu, 9 Mar 2017 13:53:52 +0000 (14:53 +0100)] 
hwdb: Add property for keyboards without LEDs

It is useful for desktop environments to be able to show Caps-Lock or
Num-Lock status changes as an on-screen display when using a keyboard
that doesn't have LEDs for this.

Closes: #5559
7 years agohwdb: Better documentation for keyboard quirks
Bastien Nocera [Thu, 9 Mar 2017 13:47:53 +0000 (14:47 +0100)] 
hwdb: Better documentation for keyboard quirks

Split up the device matching explanation, and add documentation for
the fixed layout quirk.

7 years agobuild-sys: only install legacy *.pkla files with old polkit versions (#5555)
Martin Pitt [Wed, 8 Mar 2017 13:20:11 +0000 (14:20 +0100)] 
build-sys: only install legacy *.pkla files with old polkit versions (#5555)

The legacy *.pkla files are not required when running against polkit ≥ 106,
and we want to avoid shipping files in /var if possible (but pkla files
can only be in /etc/ or /var).

Only install the *.pkla files if we detect an old polkit version during
configure. Don't install them if polkit isn't installed during build, as
distributions other than Debian-based ones have moved to the new polkit
long ago.

Fixes #5523

7 years agoman: fix typo (#5556)
Torstein Husebø [Wed, 8 Mar 2017 12:54:22 +0000 (13:54 +0100)] 
man: fix typo (#5556)

7 years agodocs: use https in the mailing list url
AsciiWolf [Tue, 7 Mar 2017 15:04:45 +0000 (16:04 +0100)] 
docs: use https in the mailing list url

7 years agodocs: add a note about reporting security vulns (#5541)
Zbigniew Jędrzejewski-Szmek [Tue, 7 Mar 2017 13:33:27 +0000 (08:33 -0500)] 
docs: add a note about reporting security vulns (#5541)

We *do* have the occasional security issue, where it would be nice to have
non-public disclosure and time to fix the issue before it's fully public. Our
github infrastracture does not make it easy to report vulnerabilities in
confidential manner, so let's leverage the distro mechanisms for that. I
think we're better off with this solution than leaving it up to individual
reporters to discover some mechanism on their own.

7 years agorules: set ID_BUS=bluetooth for any device with id/bustype attr of 0x0005 (#5539)
Peter Hutterer [Tue, 7 Mar 2017 06:55:58 +0000 (16:55 +1000)] 
rules: set ID_BUS=bluetooth for any device with id/bustype attr of 0x0005 (#5539)

Not all bluetooth devices come through the bluetooth subsystem and those that
don't currently lack the ID_BUS=bluetooth env. This again fails to apply udev
rules and/or hwdb entries that rely on the bluetooth bustype to be set.

Fix this by checking the attribute id/bustype on the device instead of just
the subsystem.

Fixes #4566

7 years agosd-bus: drop kdbus-related docs (#5533)
AsciiWolf [Tue, 7 Mar 2017 06:51:35 +0000 (07:51 +0100)] 
sd-bus: drop kdbus-related docs (#5533)

7 years agocgtop: use PRIu64 to print uint64_t (#5544)
Thomas H. P. Andersen [Tue, 7 Mar 2017 06:47:18 +0000 (07:47 +0100)] 
cgtop: use PRIu64 to print uint64_t (#5544)

Commit 59f448cf replaced usage of off_t with uint64_t. Change the
format string to use PRIu64 to match it.

7 years agoMerge pull request #5540 from keszybz/coredump-eof-fix
Djalal Harouni [Mon, 6 Mar 2017 16:25:40 +0000 (17:25 +0100)] 
Merge pull request #5540 from keszybz/coredump-eof-fix

coredump: fix handling of premature-eof for --backtrace

7 years agocoredump: fix handling of premature-eof data for --backtrace 5540/head
Zbigniew Jędrzejewski-Szmek [Sun, 5 Mar 2017 15:35:44 +0000 (10:35 -0500)] 
coredump: fix handling of premature-eof data for --backtrace

We'd fail with an assert in journal_importer_process_data(),
because that function requires the caller to handle EOF themselves.

7 years agoMerge pull request #5525 from martinpitt/khash-notsupp
Djalal Harouni [Sun, 5 Mar 2017 13:55:48 +0000 (14:55 +0100)] 
Merge pull request #5525 from martinpitt/khash-notsupp

test: skip instead of fail if crypto kmods are not available

7 years agoimport: bump image size safety limit for machinectl pull (#5535)
Dax Kelson [Sun, 5 Mar 2017 12:03:53 +0000 (05:03 -0700)] 
import: bump image size safety limit for machinectl pull (#5535)

We currenly use 40GB images in our environment

7 years agoMerge pull request #5510 from phomes/accel-hwdb
hadess [Sat, 4 Mar 2017 14:35:25 +0000 (15:35 +0100)] 
Merge pull request #5510 from phomes/accel-hwdb

hwdb: quirks for accelerometers in HP laptops

7 years agohwdb: quirks for accelerometers in HP laptops 5510/head
Thomas Hindoe Paaboel Andersen [Fri, 3 Mar 2017 20:35:57 +0000 (21:35 +0100)] 
hwdb: quirks for accelerometers in HP laptops

This patch adds quirks for the two laptops I could test on
(8540w and 8560w). The accelerometer is configured in the
kernel to report values according to the base of the laptop.
We want the values according to the screen instead.

It is likely (but untested) to match all HP laptops with the
lis3lv02d accelerometer on this list:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/drivers/platform/x86/hp_accel.c#n207

7 years agorules: allow quirks for platform input accelerometers
Thomas Hindoe Paaboel Andersen [Fri, 3 Mar 2017 20:23:39 +0000 (21:23 +0100)] 
rules: allow quirks for platform input accelerometers

7 years agotest: skip instead of fail if crypto kmods are not available 5525/head
Martin Pitt [Thu, 2 Mar 2017 22:42:01 +0000 (23:42 +0100)] 
test: skip instead of fail if crypto kmods are not available

Package build machines may have module loading disabled, thus AF_ALG
sockets are not available. Skip the tests that cover those (khash and
id128) instead of failing them in this case.

Fixes #5524

7 years agoAvoid strict DM interface version dependencies (#5519)
Michael Biebl [Thu, 2 Mar 2017 18:11:37 +0000 (19:11 +0100)] 
Avoid strict DM interface version dependencies (#5519)

Compiling against the dm-ioctl.h header as provided by the Linux kernel
will embed the DM interface version number. Running an older kernel can
result in an error like this on shutdown:

Could not detach DM dm-11: ioctl mismatch, kernel(4.34.4), user(4.35.4)

Work around this by shipping a local copy of dm-ioctl.h. We need at
least the version from 3.13 for DM_DEFERRED_REMOVE [1], so bump the
requirements in README accordingly.

[1] https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=2c140a246dc0bc085b98eddde978060fcec1080c

Fixes: #5492
7 years agobuild-sys: do not require everything to be rebuild to push man pages (#5521)
Zbigniew Jędrzejewski-Szmek [Thu, 2 Mar 2017 16:55:45 +0000 (11:55 -0500)] 
build-sys: do not require everything to be rebuild to push man pages (#5521)

When the doc-sync target was created, we didn't have man target yet.

7 years agoMerge pull request #5515 from glaubitz/master
Lennart Poettering [Thu, 2 Mar 2017 16:54:13 +0000 (17:54 +0100)] 
Merge pull request #5515 from glaubitz/master

Refine sub-architecture detection in basic/architecture

7 years agobasic/architecture: Add sub-architecture types for SuperH 5515/head
John Paul Adrian Glaubitz [Thu, 2 Mar 2017 00:51:53 +0000 (01:51 +0100)] 
basic/architecture: Add sub-architecture types for SuperH

On SuperH, there are multiple sub-architectures defined with
different values for LIB_ARCH_TUPLE. The different sub-
architectures can be detected by checking whether __SH1__,
__SH2__, __SH3__, __SH4__, and so on are defined.

7 years agobasic/architecture: Properly set LIB_ARCH_TUPLE for powerpcspe
John Paul Adrian Glaubitz [Thu, 2 Mar 2017 00:51:11 +0000 (01:51 +0100)] 
basic/architecture: Properly set LIB_ARCH_TUPLE for powerpcspe

On powerpc, there are two possible ABIs and hence values for
LIB_ARCH_TUPLE. The convential type with an FPU and the embedded
variant, called powerpcspe, which does not have a convential FPU
but a special Signal Processing Engine (SPE). The latter can be
detected by checking whether __NO_FPRS__ is defined.

7 years agobasic/architecture: Properly set LIB_ARCH_TUPLE for x32
John Paul Adrian Glaubitz [Thu, 2 Mar 2017 00:50:36 +0000 (01:50 +0100)] 
basic/architecture: Properly set LIB_ARCH_TUPLE for x32

On x86_64, there are two possible ABIs and hence values for
LIB_ARCH_TUPLE. The convential 64-bit type and the 32-bit
variant, called x32. The latter can be detected by checking
whether __ILP32__ is defined.

7 years agoRevert "environment.d: fix date"
Zbigniew Jędrzejewski-Szmek [Thu, 2 Mar 2017 00:27:44 +0000 (19:27 -0500)] 
Revert "environment.d: fix date"

This reverts commit 46987593ccb1c78f3889ea91a0c94f9cc810d43c.

Pushed to the wrong repo, sorry.

7 years agoenvironment.d: fix date
Zbigniew Jędrzejewski-Szmek [Thu, 2 Mar 2017 00:27:09 +0000 (19:27 -0500)] 
environment.d: fix date

7 years agoNEWS: fix word (#5514)
Lucas Werkmeister [Thu, 2 Mar 2017 00:08:32 +0000 (01:08 +0100)] 
NEWS: fix word (#5514)

7 years agohwdb: Endless ELT-NL3 accelerometer support
Daniel Drake [Tue, 28 Feb 2017 17:54:53 +0000 (11:54 -0600)] 
hwdb: Endless ELT-NL3 accelerometer support

The Endless ELT-NL3 laptop has an accelerometer but its values are
not being interpreted correctly, meaning that it's very easy to end up
with the screen rotated inappropriately.

Add an appropriate mount matrix to correct the values.

P: /devices/LNXSYSTM:00/LNXSYBUS:00/ACCE0001:00
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/ACCE0001:00
E: DRIVER=cmpc_accel_v4
E: ID_VENDOR_FROM_DATABASE=Accton Technology Corporation
E: MODALIAS=acpi:ACCE0001:
E: SUBSYSTEM=acpi

P: /devices/LNXSYSTM:00/LNXSYBUS:00/ACCE0001:00/input/input8
E: ABS=7
E: ACCEL_MOUNT_MATRIX=0, 1, 0; 0, 0, -1; -1, 0, 0
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/ACCE0001:00/input/input8
E: EV=9
E: ID_FOR_SEAT=input-acpi-ACCE0001_00
E: ID_INPUT=1
E: ID_INPUT_ACCELEROMETER=1
E: ID_PATH=acpi-ACCE0001:00
E: ID_PATH_TAG=acpi-ACCE0001_00
E: IIO_SENSOR_PROXY_TYPE=input-accel
E: MODALIAS=input:b0000v0000p0000e0000-e0,3,kra0,1,2,mlsfw
E: NAME="cmpc_accel_v4"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SYSTEMD_WANTS=iio-sensor-proxy.service
E: TAGS=:seat:systemd:

P: /devices/LNXSYSTM:00/LNXSYBUS:00/ACCE0001:00/input/input8/event7
N: input/event7
E: ACCEL_MOUNT_MATRIX=0, 1, 0; 0, 0, -1; -1, 0, 0
E: DEVNAME=/dev/input/event7
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/ACCE0001:00/input/input8/event7
E: ID_INPUT=1
E: ID_INPUT_ACCELEROMETER=1
E: ID_PATH=acpi-ACCE0001:00
E: ID_PATH_TAG=acpi-ACCE0001_00
E: IIO_SENSOR_PROXY_TYPE=input-accel
E: MAJOR=13
E: MINOR=71
E: SUBSYSTEM=input
E: SYSTEMD_WANTS=iio-sensor-proxy.service
E: TAGS=:power-switch:systemd:

7 years agoudev: Allow quirks for ACPI input accelerometers
Daniel Drake [Tue, 28 Feb 2017 17:38:18 +0000 (11:38 -0600)] 
udev: Allow quirks for ACPI input accelerometers

The existing accelerometer rules only support IIO devices, however
iio-sensor-proxy can also work with accelerometers made available
through the input (evdev) subsystem.

In this case I am working with an accelerometer input device backed by an
ACPI driver for which the hierarchy is:
ACCE0001 (ACPI device)
  -> input8
    -> event7

We want the mount matrix (from hwdb) to be applied to both input8 and
event7. However, to match in 60-sensor.hwdb, we need to be working
with the modalias of the parent device (ACCE0001), and it is tricky
to access that when processing the input8 device which has it's own
modalias.

Instead of working directly with modalias, this ACPI-specific rule
uses the "hid" attribute to reconstruct the ACPI modalias. Since input
and event devices do not provide a hid attribute we will always get this
from the ACPI parent.

The modalias is constructed according to the definition in the kernel's
Documentation/acpi/namespace.txt and create_pnp_modalias(). We will only
use the first _CID/_HID value available, i.e. in some cases we will only
reconstruct the first part of the modalias, but that should be enough
granularity for our needs.

7 years agoMerge pull request #5283 from poettering/tighten-sandbox
Lennart Poettering [Wed, 1 Mar 2017 22:35:06 +0000 (23:35 +0100)] 
Merge pull request #5283 from poettering/tighten-sandbox

Tighten sandbox of long-running services

7 years agoNEWS: 'systemd' is always spelt with a lowercase 's' v233
Lennart Poettering [Wed, 1 Mar 2017 21:43:06 +0000 (22:43 +0100)] 
NEWS: 'systemd' is always spelt with a lowercase 's'

7 years agoNEWS: add note about 'make install-tests' (#5512)
Zbigniew Jędrzejewski-Szmek [Wed, 1 Mar 2017 21:29:38 +0000 (16:29 -0500)] 
NEWS: add note about 'make install-tests' (#5512)

7 years agoMerge pull request #5502 from poettering/coredump-mini-fixes
Lennart Poettering [Wed, 1 Mar 2017 21:14:33 +0000 (22:14 +0100)] 
Merge pull request #5502 from poettering/coredump-mini-fixes

Coredump mini improvments

7 years agoNEWS: reorder entries by subject, fix some typos and descriptions (#5511)
Zbigniew Jędrzejewski-Szmek [Wed, 1 Mar 2017 21:14:12 +0000 (16:14 -0500)] 
NEWS: reorder entries by subject, fix some typos and descriptions (#5511)

This doesn't add anything major, but moves some stuff around.
In particular changes which might require updates to the build
environment (new kernel requirements, cgroup stuff, dbus, etc)
are moved to the top, where it's most likely that people will
read them. In particular cgroup hierarchy changes are moved to the
top because they're most likely to be problematic.

Various items are grouped by subject where it's easy.

The description of list-jobs --after/--before was reversed.