Re: [PATCH v1] s390/pkey: Use -ENODEV instead of -EOPNOTSUPP

2019-06-07 Thread David Hildenbrand
On 03.06.19 11:08, Cornelia Huck wrote: > On Mon, 3 Jun 2019 10:14:53 +0200 > David Hildenbrand wrote: > >> On 03.06.19 09:48, Harald Freudenberger wrote: >>> On 31.05.19 11:36, David Hildenbrand wrote: systemd-modules-load.service automatically tries to load the pkey module on system

Re: [PATCH v1] s390/pkey: Use -ENODEV instead of -EOPNOTSUPP

2019-06-03 Thread Cornelia Huck
On Mon, 3 Jun 2019 10:14:53 +0200 David Hildenbrand wrote: > On 03.06.19 09:48, Harald Freudenberger wrote: > > On 31.05.19 11:36, David Hildenbrand wrote: > >> systemd-modules-load.service automatically tries to load the pkey module > >> on systems that have MSA. > >> > >> Pkey also requires t

Re: [PATCH v1] s390/pkey: Use -ENODEV instead of -EOPNOTSUPP

2019-06-03 Thread David Hildenbrand
On 03.06.19 09:48, Harald Freudenberger wrote: > On 31.05.19 11:36, David Hildenbrand wrote: >> systemd-modules-load.service automatically tries to load the pkey module >> on systems that have MSA. >> >> Pkey also requires the MSA3 facility and a bunch of subfunctions. >> Failing with -EOPNOTSUPP m

Re: [PATCH v1] s390/pkey: Use -ENODEV instead of -EOPNOTSUPP

2019-06-03 Thread Harald Freudenberger
On 31.05.19 11:36, David Hildenbrand wrote: > systemd-modules-load.service automatically tries to load the pkey module > on systems that have MSA. > > Pkey also requires the MSA3 facility and a bunch of subfunctions. > Failing with -EOPNOTSUPP makes "systemd-modules-load.service" fail on > any syst

Re: [PATCH v1] s390/pkey: Use -ENODEV instead of -EOPNOTSUPP

2019-05-31 Thread Cornelia Huck
On Fri, 31 May 2019 11:36:28 +0200 David Hildenbrand wrote: > systemd-modules-load.service automatically tries to load the pkey module > on systems that have MSA. > > Pkey also requires the MSA3 facility and a bunch of subfunctions. > Failing with -EOPNOTSUPP makes "systemd-modules-load.service"

[PATCH v1] s390/pkey: Use -ENODEV instead of -EOPNOTSUPP

2019-05-31 Thread David Hildenbrand
systemd-modules-load.service automatically tries to load the pkey module on systems that have MSA. Pkey also requires the MSA3 facility and a bunch of subfunctions. Failing with -EOPNOTSUPP makes "systemd-modules-load.service" fail on any system that does not have all needed subfunctions. For exam