Re: [PATCH v2 5/5] KVM: s390: vsie: Do the CRYCB validation first

2018-08-23 Thread David Hildenbrand
On 23.08.2018 10:34, Janosch Frank wrote: > On 23.08.2018 10:01, Pierre Morel wrote: >> On 23/08/2018 09:31, David Hildenbrand wrote: >>> On 23.08.2018 09:17, Pierre Morel wrote: On 22/08/2018 19:15, David Hildenbrand wrote: > On 22.08.2018 18:51, Pierre Morel wrote: >> When entering

Re: [PATCH v2 5/5] KVM: s390: vsie: Do the CRYCB validation first

2018-08-23 Thread David Hildenbrand
On 23.08.2018 10:34, Janosch Frank wrote: > On 23.08.2018 10:01, Pierre Morel wrote: >> On 23/08/2018 09:31, David Hildenbrand wrote: >>> On 23.08.2018 09:17, Pierre Morel wrote: On 22/08/2018 19:15, David Hildenbrand wrote: > On 22.08.2018 18:51, Pierre Morel wrote: >> When entering

Re: [PATCH v2 5/5] KVM: s390: vsie: Do the CRYCB validation first

2018-08-23 Thread Janosch Frank
On 23.08.2018 10:01, Pierre Morel wrote: > On 23/08/2018 09:31, David Hildenbrand wrote: >> On 23.08.2018 09:17, Pierre Morel wrote: >>> On 22/08/2018 19:15, David Hildenbrand wrote: On 22.08.2018 18:51, Pierre Morel wrote: > When entering the SIE the CRYCB validation better > be done

Re: [PATCH v2 5/5] KVM: s390: vsie: Do the CRYCB validation first

2018-08-23 Thread Janosch Frank
On 23.08.2018 10:01, Pierre Morel wrote: > On 23/08/2018 09:31, David Hildenbrand wrote: >> On 23.08.2018 09:17, Pierre Morel wrote: >>> On 22/08/2018 19:15, David Hildenbrand wrote: On 22.08.2018 18:51, Pierre Morel wrote: > When entering the SIE the CRYCB validation better > be done

Re: [PATCH v2 5/5] KVM: s390: vsie: Do the CRYCB validation first

2018-08-23 Thread Pierre Morel
On 23/08/2018 09:31, David Hildenbrand wrote: On 23.08.2018 09:17, Pierre Morel wrote: On 22/08/2018 19:15, David Hildenbrand wrote: On 22.08.2018 18:51, Pierre Morel wrote: When entering the SIE the CRYCB validation better be done independently of the instruction's availability.

Re: [PATCH v2 5/5] KVM: s390: vsie: Do the CRYCB validation first

2018-08-23 Thread Pierre Morel
On 23/08/2018 09:31, David Hildenbrand wrote: On 23.08.2018 09:17, Pierre Morel wrote: On 22/08/2018 19:15, David Hildenbrand wrote: On 22.08.2018 18:51, Pierre Morel wrote: When entering the SIE the CRYCB validation better be done independently of the instruction's availability.

Re: [PATCH v2 5/5] KVM: s390: vsie: Do the CRYCB validation first

2018-08-23 Thread David Hildenbrand
On 23.08.2018 09:17, Pierre Morel wrote: > On 22/08/2018 19:15, David Hildenbrand wrote: >> On 22.08.2018 18:51, Pierre Morel wrote: >>> When entering the SIE the CRYCB validation better >>> be done independently of the instruction's >>> availability. >>> >>> Signed-off-by: Pierre Morel >>> ---

Re: [PATCH v2 5/5] KVM: s390: vsie: Do the CRYCB validation first

2018-08-23 Thread David Hildenbrand
On 23.08.2018 09:17, Pierre Morel wrote: > On 22/08/2018 19:15, David Hildenbrand wrote: >> On 22.08.2018 18:51, Pierre Morel wrote: >>> When entering the SIE the CRYCB validation better >>> be done independently of the instruction's >>> availability. >>> >>> Signed-off-by: Pierre Morel >>> ---

Re: [PATCH v2 5/5] KVM: s390: vsie: Do the CRYCB validation first

2018-08-23 Thread Pierre Morel
On 22/08/2018 19:15, David Hildenbrand wrote: On 22.08.2018 18:51, Pierre Morel wrote: When entering the SIE the CRYCB validation better be done independently of the instruction's availability. Signed-off-by: Pierre Morel --- arch/s390/kvm/vsie.c | 11 ++- 1 file changed, 6

Re: [PATCH v2 5/5] KVM: s390: vsie: Do the CRYCB validation first

2018-08-23 Thread Pierre Morel
On 22/08/2018 19:15, David Hildenbrand wrote: On 22.08.2018 18:51, Pierre Morel wrote: When entering the SIE the CRYCB validation better be done independently of the instruction's availability. Signed-off-by: Pierre Morel --- arch/s390/kvm/vsie.c | 11 ++- 1 file changed, 6

Re: [PATCH v2 5/5] KVM: s390: vsie: Do the CRYCB validation first

2018-08-22 Thread David Hildenbrand
On 22.08.2018 18:51, Pierre Morel wrote: > When entering the SIE the CRYCB validation better > be done independently of the instruction's > availability. > > Signed-off-by: Pierre Morel > --- > arch/s390/kvm/vsie.c | 11 ++- > 1 file changed, 6 insertions(+), 5 deletions(-) > > diff

Re: [PATCH v2 5/5] KVM: s390: vsie: Do the CRYCB validation first

2018-08-22 Thread David Hildenbrand
On 22.08.2018 18:51, Pierre Morel wrote: > When entering the SIE the CRYCB validation better > be done independently of the instruction's > availability. > > Signed-off-by: Pierre Morel > --- > arch/s390/kvm/vsie.c | 11 ++- > 1 file changed, 6 insertions(+), 5 deletions(-) > > diff

[PATCH v2 5/5] KVM: s390: vsie: Do the CRYCB validation first

2018-08-22 Thread Pierre Morel
When entering the SIE the CRYCB validation better be done independently of the instruction's availability. Signed-off-by: Pierre Morel --- arch/s390/kvm/vsie.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/arch/s390/kvm/vsie.c b/arch/s390/kvm/vsie.c index

[PATCH v2 5/5] KVM: s390: vsie: Do the CRYCB validation first

2018-08-22 Thread Pierre Morel
When entering the SIE the CRYCB validation better be done independently of the instruction's availability. Signed-off-by: Pierre Morel --- arch/s390/kvm/vsie.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/arch/s390/kvm/vsie.c b/arch/s390/kvm/vsie.c index