On Mon, 27 Jul 2020 05:54:14 -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 unittests.cfg so it is run more often. when you respin: s/add the test/add the test to/ > > Signed-off-by: Janosch Frank <frankja@xxxxxxxxxxxxx> > Reviewed-by: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx> > --- > s390x/skrf.c | 80 +++++++++++++++++++++++++++++++++++++++++++++ > s390x/unittests.cfg | 4 +++ > 2 files changed, 84 insertions(+)