On Fri, 7 Aug 2020 07:15:54 -0400 Janosch Frank <frankja@xxxxxxxxxxxxx> 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(+) Didn't review deeply. Acked-by: Cornelia Huck <cohuck@xxxxxxxxxx>