Re: [systemd-devel] [PATCH] s390: add personality support

2015-09-24 Thread Lennart Poettering
On Thu, 24.09.15 12:47, Hendrik Brueckner (brueck...@linux.vnet.ibm.com) wrote: > Introduce personality support for Linux on z Systems to run > particular services with a 64-bit or 31-bit personality. Merged via: https://github.com/systemd/systemd/pull/1370 Lennart -- Lennart Poettering, Red

Re: [systemd-devel] [PATCH] s390: add personality support

2015-09-24 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] s390: add personality support

2015-09-24 Thread Hendrik Brueckner
Introduce personality support for Linux on z Systems to run particular services with a 64-bit or 31-bit personality. --- Makefile.am|1 + src/basic/util.c | 27 +++ src/test/test-execute.c|8 ++-- test/exe