On 07/08/2020 13.15, Janosch Frank wrote: > When an exception new psw with a storage key in its mask is loaded > from lowcore, a specification exception is raised. This differs from > the behavior when trying to execute skey related instructions, which > will result in special operation exceptions. > > Also let's add the test to unittests.cfg so it is run more often. > > Signed-off-by: Janosch Frank <frankja@xxxxxxxxxxxxx> > Reviewed-by: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx> > --- > s390x/skrf.c | 79 +++++++++++++++++++++++++++++++++++++++++++++ > s390x/unittests.cfg | 4 +++ > 2 files changed, 83 insertions(+) It's hot here today, so my review skills might have melted a little bit, but as far as I can see, it looks fine now: Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx>