Re: [systemd-devel] [PATCH] udev: Allow acpi_index and index to be "0"

2018-09-28 Thread systemd github import bot
Patchset imported to github. To create a pull request, one of the main developers has to initiate one via: -- Generated by https://github.com/haraldh/mail2git

[systemd-devel] [PATCH] udev: Allow acpi_index and index to be "0"

2018-09-28 Thread Joe Hershberger
0 can be a valid index returned by the BIOS, so allow that literal while still checking for 0 as a failed conversion by strtoul(). Also, unsigned long cannot be negative, so don't misleadingly check for less than 0. Signed-off-by: Joe Hershberger --- src/udev/udev-builtin-net_id.c | 2 +- 1

Re: [systemd-devel] [PATCH v2] meson: use the host architecture compiler/linker for src/boot/efi

2018-09-28 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Sep 28, 2018 at 01:19:27PM +0100, Simon McVittie wrote: > On Fri, 28 Sep 2018 at 10:40:28 +0200, Lennart Poettering wrote: > > On Do, 27.09.18 17:17, Helmut Grohne (hel...@subdivi.de) wrote: > > > > > cross building systemd to arm64 presently fails, because the build > > > system uses

Re: [systemd-devel] [PATCH v2] meson: use the host architecture compiler/linker for src/boot/efi

2018-09-28 Thread Simon McVittie
On Fri, 28 Sep 2018 at 10:40:28 +0200, Lennart Poettering wrote: > On Do, 27.09.18 17:17, Helmut Grohne (hel...@subdivi.de) wrote: > > > cross building systemd to arm64 presently fails, because the build > > system uses plain gcc and plain ld (build architecture compiler and > > linker

Re: [systemd-devel] [PATCH v2] meson: use the host architecture compiler/linker for src/boot/efi

2018-09-28 Thread Lennart Poettering
On Do, 27.09.18 17:17, Helmut Grohne (hel...@subdivi.de) wrote: > cross building systemd to arm64 presently fails, because the build > system uses plain gcc and plain ld (build architecture compiler and > linker respectively) for building src/boot/efi. These values come from > the efi-cc and